FD.io VPP  v16.06
Vector Packet Processing
decap.c File Reference
+ Include dependency graph for decap.c:

Go to the source code of this file.

Data Structures

struct  vxlan_gpe_rx_trace_t
 

Macros

#define vxlan_gpe_error(n, s)   s,
 

Functions

static u8format_vxlan_gpe_rx_trace (u8 *s, va_list *args)
 
static u8format_vxlan_gpe_with_length (u8 *s, va_list *args)
 
static uword vxlan_gpe_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 

Variables

static char * vxlan_gpe_error_strings []
 
vlib_node_registration_t vxlan_gpe_input_node
 (constructor) VLIB_REGISTER_NODE (vxlan_gpe_input_node) More...
 

Macro Definition Documentation

#define vxlan_gpe_error (   n,
 
)    s,

Function Documentation

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

Definition at line 28 of file decap.c.

+ Here is the call graph for this function:

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

Definition at line 48 of file decap.c.

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

Definition at line 58 of file decap.c.

+ Here is the call graph for this function:

Variable Documentation

char* vxlan_gpe_error_strings[]
static
Initial value:
= {
#define vxlan_gpe_error(n,s)
}

Definition at line 422 of file decap.c.

vlib_node_registration_t vxlan_gpe_input_node
Initial value:
= {
.function = vxlan_gpe_input,
.name = "vxlan-gpe-input",
.vector_size = sizeof (u32),
.error_strings = vxlan_gpe_error_strings,
.n_next_nodes = VXLAN_GPE_INPUT_N_NEXT,
.next_nodes = {
#define _(s,n)
},
.format_buffer = format_vxlan_gpe_with_length,
.format_trace = format_vxlan_gpe_rx_trace,
}
static uword vxlan_gpe_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Definition: decap.c:58
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
static char * vxlan_gpe_error_strings[]
Definition: decap.c:422
#define ARRAY_LEN(x)
Definition: clib.h:59
#define foreach_vxlan_gpe_input_next
Definition: vxlan_gpe.h:75
unsigned int u32
Definition: types.h:88
static u8 * format_vxlan_gpe_with_length(u8 *s, va_list *args)
Definition: decap.c:48
static u8 * format_vxlan_gpe_rx_trace(u8 *s, va_list *args)
Definition: decap.c:28

(constructor) VLIB_REGISTER_NODE (vxlan_gpe_input_node)

Definition at line 429 of file decap.c.