FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | ethernet_type(n, s) add_type (em, ETHERNET_TYPE_##s, #s); |
Functions | |
static void | add_type (ethernet_main_t *em, ethernet_type_t type, char *type_name) |
VNET_FEATURE_ARC_INIT (ethernet_output, static) | |
VNET_FEATURE_INIT (ethernet_tx_drop, static) | |
static clib_error_t * | ethernet_init (vlib_main_t *vm) |
ethernet_main_t * | ethernet_get_main (vlib_main_t *vm) |
Variables | |
ethernet_main_t | ethernet_main |
#define ethernet_type | ( | n, | |
s | |||
) | add_type (em, ETHERNET_TYPE_##s, #s); |
|
static |
ethernet_main_t* ethernet_get_main | ( | vlib_main_t * | vm | ) |
|
static |
VNET_FEATURE_ARC_INIT | ( | ethernet_output | , |
static | |||
) |
VNET_FEATURE_INIT | ( | ethernet_tx_drop | , |
static | |||
) |
ethernet_main_t ethernet_main |