FD.io VPP  v19.01.1-17-ge106252
Vector Packet Processing
encap.c File Reference
+ Include dependency graph for encap.c:

Go to the source code of this file.

Data Structures

struct  vxlan_gbp_encap_trace_t
 

Macros

#define foreach_vxlan_gbp_encap_error   _(ENCAPSULATED, "good packets encapsulated")
 

Enumerations

enum  vxlan_gbp_encap_error_t { VXLAN_GBP_ENCAP_N_ERROR }
 
enum  vxlan_gbp_encap_next_t { VXLAN_GBP_ENCAP_NEXT_DROP, VXLAN_GBP_ENCAP_N_NEXT }
 

Functions

u8format_vxlan_gbp_encap_trace (u8 *s, va_list *args)
 
static uword vxlan_gbp_encap_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, u8 is_ip4, u8 csum_offload)
 
static uword vxlan4_gbp_encap (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 
static uword vxlan6_gbp_encap (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 

Variables

static char * vxlan_gbp_encap_error_strings []
 
vlib_node_registration_t vxlan4_gbp_encap_node
 (constructor) VLIB_REGISTER_NODE (vxlan4_gbp_encap_node) More...
 
vlib_node_registration_t vxlan6_gbp_encap_node
 (constructor) VLIB_REGISTER_NODE (vxlan6_gbp_encap_node) More...
 

Macro Definition Documentation

#define foreach_vxlan_gbp_encap_error   _(ENCAPSULATED, "good packets encapsulated")

Definition at line 25 of file encap.c.

Enumeration Type Documentation

Enumerator
VXLAN_GBP_ENCAP_N_ERROR 

Definition at line 34 of file encap.c.

Enumerator
VXLAN_GBP_ENCAP_NEXT_DROP 
VXLAN_GBP_ENCAP_N_NEXT 

Definition at line 42 of file encap.c.

Function Documentation

u8* format_vxlan_gbp_encap_trace ( u8 s,
va_list *  args 
)

Definition at line 57 of file encap.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword vxlan4_gbp_encap ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
static

Definition at line 492 of file encap.c.

+ Here is the call graph for this function:

static uword vxlan6_gbp_encap ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
static

Definition at line 502 of file encap.c.

+ Here is the call graph for this function:

static uword vxlan_gbp_encap_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame,
u8  is_ip4,
u8  csum_offload 
)
inlinestatic

Definition at line 71 of file encap.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

vlib_node_registration_t vxlan4_gbp_encap_node
Initial value:
=
{
.function = vxlan4_gbp_encap,
.name = "vxlan4-gbp-encap",
.vector_size = sizeof (u32),
.n_next_nodes = VXLAN_GBP_ENCAP_N_NEXT,
.next_nodes = {
[VXLAN_GBP_ENCAP_NEXT_DROP] = "error-drop",
},
}
static uword vxlan4_gbp_encap(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Definition: encap.c:492
unsigned int u32
Definition: types.h:88
static char * vxlan_gbp_encap_error_strings[]
Definition: encap.c:28
#define ARRAY_LEN(x)
Definition: clib.h:62
u8 * format_vxlan_gbp_encap_trace(u8 *s, va_list *args)
Definition: encap.c:57

(constructor) VLIB_REGISTER_NODE (vxlan4_gbp_encap_node)

Definition at line 511 of file encap.c.

vlib_node_registration_t vxlan6_gbp_encap_node
Initial value:
=
{
.function = vxlan6_gbp_encap,
.name = "vxlan6-gbp-encap",
.vector_size = sizeof (u32),
.n_next_nodes = VXLAN_GBP_ENCAP_N_NEXT,
.next_nodes = {
[VXLAN_GBP_ENCAP_NEXT_DROP] = "error-drop",
},
}
unsigned int u32
Definition: types.h:88
static char * vxlan_gbp_encap_error_strings[]
Definition: encap.c:28
#define ARRAY_LEN(x)
Definition: clib.h:62
static uword vxlan6_gbp_encap(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Definition: encap.c:502
u8 * format_vxlan_gbp_encap_trace(u8 *s, va_list *args)
Definition: encap.c:57

(constructor) VLIB_REGISTER_NODE (vxlan6_gbp_encap_node)

Definition at line 528 of file encap.c.

char* vxlan_gbp_encap_error_strings[]
static
Initial value:
= {
#define _(sym,string)
}
#define foreach_vxlan_gbp_encap_error
Definition: encap.c:25

Definition at line 28 of file encap.c.