FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
Go to the source code of this file.
Enumerations | |
enum | lacp_ptx_event_t { foreach_lacp_ptx_event } |
enum | lacp_ptx_sm_state_t { foreach_lacp_ptx_sm_state } |
Functions | |
int | lacp_ptx_action_no_periodic (void *p1, void *p2) |
int | lacp_ptx_action_slow_periodic (void *p1, void *p2) |
int | lacp_ptx_action_fast_periodic (void *p1, void *p2) |
int | lacp_ptx_action_timer_expired (void *p1, void *p2) |
void | lacp_ptx_debug_func (slave_if_t *sif, int event, int state, lacp_fsm_state_t *transition) |
static void | lacp_start_periodic_timer (vlib_main_t *vm, slave_if_t *sif, u8 expiration) |
static void | lacp_schedule_periodic_timer (vlib_main_t *vm, slave_if_t *sif) |
Variables | |
lacp_machine_t | lacp_ptx_machine |
#define foreach_lacp_ptx_event |
Definition at line 22 of file ptx_machine.h.
#define foreach_lacp_ptx_sm_state |
Definition at line 35 of file ptx_machine.h.
#define LACP_ACTION_FAST_PERIODIC LACP_ACTION_ROUTINE(lacp_ptx_action_fast_periodic) |
Definition at line 61 of file ptx_machine.h.
#define LACP_ACTION_NO_PERIODIC LACP_ACTION_ROUTINE(lacp_ptx_action_no_periodic) |
Definition at line 57 of file ptx_machine.h.
#define LACP_ACTION_SLOW_PERIODIC LACP_ACTION_ROUTINE(lacp_ptx_action_slow_periodic) |
Definition at line 59 of file ptx_machine.h.
#define LACP_ACTION_TIMER_EXPIRED LACP_ACTION_ROUTINE(lacp_ptx_action_timer_expired) |
Definition at line 63 of file ptx_machine.h.
enum lacp_ptx_event_t |
Enumerator | |
---|---|
foreach_lacp_ptx_event |
Definition at line 28 of file ptx_machine.h.
enum lacp_ptx_sm_state_t |
Enumerator | |
---|---|
foreach_lacp_ptx_sm_state |
Definition at line 41 of file ptx_machine.h.
int lacp_ptx_action_fast_periodic | ( | void * | p1, |
void * | p2 | ||
) |
int lacp_ptx_action_no_periodic | ( | void * | p1, |
void * | p2 | ||
) |
int lacp_ptx_action_slow_periodic | ( | void * | p1, |
void * | p2 | ||
) |
int lacp_ptx_action_timer_expired | ( | void * | p1, |
void * | p2 | ||
) |
void lacp_ptx_debug_func | ( | slave_if_t * | sif, |
int | event, | ||
int | state, | ||
lacp_fsm_state_t * | transition | ||
) |
|
inlinestatic |
Definition at line 73 of file ptx_machine.h.
|
inlinestatic |
Definition at line 67 of file ptx_machine.h.
lacp_machine_t lacp_ptx_machine |
Definition at line 69 of file ptx_machine.c.