FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
gre_api.c File Reference
+ Include dependency graph for gre_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 int gre_tunnel_type_decode (vl_api_gre_tunnel_type_t in, gre_tunnel_type_t *out)
 
static vl_api_gre_tunnel_type_t gre_tunnel_type_encode (gre_tunnel_type_t in)
 
static int gre_tunnel_mode_decode (vl_api_gre_tunnel_mode_t in, gre_tunnel_mode_t *out)
 
static vl_api_gre_tunnel_mode_t gre_tunnel_mode_encode (gre_tunnel_mode_t in)
 
static void vl_api_gre_tunnel_add_del_t_handler (vl_api_gre_tunnel_add_del_t *mp)
 
static void send_gre_tunnel_details (gre_tunnel_t *t, vl_api_registration_t *reg, u32 context)
 
static void vl_api_gre_tunnel_dump_t_handler (vl_api_gre_tunnel_dump_t *mp)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_tgre_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (gre_api_hookup)
 

Macro Definition Documentation

◆ foreach_vpe_api_msg

#define foreach_vpe_api_msg
Value:
_(GRE_TUNNEL_ADD_DEL, gre_tunnel_add_del) \
_(GRE_TUNNEL_DUMP, gre_tunnel_dump)

Definition at line 48 of file gre_api.c.

◆ vl_endianfun

#define vl_endianfun   /* define message structures */

Definition at line 36 of file gre_api.c.

◆ vl_msg_name_crc_list

#define vl_msg_name_crc_list

Definition at line 240 of file gre_api.c.

◆ vl_print

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

Definition at line 41 of file gre_api.c.

◆ vl_printfun

#define vl_printfun

Definition at line 42 of file gre_api.c.

◆ vl_typedefs

#define vl_typedefs   /* define message structures */

Definition at line 32 of file gre_api.c.

Function Documentation

◆ gre_api_hookup()

static clib_error_t* gre_api_hookup ( vlib_main_t vm)
static

Definition at line 253 of file gre_api.c.

+ Here is the call graph for this function:

◆ gre_tunnel_mode_decode()

static int gre_tunnel_mode_decode ( vl_api_gre_tunnel_mode_t  in,
gre_tunnel_mode_t out 
)
static

Definition at line 87 of file gre_api.c.

+ Here is the caller graph for this function:

◆ gre_tunnel_mode_encode()

static vl_api_gre_tunnel_mode_t gre_tunnel_mode_encode ( gre_tunnel_mode_t  in)
static

Definition at line 103 of file gre_api.c.

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

◆ gre_tunnel_type_decode()

static int gre_tunnel_type_decode ( vl_api_gre_tunnel_type_t  in,
gre_tunnel_type_t out 
)
static

Definition at line 53 of file gre_api.c.

+ Here is the caller graph for this function:

◆ gre_tunnel_type_encode()

static vl_api_gre_tunnel_type_t gre_tunnel_type_encode ( gre_tunnel_type_t  in)
static

Definition at line 69 of file gre_api.c.

+ Here is the caller graph for this function:

◆ send_gre_tunnel_details()

static void send_gre_tunnel_details ( gre_tunnel_t t,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 172 of file gre_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 245 of file gre_api.c.

+ Here is the caller graph for this function:

◆ vl_api_gre_tunnel_add_del_t_handler()

static void vl_api_gre_tunnel_add_del_t_handler ( vl_api_gre_tunnel_add_del_t mp)
static

Definition at line 121 of file gre_api.c.

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

◆ vl_api_gre_tunnel_dump_t_handler()

static void vl_api_gre_tunnel_dump_t_handler ( vl_api_gre_tunnel_dump_t mp)
static

Definition at line 199 of file gre_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

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