FD.io VPP  v16.06
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_gpe_encap_trace_t
 

Macros

#define foreach_vxlan_gpe_encap_error   _(ENCAPSULATED, "good packets encapsulated")
 
#define foreach_fixed_header_offset   _(0) _(1) _(2) _(3) _(4) _(5) _(6)
 

Enumerations

enum  vxlan_gpe_encap_error_t { VXLAN_GPE_ENCAP_N_ERROR }
 
enum  vxlan_gpe_encap_next_t { VXLAN_GPE_ENCAP_NEXT_IP4_LOOKUP, VXLAN_GPE_ENCAP_NEXT_DROP, VXLAN_GPE_ENCAP_N_NEXT }
 

Functions

u8format_vxlan_gpe_encap_trace (u8 *s, va_list *args)
 
static uword vxlan_gpe_encap (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 

Variables

static char * vxlan_gpe_encap_error_strings []
 
vlib_node_registration_t vxlan_gpe_encap_node
 (constructor) VLIB_REGISTER_NODE (vxlan_gpe_encap_node) More...
 

Macro Definition Documentation

#define foreach_fixed_header_offset   _(0) _(1) _(2) _(3) _(4) _(5) _(6)

Definition at line 61 of file encap.c.

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

Definition at line 23 of file encap.c.

Enumeration Type Documentation

Enumerator
VXLAN_GPE_ENCAP_N_ERROR 

Definition at line 32 of file encap.c.

Enumerator
VXLAN_GPE_ENCAP_NEXT_IP4_LOOKUP 
VXLAN_GPE_ENCAP_NEXT_DROP 
VXLAN_GPE_ENCAP_N_NEXT 

Definition at line 39 of file encap.c.

Function Documentation

u8* format_vxlan_gpe_encap_trace ( u8 s,
va_list *  args 
)

Definition at line 50 of file encap.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 65 of file encap.c.

+ Here is the call graph for this function:

Variable Documentation

char* vxlan_gpe_encap_error_strings[]
static
Initial value:
= {
#define _(sym,string)
}
#define foreach_vxlan_gpe_encap_error
Definition: encap.c:23

Definition at line 26 of file encap.c.

vlib_node_registration_t vxlan_gpe_encap_node
Initial value:
= {
.function = vxlan_gpe_encap,
.name = "vxlan-gpe-encap",
.vector_size = sizeof (u32),
.n_next_nodes = VXLAN_GPE_ENCAP_N_NEXT,
.next_nodes = {
[VXLAN_GPE_ENCAP_NEXT_DROP] = "error-drop",
},
}
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
static uword vxlan_gpe_encap(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Definition: encap.c:65
u8 * format_vxlan_gpe_encap_trace(u8 *s, va_list *args)
Definition: encap.c:50
#define ARRAY_LEN(x)
Definition: clib.h:59
unsigned int u32
Definition: types.h:88
static char * vxlan_gpe_encap_error_strings[]
Definition: encap.c:26

(constructor) VLIB_REGISTER_NODE (vxlan_gpe_encap_node)

Definition at line 408 of file encap.c.