FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
gtpu_api.c File Reference
+ Include dependency graph for gtpu_api.c:

Go to the source code of this file.

Macros

#define vl_msg_id(n, h)   n,
 
#define vl_typedefs
 
#define vl_endianfun
 
#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define vl_printfun
 
#define vl_api_version(n, v)   static u32 api_version=(v);
 
#define vl_msg_name_crc_list
 
#define REPLY_MSG_ID_BASE   gtm->msg_id_base
 
#define foreach_gtpu_plugin_api_msg
 

Enumerations

enum  vl_msg_id_t {
  VL_ILLEGAL_MESSAGE_ID = 0, VL_ILLEGAL_MESSAGE_ID = 0, VL_MSG_FIRST_AVAILABLE, VL_ILLEGAL_MESSAGE_ID = 0,
  VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE,
  VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE,
  VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE,
  VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE,
  VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE,
  VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE,
  VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE
}
 

Functions

static void setup_message_id_table (gtpu_main_t *gtm, api_main_t *am)
 
static void vl_api_sw_interface_set_gtpu_bypass_t_handler (vl_api_sw_interface_set_gtpu_bypass_t *mp)
 
static void vl_api_gtpu_add_del_tunnel_t_handler (vl_api_gtpu_add_del_tunnel_t *mp)
 
static void send_gtpu_tunnel_details (gtpu_tunnel_t *t, vl_api_registration_t *reg, u32 context)
 
static void vl_api_gtpu_tunnel_dump_t_handler (vl_api_gtpu_tunnel_dump_t *mp)
 
static clib_error_tgtpu_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (gtpu_api_hookup)
 

Macro Definition Documentation

#define foreach_gtpu_plugin_api_msg
Value:
_(SW_INTERFACE_SET_GTPU_BYPASS, sw_interface_set_gtpu_bypass) \
_(GTPU_ADD_DEL_TUNNEL, gtpu_add_del_tunnel) \
_(GTPU_TUNNEL_DUMP, gtpu_tunnel_dump)

Definition at line 77 of file gtpu_api.c.

#define REPLY_MSG_ID_BASE   gtm->msg_id_base

Definition at line 65 of file gtpu_api.c.

#define vl_api_version (   n,
  v 
)    static u32 api_version=(v);

Definition at line 57 of file gtpu_api.c.

#define vl_endianfun

Definition at line 46 of file gtpu_api.c.

#define vl_msg_id (   n,
  h 
)    n,

Definition at line 31 of file gtpu_api.c.

#define vl_msg_name_crc_list

Definition at line 61 of file gtpu_api.c.

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

Definition at line 51 of file gtpu_api.c.

#define vl_printfun

Definition at line 52 of file gtpu_api.c.

#define vl_typedefs

Definition at line 41 of file gtpu_api.c.

Enumeration Type Documentation

Enumerator
VL_ILLEGAL_MESSAGE_ID 
VL_ILLEGAL_MESSAGE_ID 
VL_MSG_FIRST_AVAILABLE 
VL_ILLEGAL_MESSAGE_ID 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 

Definition at line 32 of file gtpu_api.c.

Function Documentation

static clib_error_t* gtpu_api_hookup ( vlib_main_t vm)
static

Definition at line 220 of file gtpu_api.c.

+ Here is the call graph for this function:

static void send_gtpu_tunnel_details ( gtpu_tunnel_t t,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 151 of file gtpu_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void setup_message_id_table ( gtpu_main_t gtm,
api_main_t am 
)
static

Definition at line 69 of file gtpu_api.c.

+ Here is the caller graph for this function:

static void vl_api_gtpu_add_del_tunnel_t_handler ( vl_api_gtpu_add_del_tunnel_t mp)
static

Definition at line 100 of file gtpu_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_gtpu_tunnel_dump_t_handler ( vl_api_gtpu_tunnel_dump_t mp)
static

Definition at line 184 of file gtpu_api.c.

+ Here is the call graph for this function:

static void vl_api_sw_interface_set_gtpu_bypass_t_handler ( vl_api_sw_interface_set_gtpu_bypass_t mp)
static

Definition at line 84 of file gtpu_api.c.

+ Here is the call graph for this function:

VLIB_API_INIT_FUNCTION ( gtpu_api_hookup  )

+ Here is the caller graph for this function: