FD.io VPP  v18.01.1-37-g7ea3975
Vector Packet Processing
vxlan_gpe_node.c File Reference
+ Include dependency graph for vxlan_gpe_node.c:

Go to the source code of this file.

Data Structures

struct  export_trace_t
 

Macros

#define foreach_export_error   _(RECORDED, "Packets recorded for export")
 

Enumerations

enum  export_error_t { EXPORT_N_ERROR, EXPORT_N_ERROR }
 
enum  export_next_t { EXPORT_NEXT_POP_HBYH, EXPORT_N_NEXT, EXPORT_NEXT_VXLAN_GPE_INPUT, EXPORT_N_NEXT }
 

Functions

static u8format_export_trace (u8 *s, va_list *args)
 
static void copy3cachelines (void *dst, const void *src, size_t n)
 
static void vxlan_gpe_export_fixup_func (vlib_buffer_t *export_buf, vlib_buffer_t *pak_buf)
 
static uword vxlan_gpe_export_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 

Variables

vlib_node_registration_t vxlan_export_node
 (constructor) VLIB_REGISTER_NODE (vxlan_export_node) More...
 
vlib_node_registration_t export_node
 (constructor) VLIB_REGISTER_NODE (export_node) More...
 
ioam_export_main_t vxlan_gpe_ioam_export_main
 
static char * export_error_strings []
 

Macro Definition Documentation

#define foreach_export_error   _(RECORDED, "Packets recorded for export")

Definition at line 47 of file vxlan_gpe_node.c.

Enumeration Type Documentation

Enumerator
EXPORT_N_ERROR 
EXPORT_N_ERROR 

Definition at line 50 of file vxlan_gpe_node.c.

Enumerator
EXPORT_NEXT_POP_HBYH 
EXPORT_N_NEXT 
EXPORT_NEXT_VXLAN_GPE_INPUT 
EXPORT_N_NEXT 

Definition at line 64 of file vxlan_gpe_node.c.

Function Documentation

static void copy3cachelines ( void *  dst,
const void *  src,
size_t  n 
)
inlinestatic

Definition at line 71 of file vxlan_gpe_node.c.

+ Here is the call graph for this function:

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

Definition at line 32 of file vxlan_gpe_node.c.

+ Here is the call graph for this function:

static void vxlan_gpe_export_fixup_func ( vlib_buffer_t export_buf,
vlib_buffer_t pak_buf 
)
static

Definition at line 127 of file vxlan_gpe_node.c.

+ Here is the caller graph for this function:

static uword vxlan_gpe_export_node_fn ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
static

Definition at line 134 of file vxlan_gpe_node.c.

+ Here is the call graph for this function:

Variable Documentation

char* export_error_strings[]
static
Initial value:
= {
#define _(sym,string)
}
#define foreach_export_error

Definition at line 58 of file vxlan_gpe_node.c.

(constructor) VLIB_REGISTER_NODE (export_node)

Definition at line 43 of file node.c.

vlib_node_registration_t vxlan_export_node
Initial value:
=
{
.name = "vxlan-gpe-ioam-export",
.vector_size = sizeof (u32),
.format_trace = format_export_trace,
.error_strings = export_error_strings,
.n_next_nodes = EXPORT_N_NEXT,
.next_nodes =
{[EXPORT_NEXT_VXLAN_GPE_INPUT] = "vxlan-gpe-pop-ioam-v4"},
}
static uword vxlan_gpe_export_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
#define ARRAY_LEN(x)
Definition: clib.h:59
unsigned int u32
Definition: types.h:88
static char * export_error_strings[]
static u8 * format_export_trace(u8 *s, va_list *args)

(constructor) VLIB_REGISTER_NODE (vxlan_export_node)

Definition at line 43 of file vxlan_gpe_node.c.

ioam_export_main_t vxlan_gpe_ioam_export_main

Definition at line 62 of file vxlan_gpe_ioam_export.c.