FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | vl_typedefs /* define message structures */ |
#define | vl_endianfun /* define message structures */ |
#define | vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) |
#define | vl_printfun |
#define | foreach_vpe_api_msg |
#define | vl_msg_name_crc_list |
Functions | |
static void | vl_api_sw_interface_set_vxlan_gpe_bypass_t_handler (vl_api_sw_interface_set_vxlan_gpe_bypass_t *mp) |
static void | vl_api_vxlan_gpe_add_del_tunnel_t_handler (vl_api_vxlan_gpe_add_del_tunnel_t *mp) |
static void | send_vxlan_gpe_tunnel_details (vxlan_gpe_tunnel_t *t, vl_api_registration_t *reg, u32 context) |
static void | vl_api_vxlan_gpe_tunnel_dump_t_handler (vl_api_vxlan_gpe_tunnel_dump_t *mp) |
static void | setup_message_id_table (api_main_t *am) |
static clib_error_t * | vxlan_gpe_api_hookup (vlib_main_t *vm) |
VLIB_API_INIT_FUNCTION (vxlan_gpe_api_hookup) | |
#define foreach_vpe_api_msg |
Definition at line 49 of file vxlan_gpe_api.c.
#define vl_endianfun /* define message structures */ |
Definition at line 37 of file vxlan_gpe_api.c.
#define vl_msg_name_crc_list |
Definition at line 219 of file vxlan_gpe_api.c.
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 42 of file vxlan_gpe_api.c.
#define vl_printfun |
Definition at line 43 of file vxlan_gpe_api.c.
#define vl_typedefs /* define message structures */ |
Definition at line 33 of file vxlan_gpe_api.c.
|
static |
Definition at line 141 of file vxlan_gpe_api.c.
|
static |
|
static |
|
static |
Definition at line 72 of file vxlan_gpe_api.c.
|
static |
Definition at line 177 of file vxlan_gpe_api.c.
VLIB_API_INIT_FUNCTION | ( | vxlan_gpe_api_hookup | ) |
|
static |