![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
Include dependency graph for init.c: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 | |||
| ) |
Here is the caller graph for this function:| VNET_FEATURE_INIT | ( | ethernet_tx_drop | , |
| static | |||
| ) |
Here is the caller graph for this function:| ethernet_main_t ethernet_main |