FD.io VPP  v21.10.1-2-g0a485f517
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 REPLY_MSG_ID_BASE   msg_id_base
 

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 int vxlan_add_del_tunnel_clean_input (vnet_vxlan_add_del_tunnel_args_t *a, u32 encap_vrf_id)
 
static void vl_api_vxlan_add_del_tunnel_t_handler (vl_api_vxlan_add_del_tunnel_t *mp)
 
static void vl_api_vxlan_add_del_tunnel_v2_t_handler (vl_api_vxlan_add_del_tunnel_v2_t *mp)
 
static void vl_api_vxlan_add_del_tunnel_v3_t_handler (vl_api_vxlan_add_del_tunnel_v3_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 send_vxlan_tunnel_v2_details (vxlan_tunnel_t *t, vl_api_registration_t *reg, u32 context)
 
static void vl_api_vxlan_tunnel_v2_dump_t_handler (vl_api_vxlan_tunnel_v2_dump_t *mp)
 
static clib_error_tvxlan_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (vxlan_api_hookup)
 

Variables

static u16 msg_id_base
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   msg_id_base

Definition at line 36 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 229 of file vxlan_api.c.

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

◆ send_vxlan_tunnel_v2_details()

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

Definition at line 289 of file vxlan_api.c.

+ Here is the call graph for this function:
+ 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 94 of file vxlan_api.c.

+ Here is the call 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 139 of file vxlan_api.c.

+ Here is the call graph for this function:

◆ vl_api_vxlan_add_del_tunnel_v2_t_handler()

static void vl_api_vxlan_add_del_tunnel_v2_t_handler ( vl_api_vxlan_add_del_tunnel_v2_t mp)
static

Definition at line 170 of file vxlan_api.c.

+ Here is the call graph for this function:

◆ vl_api_vxlan_add_del_tunnel_v3_t_handler()

static void vl_api_vxlan_add_del_tunnel_v3_t_handler ( vl_api_vxlan_add_del_tunnel_v3_t mp)
static

Definition at line 199 of file vxlan_api.c.

+ Here is the call 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 40 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 258 of file vxlan_api.c.

+ Here is the call graph for this function:

◆ vl_api_vxlan_tunnel_v2_dump_t_handler()

static void vl_api_vxlan_tunnel_v2_dump_t_handler ( vl_api_vxlan_tunnel_v2_dump_t mp)
static

Definition at line 321 of file vxlan_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( vxlan_api_hookup  )

◆ vxlan_add_del_tunnel_clean_input()

static int vxlan_add_del_tunnel_clean_input ( vnet_vxlan_add_del_tunnel_args_t a,
u32  encap_vrf_id 
)
static

Definition at line 109 of file vxlan_api.c.

+ Here is the call graph for this function:
+ 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 353 of file vxlan_api.c.

+ Here is the call graph for this function:

Variable Documentation

◆ msg_id_base

u16 msg_id_base
static

Definition at line 34 of file vxlan_api.c.