![]() |
FD.io VPP
v19.08-27-gf4dcae4
Vector Packet Processing
|
Include dependency graph for oddbuf.c:Go to the source code of this file.
Macros | |
| #define | vl_typedefs |
| #define | vl_endianfun |
| #define | vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) |
| #define | vl_printfun |
| #define | vl_api_version(n, v) static u32 api_version=(v); |
| #define | REPLY_MSG_ID_BASE omp->msg_id_base |
| #define | foreach_oddbuf_plugin_api_msg _(ODDBUF_ENABLE_DISABLE, oddbuf_enable_disable) |
| #define | vl_msg_name_crc_list |
Functions | |
| int | oddbuf_enable_disable (oddbuf_main_t *omp, u32 sw_if_index, int enable_disable) |
| static clib_error_t * | oddbuf_enable_disable_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
| static void | vl_api_oddbuf_enable_disable_t_handler (vl_api_oddbuf_enable_disable_t *mp) |
| static clib_error_t * | oddbuf_plugin_api_hookup (vlib_main_t *vm) |
| static void | setup_message_id_table (oddbuf_main_t *omp, api_main_t *am) |
| static clib_error_t * | oddbuf_init (vlib_main_t *vm) |
| VNET_FEATURE_INIT (oddbuf, static) | |
| VLIB_PLUGIN_REGISTER () | |
| static clib_error_t * | oddbuf_config_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
Variables | |
| oddbuf_main_t | oddbuf_main |
| static vlib_cli_command_t | oddbuf_enable_disable_command |
| (constructor) VLIB_CLI_COMMAND (oddbuf_enable_disable_command) More... | |
| static vlib_cli_command_t | oddbuf_config_command |
| (constructor) VLIB_CLI_COMMAND (oddbuf_config_command) More... | |
| #define foreach_oddbuf_plugin_api_msg _(ODDBUF_ENABLE_DISABLE, oddbuf_enable_disable) |
| #define REPLY_MSG_ID_BASE omp->msg_id_base |
| #define vl_print | ( | handle, | |
| ... | |||
| ) | vlib_cli_output (handle, __VA_ARGS__) |
|
static |
| int oddbuf_enable_disable | ( | oddbuf_main_t * | omp, |
| u32 | sw_if_index, | ||
| int | enable_disable | ||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
| VLIB_PLUGIN_REGISTER | ( | ) |
Here is the caller graph for this function:| VNET_FEATURE_INIT | ( | oddbuf | , |
| static | |||
| ) |
Here is the caller graph for this function:
|
static |
(constructor) VLIB_CLI_COMMAND (oddbuf_config_command)
|
static |
(constructor) VLIB_CLI_COMMAND (oddbuf_enable_disable_command)
| oddbuf_main_t oddbuf_main |