FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
ioam_transit.c File Reference
+ Include dependency graph for ioam_transit.c:

Go to the source code of this file.

Macros

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

Enumerations

enum  vxlan_gpe_transit_ioam_error_t { VXLAN_GPE_TRANSIT_IOAM_N_ERROR }
 
enum  vxlan_gpe_transit_ioam_next_t { VXLAN_GPE_TRANSIT_IOAM_NEXT_OUTPUT, VXLAN_GPE_TRANSIT_IOAM_NEXT_DROP, VXLAN_GPE_TRANSIT_IOAM_N_NEXT }
 

Functions

 VNET_FEATURE_INIT (vxlan_gpe_transit_ioam, static)
 
static uword vxlan_gpe_transit_ioam (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 

Variables

static char * vxlan_gpe_transit_ioam_error_strings []
 
vlib_node_registration_t vxlan_gpe_transit_ioam_node
 (constructor) VLIB_REGISTER_NODE (vxlan_gpe_transit_ioam_node) More...
 

Macro Definition Documentation

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

Definition at line 30 of file ioam_transit.c.

Enumeration Type Documentation

Enumerator
VXLAN_GPE_TRANSIT_IOAM_N_ERROR 

Definition at line 39 of file ioam_transit.c.

Enumerator
VXLAN_GPE_TRANSIT_IOAM_NEXT_OUTPUT 
VXLAN_GPE_TRANSIT_IOAM_NEXT_DROP 
VXLAN_GPE_TRANSIT_IOAM_N_NEXT 

Definition at line 47 of file ioam_transit.c.

Function Documentation

VNET_FEATURE_INIT ( vxlan_gpe_transit_ioam  ,
static   
)
static uword vxlan_gpe_transit_ioam ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
static

Definition at line 65 of file ioam_transit.c.

+ Here is the call graph for this function:

Variable Documentation

char* vxlan_gpe_transit_ioam_error_strings[]
static
Initial value:
= {
#define _(sym,string)
}
#define foreach_vxlan_gpe_transit_ioam_error
Definition: ioam_transit.c:30

Definition at line 33 of file ioam_transit.c.

vlib_node_registration_t vxlan_gpe_transit_ioam_node
Initial value:
= {
.name = "vxlan-gpe-transit-ioam",
.vector_size = sizeof (u32),
.next_nodes = {
[VXLAN_GPE_TRANSIT_IOAM_NEXT_OUTPUT] = "interface-output",
},
}
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
static char * vxlan_gpe_transit_ioam_error_strings[]
Definition: ioam_transit.c:33
static u8 * format_vxlan_gpe_ioam_v4_trace(u8 *s, va_list *args)
#define ARRAY_LEN(x)
Definition: clib.h:59
unsigned int u32
Definition: types.h:88
static uword vxlan_gpe_transit_ioam(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Definition: ioam_transit.c:65

(constructor) VLIB_REGISTER_NODE (vxlan_gpe_transit_ioam_node)

Definition at line 161 of file ioam_transit.c.