FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
vxlan_gbp_api.c File Reference
+ Include dependency graph for vxlan_gbp_api.c:

Go to the source code of this file.

Macros

#define REPLY_MSG_ID_BASE   msg_id_base
 

Functions

static void vl_api_sw_interface_set_vxlan_gbp_bypass_t_handler (vl_api_sw_interface_set_vxlan_gbp_bypass_t *mp)
 
static int vxlan_gbp_tunnel_mode_decode (vl_api_vxlan_gbp_api_tunnel_mode_t in, vxlan_gbp_tunnel_mode_t *out)
 
static void vl_api_vxlan_gbp_tunnel_add_del_t_handler (vl_api_vxlan_gbp_tunnel_add_del_t *mp)
 
static void send_vxlan_gbp_tunnel_details (vxlan_gbp_tunnel_t *t, vl_api_registration_t *reg, u32 context)
 
static void vl_api_vxlan_gbp_tunnel_dump_t_handler (vl_api_vxlan_gbp_tunnel_dump_t *mp)
 
static clib_error_tvxlan_gbp_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (vxlan_gbp_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 34 of file vxlan_gbp_api.c.

Function Documentation

◆ send_vxlan_gbp_tunnel_details()

static void send_vxlan_gbp_tunnel_details ( vxlan_gbp_tunnel_t t,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 137 of file vxlan_gbp_api.c.

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

◆ vl_api_sw_interface_set_vxlan_gbp_bypass_t_handler()

static void vl_api_sw_interface_set_vxlan_gbp_bypass_t_handler ( vl_api_sw_interface_set_vxlan_gbp_bypass_t mp)
static

Definition at line 41 of file vxlan_gbp_api.c.

+ Here is the call graph for this function:

◆ vl_api_vxlan_gbp_tunnel_add_del_t_handler()

static void vl_api_vxlan_gbp_tunnel_add_del_t_handler ( vl_api_vxlan_gbp_tunnel_add_del_t mp)
static

Definition at line 74 of file vxlan_gbp_api.c.

+ Here is the call graph for this function:

◆ vl_api_vxlan_gbp_tunnel_dump_t_handler()

static void vl_api_vxlan_gbp_tunnel_dump_t_handler ( vl_api_vxlan_gbp_tunnel_dump_t mp)
static

Definition at line 163 of file vxlan_gbp_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( vxlan_gbp_api_hookup  )

◆ vxlan_gbp_api_hookup()

static clib_error_t* vxlan_gbp_api_hookup ( vlib_main_t vm)
static

Definition at line 199 of file vxlan_gbp_api.c.

+ Here is the call graph for this function:

◆ vxlan_gbp_tunnel_mode_decode()

static int vxlan_gbp_tunnel_mode_decode ( vl_api_vxlan_gbp_api_tunnel_mode_t  in,
vxlan_gbp_tunnel_mode_t out 
)
static

Definition at line 56 of file vxlan_gbp_api.c.

+ Here is the caller graph for this function:

Variable Documentation

◆ msg_id_base

u16 msg_id_base
static

Definition at line 37 of file vxlan_gbp_api.c.