![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Include dependency graph for ptx_machine.c:Go to the source code of this file.
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) |
| static u8 * | format_ptx_event (u8 *s, va_list *args) |
| void | lacp_ptx_debug_func (member_if_t *mif, int event, int state, lacp_fsm_state_t *transition) |
| void | lacp_init_ptx_machine (vlib_main_t *vm, member_if_t *mif) |
Variables | |
| static lacp_fsm_state_t | lacp_ptx_state_no_periodic [] |
| static lacp_fsm_state_t | lacp_ptx_state_fast_periodic [] |
| static lacp_fsm_state_t | lacp_ptx_state_slow_periodic [] |
| static lacp_fsm_state_t | lacp_ptx_state_periodic_tx [] |
| static lacp_fsm_machine_t | lacp_ptx_fsm_table [] |
| lacp_machine_t | lacp_ptx_machine |
| void lacp_init_ptx_machine | ( | vlib_main_t * | vm, |
| member_if_t * | mif | ||
| ) |
Definition at line 220 of file ptx_machine.c.
Here is the call graph for this function:
Here is the caller graph for this function:| 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 | ( | member_if_t * | mif, |
| int | event, | ||
| int | state, | ||
| lacp_fsm_state_t * | transition | ||
| ) |
|
static |
Definition at line 62 of file ptx_machine.c.
| lacp_machine_t lacp_ptx_machine |
Definition at line 69 of file ptx_machine.c.
|
static |
Definition at line 34 of file ptx_machine.c.
|
static |
Definition at line 24 of file ptx_machine.c.
|
static |
Definition at line 54 of file ptx_machine.c.
|
static |
Definition at line 44 of file ptx_machine.c.