FD.io VPP  v20.01-48-g3e0dafb74
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 REPLY_MSG_ID_BASE   gtm->msg_id_base
 

Functions

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

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   gtm->msg_id_base

Definition at line 34 of file gtpu_api.c.

Function Documentation

◆ gtpu_api_hookup()

static clib_error_t* gtpu_api_hookup ( vlib_main_t vm)
static

Definition at line 171 of file gtpu_api.c.

+ Here is the call graph for this function:

◆ send_gtpu_tunnel_details()

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

Definition at line 105 of file gtpu_api.c.

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

◆ vl_api_gtpu_add_del_tunnel_t_handler()

static void vl_api_gtpu_add_del_tunnel_t_handler ( vl_api_gtpu_add_del_tunnel_t mp)
static

Definition at line 55 of file gtpu_api.c.

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

◆ vl_api_gtpu_tunnel_dump_t_handler()

static void vl_api_gtpu_tunnel_dump_t_handler ( vl_api_gtpu_tunnel_dump_t mp)
static

Definition at line 135 of file gtpu_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_interface_set_gtpu_bypass_t_handler()

static void vl_api_sw_interface_set_gtpu_bypass_t_handler ( vl_api_sw_interface_set_gtpu_bypass_t mp)
static

Definition at line 39 of file gtpu_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

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