![]() |
FD.io VPP
v17.04.2-2-ga8f93f8
Vector Packet Processing
|
Include dependency graph for vxlan_gpe_ioam_export.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 sm->msg_id_base |
| #define | foreach_vxlan_gpe_ioam_export_plugin_api_msg _(VXLAN_GPE_IOAM_EXPORT_ENABLE_DISABLE, vxlan_gpe_ioam_export_enable_disable) |
| #define | vl_msg_name_crc_list |
Functions | |
| void | vxlan_gpe_set_next_override (uword next) |
| int | vxlan_gpe_ioam_export_enable_disable (ioam_export_main_t *em, u8 is_disable, ip4_address_t *collector_address, ip4_address_t *src_address) |
| static void | vl_api_vxlan_gpe_ioam_export_enable_disable_t_handler (vl_api_vxlan_gpe_ioam_export_enable_disable_t *mp) |
| static clib_error_t * | vxlan_gpe_ioam_export_plugin_api_hookup (vlib_main_t *vm) |
| static void | setup_message_id_table (ioam_export_main_t *sm, api_main_t *am) |
| static clib_error_t * | set_vxlan_gpe_ioam_export_ipfix_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
| static clib_error_t * | vxlan_gpe_ioam_export_init (vlib_main_t *vm) |
Variables | |
| ioam_export_main_t | vxlan_gpe_ioam_export_main |
| vlib_node_registration_t | vxlan_export_node |
| (constructor) VLIB_REGISTER_NODE (vxlan_export_node) More... | |
| static vlib_cli_command_t | set_vxlan_gpe_ioam_ipfix_command |
| (constructor) VLIB_CLI_COMMAND (set_vxlan_gpe_ioam_ipfix_command) More... | |
| #define foreach_vxlan_gpe_ioam_export_plugin_api_msg _(VXLAN_GPE_IOAM_EXPORT_ENABLE_DISABLE, vxlan_gpe_ioam_export_enable_disable) |
Definition at line 60 of file vxlan_gpe_ioam_export.c.
| #define REPLY_MSG_ID_BASE sm->msg_id_base |
Definition at line 56 of file vxlan_gpe_ioam_export.c.
Definition at line 52 of file vxlan_gpe_ioam_export.c.
| #define vl_endianfun |
Definition at line 41 of file vxlan_gpe_ioam_export.c.
| #define vl_msg_name_crc_list |
Definition at line 158 of file vxlan_gpe_ioam_export.c.
| #define vl_print | ( | handle, | |
| ... | |||
| ) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 46 of file vxlan_gpe_ioam_export.c.
| #define vl_printfun |
Definition at line 47 of file vxlan_gpe_ioam_export.c.
| #define vl_typedefs |
Definition at line 36 of file vxlan_gpe_ioam_export.c.
|
static |
|
static |
|
static |
Definition at line 122 of file vxlan_gpe_ioam_export.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int vxlan_gpe_ioam_export_enable_disable | ( | ioam_export_main_t * | em, |
| u8 | is_disable, | ||
| ip4_address_t * | collector_address, | ||
| ip4_address_t * | src_address | ||
| ) |
Definition at line 69 of file vxlan_gpe_ioam_export.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
| void vxlan_gpe_set_next_override | ( | uword | next | ) |
|
static |
(constructor) VLIB_CLI_COMMAND (set_vxlan_gpe_ioam_ipfix_command)
Definition at line 222 of file vxlan_gpe_ioam_export.c.
| vlib_node_registration_t vxlan_export_node |
(constructor) VLIB_REGISTER_NODE (vxlan_export_node)
Definition at line 149 of file vxlan_gpe_node.c.
| ioam_export_main_t vxlan_gpe_ioam_export_main |
Definition at line 63 of file vxlan_gpe_ioam_export.c.