FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
vxlan_api.c File Reference
+ Include dependency graph for vxlan_api.c:

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_vxlan_offload_rx_t_handler (vl_api_vxlan_offload_rx_t *mp)
 
static void vl_api_sw_interface_set_vxlan_bypass_t_handler (vl_api_sw_interface_set_vxlan_bypass_t *mp)
 
static void vl_api_vxlan_add_del_tunnel_t_handler (vl_api_vxlan_add_del_tunnel_t *mp)
 
static void send_vxlan_tunnel_details (vxlan_tunnel_t *t, vl_api_registration_t *reg, u32 context)
 
static void vl_api_vxlan_tunnel_dump_t_handler (vl_api_vxlan_tunnel_dump_t *mp)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_tvxlan_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (vxlan_api_hookup)
 

Macro Definition Documentation

◆ foreach_vpe_api_msg

#define foreach_vpe_api_msg
Value:
_(SW_INTERFACE_SET_VXLAN_BYPASS, sw_interface_set_vxlan_bypass) \
_(VXLAN_ADD_DEL_TUNNEL, vxlan_add_del_tunnel) \
_(VXLAN_TUNNEL_DUMP, vxlan_tunnel_dump) \
_(VXLAN_OFFLOAD_RX, vxlan_offload_rx)

Definition at line 47 of file vxlan_api.c.

◆ vl_endianfun

#define vl_endianfun   /* define message structures */

Definition at line 35 of file vxlan_api.c.

◆ vl_msg_name_crc_list

#define vl_msg_name_crc_list

Definition at line 251 of file vxlan_api.c.

◆ vl_print

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 40 of file vxlan_api.c.

◆ vl_printfun

#define vl_printfun

Definition at line 41 of file vxlan_api.c.

◆ vl_typedefs

#define vl_typedefs   /* define message structures */

Definition at line 31 of file vxlan_api.c.

Function Documentation

◆ send_vxlan_tunnel_details()

static void send_vxlan_tunnel_details ( vxlan_tunnel_t t,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 175 of file vxlan_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setup_message_id_table()

static void setup_message_id_table ( api_main_t am)
static

Definition at line 256 of file vxlan_api.c.

+ Here is the caller graph for this function:

◆ vl_api_sw_interface_set_vxlan_bypass_t_handler()

static void vl_api_sw_interface_set_vxlan_bypass_t_handler ( vl_api_sw_interface_set_vxlan_bypass_t mp)
static

Definition at line 108 of file vxlan_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_vxlan_add_del_tunnel_t_handler()

static void vl_api_vxlan_add_del_tunnel_t_handler ( vl_api_vxlan_add_del_tunnel_t mp)
static

Definition at line 123 of file vxlan_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_vxlan_offload_rx_t_handler()

static void vl_api_vxlan_offload_rx_t_handler ( vl_api_vxlan_offload_rx_t mp)
static

Definition at line 54 of file vxlan_api.c.

+ Here is the call graph for this function:

◆ vl_api_vxlan_tunnel_dump_t_handler()

static void vl_api_vxlan_tunnel_dump_t_handler ( vl_api_vxlan_tunnel_dump_t mp)
static

Definition at line 210 of file vxlan_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( vxlan_api_hookup  )
+ Here is the caller graph for this function:

◆ vxlan_api_hookup()

static clib_error_t* vxlan_api_hookup ( vlib_main_t vm)
static

Definition at line 264 of file vxlan_api.c.

+ Here is the call graph for this function: