FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
gtp4_e.c File Reference
+ Include dependency graph for gtp4_e.c:

Go to the source code of this file.

Functions

static void clb_dpo_lock_srv6_end_m_gtp4_e (dpo_id_t *dpo)
 
static void clb_dpo_unlock_srv6_end_m_gtp4_e (dpo_id_t *dpo)
 
static u8clb_dpo_format_srv6_end_m_gtp4_e (u8 *s, va_list *args)
 
static u8clb_format_srv6_end_m_gtp4_e (u8 *s, va_list *args)
 
static uword clb_unformat_srv6_end_m_gtp4_e (unformat_input_t *input, va_list *args)
 
static int clb_creation_srv6_end_m_gtp4_e (ip6_sr_localsid_t *localsid)
 
static int clb_removal_srv6_end_m_gtp4_e (ip6_sr_localsid_t *localsid)
 
static clib_error_tsrv6_end_m_gtp4_e_init (vlib_main_t *vm)
 
 VNET_FEATURE_INIT (srv6_end_m_gtp4_e, static)
 
 VLIB_PLUGIN_REGISTER ()
 

Variables

srv6_end_main_v4_t srv6_end_main_v4
 
static const dpo_vft_t dpo_vft
 
static const char *const srv6_end_m_gtp4_e_nodes []
 
static const char *const *const dpo_nodes [DPO_PROTO_NUM]
 
static u8 fn_name [] = "SRv6-End.M.GTP4.E-plugin"
 
static u8 keyword_str [] = "end.m.gtp4.e"
 
static u8 def_str []
 
static u8 param_str [] = ""
 

Function Documentation

◆ clb_creation_srv6_end_m_gtp4_e()

static int clb_creation_srv6_end_m_gtp4_e ( ip6_sr_localsid_t localsid)
static

Definition at line 98 of file gtp4_e.c.

+ Here is the caller graph for this function:

◆ clb_dpo_format_srv6_end_m_gtp4_e()

static u8* clb_dpo_format_srv6_end_m_gtp4_e ( u8 s,
va_list *  args 
)
static

Definition at line 37 of file gtp4_e.c.

+ Here is the call graph for this function:

◆ clb_dpo_lock_srv6_end_m_gtp4_e()

static void clb_dpo_lock_srv6_end_m_gtp4_e ( dpo_id_t dpo)
static

Definition at line 27 of file gtp4_e.c.

◆ clb_dpo_unlock_srv6_end_m_gtp4_e()

static void clb_dpo_unlock_srv6_end_m_gtp4_e ( dpo_id_t dpo)
static

Definition at line 32 of file gtp4_e.c.

◆ clb_format_srv6_end_m_gtp4_e()

static u8* clb_format_srv6_end_m_gtp4_e ( u8 s,
va_list *  args 
)
static

Definition at line 67 of file gtp4_e.c.

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

◆ clb_removal_srv6_end_m_gtp4_e()

static int clb_removal_srv6_end_m_gtp4_e ( ip6_sr_localsid_t localsid)
static

Definition at line 104 of file gtp4_e.c.

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

◆ clb_unformat_srv6_end_m_gtp4_e()

static uword clb_unformat_srv6_end_m_gtp4_e ( unformat_input_t input,
va_list *  args 
)
static

Definition at line 79 of file gtp4_e.c.

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

◆ srv6_end_m_gtp4_e_init()

static clib_error_t* srv6_end_m_gtp4_e_init ( vlib_main_t vm)
static

Definition at line 116 of file gtp4_e.c.

+ Here is the call graph for this function:

◆ VLIB_PLUGIN_REGISTER()

VLIB_PLUGIN_REGISTER ( )

◆ VNET_FEATURE_INIT()

VNET_FEATURE_INIT ( srv6_end_m_gtp4_e  ,
static   
)
+ Here is the caller graph for this function:

Variable Documentation

◆ def_str

u8 def_str[]
static
Initial value:
=
"Endpoint function with encapsulation for IPv4/GTP tunnel"

Definition at line 62 of file gtp4_e.c.

◆ dpo_nodes

const char* const* const dpo_nodes[DPO_PROTO_NUM]
static
Initial value:
= {
}
static const char *const srv6_end_m_gtp4_e_nodes[]
Definition: gtp4_e.c:51

Definition at line 56 of file gtp4_e.c.

◆ dpo_vft

const dpo_vft_t dpo_vft
static
Initial value:
= {
}
static void clb_dpo_unlock_srv6_end_m_gtp4_e(dpo_id_t *dpo)
Definition: gtp4_e.c:32
static void clb_dpo_lock_srv6_end_m_gtp4_e(dpo_id_t *dpo)
Definition: gtp4_e.c:27
static u8 * clb_dpo_format_srv6_end_m_gtp4_e(u8 *s, va_list *args)
Definition: gtp4_e.c:37

Definition at line 45 of file gtp4_e.c.

◆ fn_name

u8 fn_name[] = "SRv6-End.M.GTP4.E-plugin"
static

Definition at line 60 of file gtp4_e.c.

◆ keyword_str

u8 keyword_str[] = "end.m.gtp4.e"
static

Definition at line 61 of file gtp4_e.c.

◆ param_str

u8 param_str[] = ""
static

Definition at line 64 of file gtp4_e.c.

◆ srv6_end_m_gtp4_e_nodes

const char* const srv6_end_m_gtp4_e_nodes[]
static
Initial value:
= {
"srv6-end-m-gtp4-e",
NULL,
}

Definition at line 51 of file gtp4_e.c.

◆ srv6_end_main_v4

srv6_end_main_v4_t srv6_end_main_v4

Definition at line 24 of file gtp4_e.c.