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

Go to the source code of this file.

Macros

#define REPLY_MSG_ID_BASE   geneve_base_msg_id
 

Functions

static void vl_api_sw_interface_set_geneve_bypass_t_handler (vl_api_sw_interface_set_geneve_bypass_t *mp)
 
static void vl_api_geneve_add_del_tunnel_t_handler (vl_api_geneve_add_del_tunnel_t *mp)
 
static void vl_api_geneve_add_del_tunnel2_t_handler (vl_api_geneve_add_del_tunnel2_t *mp)
 
static void send_geneve_tunnel_details (geneve_tunnel_t *t, vl_api_registration_t *reg, u32 context)
 
static void vl_api_geneve_tunnel_dump_t_handler (vl_api_geneve_tunnel_dump_t *mp)
 
static clib_error_tgeneve_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (geneve_api_hookup)
 
 VLIB_PLUGIN_REGISTER ()
 

Variables

static u32 geneve_base_msg_id
 Base message ID fot the plugin. More...
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   geneve_base_msg_id

Definition at line 37 of file geneve_api.c.

Function Documentation

◆ geneve_api_hookup()

static clib_error_t* geneve_api_hookup ( vlib_main_t vm)
static

Definition at line 232 of file geneve_api.c.

+ Here is the call graph for this function:

◆ send_geneve_tunnel_details()

static void send_geneve_tunnel_details ( geneve_tunnel_t t,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 161 of file geneve_api.c.

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

◆ vl_api_geneve_add_del_tunnel2_t_handler()

static void vl_api_geneve_add_del_tunnel2_t_handler ( vl_api_geneve_add_del_tunnel2_t mp)
static

Definition at line 109 of file geneve_api.c.

+ Here is the call graph for this function:

◆ vl_api_geneve_add_del_tunnel_t_handler()

static void vl_api_geneve_add_del_tunnel_t_handler ( vl_api_geneve_add_del_tunnel_t mp)
static

Definition at line 58 of file geneve_api.c.

+ Here is the call graph for this function:

◆ vl_api_geneve_tunnel_dump_t_handler()

static void vl_api_geneve_tunnel_dump_t_handler ( vl_api_geneve_tunnel_dump_t mp)
static

Definition at line 189 of file geneve_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_interface_set_geneve_bypass_t_handler()

static void vl_api_sw_interface_set_geneve_bypass_t_handler ( vl_api_sw_interface_set_geneve_bypass_t mp)
static

Definition at line 43 of file geneve_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( geneve_api_hookup  )

◆ VLIB_PLUGIN_REGISTER()

VLIB_PLUGIN_REGISTER ( )

Variable Documentation

◆ geneve_base_msg_id

u32 geneve_base_msg_id
static

Base message ID fot the plugin.

Definition at line 36 of file geneve_api.c.