![]() |
FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Include dependency graph for rx_machine.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | lacp_rx_event_t { foreach_lacp_rx_event } |
| enum | lacp_rx_sm_state_t { foreach_lacp_rx_sm_state } |
Functions | |
| int | lacp_rx_action_initialize (void *, void *) |
| int | lacp_rx_action_port_disabled (void *, void *) |
| int | lacp_rx_action_pdu_received (void *, void *) |
| int | lacp_rx_action_expired (void *, void *) |
| int | lacp_rx_action_lacp_disabled (void *, void *) |
| int | lacp_rx_action_defaulted (void *, void *) |
| int | lacp_rx_action_current (void *, void *) |
| void | lacp_rx_debug_func (slave_if_t *sif, int event, int state, lacp_fsm_state_t *transition) |
| static void | lacp_start_current_while_timer (vlib_main_t *vm, slave_if_t *sif, u8 expiration) |
Variables | |
| lacp_machine_t | lacp_rx_machine |
| #define foreach_lacp_rx_event |
Definition at line 22 of file rx_machine.h.
| #define foreach_lacp_rx_sm_state |
Definition at line 38 of file rx_machine.h.
| #define LACP_ACTION_CURRENT LACP_ACTION_ROUTINE(lacp_rx_action_current) |
Definition at line 74 of file rx_machine.h.
| #define LACP_ACTION_DEFAULTED LACP_ACTION_ROUTINE(lacp_rx_action_defaulted) |
Definition at line 73 of file rx_machine.h.
| #define LACP_ACTION_EXPIRED LACP_ACTION_ROUTINE(lacp_rx_action_expired) |
Definition at line 69 of file rx_machine.h.
| #define LACP_ACTION_INITIALIZE LACP_ACTION_ROUTINE(lacp_rx_action_initialize) |
Definition at line 65 of file rx_machine.h.
| #define LACP_ACTION_LACP_DISABLED LACP_ACTION_ROUTINE(lacp_rx_action_lacp_disabled) |
Definition at line 71 of file rx_machine.h.
| #define LACP_ACTION_PORT_DISABLED LACP_ACTION_ROUTINE(lacp_rx_action_port_disabled) |
Definition at line 67 of file rx_machine.h.
| enum lacp_rx_event_t |
| Enumerator | |
|---|---|
| foreach_lacp_rx_event | |
Definition at line 31 of file rx_machine.h.
| enum lacp_rx_sm_state_t |
| Enumerator | |
|---|---|
| foreach_lacp_rx_sm_state | |
Definition at line 46 of file rx_machine.h.
| int lacp_rx_action_current | ( | void * | , |
| void * | |||
| ) |
| int lacp_rx_action_defaulted | ( | void * | , |
| void * | |||
| ) |
| int lacp_rx_action_expired | ( | void * | , |
| void * | |||
| ) |
| int lacp_rx_action_initialize | ( | void * | , |
| void * | |||
| ) |
| int lacp_rx_action_lacp_disabled | ( | void * | , |
| void * | |||
| ) |
| int lacp_rx_action_pdu_received | ( | void * | , |
| void * | |||
| ) |
| int lacp_rx_action_port_disabled | ( | void * | , |
| void * | |||
| ) |
| void lacp_rx_debug_func | ( | slave_if_t * | sif, |
| int | event, | ||
| int | state, | ||
| lacp_fsm_state_t * | transition | ||
| ) |
|
inlinestatic |
Definition at line 77 of file rx_machine.h.
Here is the call graph for this function:
Here is the caller graph for this function:| lacp_machine_t lacp_rx_machine |
Definition at line 108 of file rx_machine.c.