Go to the source code of this file.
|
static void | lacp_detach_mux_from_aggregator (vlib_main_t *vm, slave_if_t *sif) |
|
static void | lacp_attach_mux_to_aggregator (vlib_main_t *vm, slave_if_t *sif) |
|
int | lacp_mux_action_detached (void *p1, void *p2) |
|
int | lacp_mux_action_attached (void *p1, void *p2) |
|
int | lacp_mux_action_waiting (void *p1, void *p2) |
|
int | lacp_mux_action_collecting_distributing (void *p1, void *p2) |
|
static u8 * | format_mux_event (u8 *s, va_list *args) |
|
void | lacp_mux_debug_func (slave_if_t *sif, int event, int state, lacp_fsm_state_t *transition) |
|
void | lacp_init_mux_machine (vlib_main_t *vm, slave_if_t *sif) |
|
static u8* format_mux_event |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
int lacp_mux_action_attached |
( |
void * |
p1, |
|
|
void * |
p2 |
|
) |
| |
int lacp_mux_action_collecting_distributing |
( |
void * |
p1, |
|
|
void * |
p2 |
|
) |
| |
int lacp_mux_action_detached |
( |
void * |
p1, |
|
|
void * |
p2 |
|
) |
| |
int lacp_mux_action_waiting |
( |
void * |
p1, |
|
|
void * |
p2 |
|
) |
| |
Initial value:= {
}
static lacp_fsm_state_t lacp_mux_state_detached[]
static lacp_fsm_state_t lacp_mux_state_attached[]
static lacp_fsm_state_t lacp_mux_state_collecting_distributing[]
static lacp_fsm_state_t lacp_mux_state_waiting[]
Definition at line 70 of file mux_machine.c.
Initial value:= {
}
void lacp_mux_debug_func(slave_if_t *sif, int event, int state, lacp_fsm_state_t *transition)
static lacp_fsm_machine_t lacp_mux_fsm_table[]
Definition at line 77 of file mux_machine.c.
Initial value:= {
}
#define LACP_ACTION_COLLECTING_DISTRIBUTING
#define LACP_ACTION_DETACHED
#define LACP_ACTION_ATTACHED
Definition at line 49 of file mux_machine.c.
Initial value:= {
}
#define LACP_ACTION_COLLECTING_DISTRIBUTING
#define LACP_ACTION_DETACHED
#define LACP_ACTION_ATTACHED
Definition at line 61 of file mux_machine.c.
Initial value:= {
}
#define LACP_ACTION_DETACHED
#define LACP_ACTION_WAITING
Definition at line 25 of file mux_machine.c.
Initial value:= {
}
#define LACP_ACTION_DETACHED
#define LACP_ACTION_ATTACHED
#define LACP_ACTION_WAITING
Definition at line 37 of file mux_machine.c.