FD.io VPP  v18.07-rc0-415-g6c78436
Vector Packet Processing
ioam_cache_node.c File Reference
+ Include dependency graph for ioam_cache_node.c:

Go to the source code of this file.

Data Structures

struct  cache_trace_t
 
struct  ip6_add_from_cache_hbh_trace_t
 

Macros

#define foreach_cache_error   _(RECORDED, "ip6 iOAM headers cached")
 
#define foreach_ip6_add_from_cache_hbh_error   _(PROCESSED, "Pkts w/ added ip6 hop-by-hop options")
 
#define foreach_ip6_ioam_cache_input_next
 

Enumerations

enum  cache_error_t { CACHE_N_ERROR }
 
enum  cache_next_t { IOAM_CACHE_NEXT_POP_HBYH, IOAM_CACHE_N_NEXT }
 
enum  ip6_add_from_cache_hbh_error_t { IP6_ADD_FROM_CACHE_HBH_N_ERROR }
 
enum  ip6_ioam_cache_input_next_t { IP6_IOAM_CACHE_INPUT_N_NEXT }
 

Functions

static u8format_cache_trace (u8 *s, va_list *args)
 
static uword ip6_ioam_cache_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static u8format_ip6_add_from_cache_hbh_trace (u8 *s, va_list *args)
 
static uword ip6_add_from_cache_hbh_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 

Variables

static char * cache_error_strings []
 
vlib_node_registration_t ioam_cache_node
 (constructor) VLIB_REGISTER_NODE (ioam_cache_node) More...
 
vlib_node_registration_t ip6_add_from_cache_hbh_node
 (constructor) VLIB_REGISTER_NODE (ip6_add_from_cache_hbh_node) More...
 
static char * ip6_add_from_cache_hbh_error_strings []
 

Macro Definition Documentation

#define foreach_cache_error   _(RECORDED, "ip6 iOAM headers cached")

Definition at line 70 of file ioam_cache_node.c.

#define foreach_ip6_add_from_cache_hbh_error   _(PROCESSED, "Pkts w/ added ip6 hop-by-hop options")

Definition at line 222 of file ioam_cache_node.c.

#define foreach_ip6_ioam_cache_input_next
Value:
_(IP6_LOOKUP, "ip6-lookup") \
_(DROP, "error-drop")
DROP
Definition: error.def:41

Definition at line 239 of file ioam_cache_node.c.

Enumeration Type Documentation

Enumerator
CACHE_N_ERROR 

Definition at line 73 of file ioam_cache_node.c.

Enumerator
IOAM_CACHE_NEXT_POP_HBYH 
IOAM_CACHE_N_NEXT 

Definition at line 87 of file ioam_cache_node.c.

Enumerator
IP6_ADD_FROM_CACHE_HBH_N_ERROR 

Definition at line 225 of file ioam_cache_node.c.

Enumerator
IP6_IOAM_CACHE_INPUT_N_NEXT 

Definition at line 243 of file ioam_cache_node.c.

Function Documentation

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

Definition at line 59 of file ioam_cache_node.c.

+ Here is the call graph for this function:

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

Definition at line 208 of file ioam_cache_node.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 253 of file ioam_cache_node.c.

+ Here is the call graph for this function:

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

Definition at line 94 of file ioam_cache_node.c.

+ Here is the call graph for this function:

Variable Documentation

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

Definition at line 81 of file ioam_cache_node.c.

vlib_node_registration_t ioam_cache_node
Initial value:
=
{
.name = "ip6-ioam-cache",
.vector_size = sizeof (u32),
.format_trace = format_cache_trace,
.error_strings = cache_error_strings,
.n_next_nodes = IOAM_CACHE_N_NEXT,
.next_nodes =
{
[IOAM_CACHE_NEXT_POP_HBYH] = "ip6-pop-hop-by-hop"
},
}
static uword ip6_ioam_cache_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
unsigned int u32
Definition: types.h:88
static char * cache_error_strings[]
#define ARRAY_LEN(x)
Definition: clib.h:59
static u8 * format_cache_trace(u8 *s, va_list *args)

(constructor) VLIB_REGISTER_NODE (ioam_cache_node)

Definition at line 183 of file ioam_cache_node.c.

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

Definition at line 233 of file ioam_cache_node.c.

vlib_node_registration_t ip6_add_from_cache_hbh_node
Initial value:
=
{
.name = "ip6-add-from-cache-hop-by-hop",
.vector_size = sizeof (u32),
.n_next_nodes = IP6_IOAM_CACHE_INPUT_N_NEXT,
.next_nodes =
{
#define _(s,n)
},
}
static u8 * format_ip6_add_from_cache_hbh_trace(u8 *s, va_list *args)
unsigned int u32
Definition: types.h:88
static uword ip6_add_from_cache_hbh_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
#define foreach_ip6_ioam_cache_input_next
#define ARRAY_LEN(x)
Definition: clib.h:59
static char * ip6_add_from_cache_hbh_error_strings[]

(constructor) VLIB_REGISTER_NODE (ip6_add_from_cache_hbh_node)

Definition at line 220 of file ioam_cache_node.c.