FD.io VPP  v18.07-rc0-415-g6c78436
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 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_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 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 void setup_message_id_table (api_main_t *am)
 
static clib_error_tgeneve_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (geneve_api_hookup)
 

Macro Definition Documentation

#define foreach_vpe_api_msg
Value:
_(SW_INTERFACE_SET_GENEVE_BYPASS, sw_interface_set_geneve_bypass) \
_(GENEVE_ADD_DEL_TUNNEL, geneve_add_del_tunnel) \
_(GENEVE_TUNNEL_DUMP, geneve_tunnel_dump)

Definition at line 44 of file geneve_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 32 of file geneve_api.c.

#define vl_msg_name_crc_list

Definition at line 190 of file geneve_api.c.

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

Definition at line 37 of file geneve_api.c.

#define vl_printfun

Definition at line 38 of file geneve_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 28 of file geneve_api.c.

Function Documentation

static clib_error_t* geneve_api_hookup ( vlib_main_t vm)
static

Definition at line 203 of file geneve_api.c.

+ Here is the call graph for this function:

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

Definition at line 116 of file geneve_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void setup_message_id_table ( api_main_t am)
static

Definition at line 195 of file geneve_api.c.

+ Here is the caller graph for this function:

static void vl_api_geneve_add_del_tunnel_t_handler ( vl_api_geneve_add_del_tunnel_t mp)
static

Definition at line 66 of file geneve_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_geneve_tunnel_dump_t_handler ( vl_api_geneve_tunnel_dump_t mp)
static

Definition at line 149 of file geneve_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_sw_interface_set_geneve_bypass_t_handler ( vl_api_sw_interface_set_geneve_bypass_t mp)
static

Definition at line 51 of file geneve_api.c.

+ Here is the call graph for this function:

VLIB_API_INIT_FUNCTION ( geneve_api_hookup  )

+ Here is the caller graph for this function: