FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | lacp_fsm_state_t |
struct | lacp_fsm_machine_t |
struct | lacp_machine_t |
Macros | |
#define | LACP_NOACTION ((int (*)(void *, void *))0) |
#define | LACP_ACTION_ROUTINE(rtn) ((int(*)(void *, void *))rtn) |
Typedefs | |
typedef int(* | action_func) (void *, void *) |
typedef void(* | debug_func) (member_if_t *mif, int event, int state, lacp_fsm_state_t *transition) |
Functions | |
int | lacp_machine_dispatch (lacp_machine_t *machine, vlib_main_t *vm, member_if_t *mif, int event, int *state) |
#define LACP_ACTION_ROUTINE | ( | rtn | ) | ((int(*)(void *, void *))rtn) |
typedef void(* debug_func) (member_if_t *mif, int event, int state, lacp_fsm_state_t *transition) |
int lacp_machine_dispatch | ( | lacp_machine_t * | machine, |
vlib_main_t * | vm, | ||
member_if_t * | mif, | ||
int | event, | ||
int * | state | ||
) |