Go to the source code of this file.
◆ foreach_cache_error
#define foreach_cache_error _(RECORDED, "ip6 iOAM headers cached") |
◆ foreach_ip6_add_from_cache_hbh_error
#define foreach_ip6_add_from_cache_hbh_error _(PROCESSED, "Pkts w/ added ip6 hop-by-hop options") |
◆ foreach_ip6_ioam_cache_input_next
#define foreach_ip6_ioam_cache_input_next |
◆ cache_error_t
◆ cache_next_t
Enumerator |
---|
IOAM_CACHE_NEXT_POP_HBYH | |
IOAM_CACHE_N_NEXT | |
Definition at line 87 of file ioam_cache_node.c.
◆ ip6_add_from_cache_hbh_error_t
◆ ip6_ioam_cache_input_next_t
◆ format_cache_trace()
static u8* format_cache_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ format_ip6_add_from_cache_hbh_trace()
static u8* format_ip6_add_from_cache_hbh_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ ip6_add_from_cache_hbh_node()
◆ ip6_ioam_cache_node_fn()
◆ cache_error_strings
char* cache_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_cache_error
Definition at line 81 of file ioam_cache_node.c.
◆ ioam_cache_node
Initial value:=
{
.name = "ip6-ioam-cache",
.vector_size =
sizeof (
u32),
.next_nodes =
{
},
}
static uword ip6_ioam_cache_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
vl_api_fib_path_type_t type
static char * cache_error_strings[]
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.
◆ ip6_add_from_cache_hbh_error_strings
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 231 of file ioam_cache_node.c.
◆ ip6_add_from_cache_hbh_node
Initial value:=
{
.name = "ip6-add-from-cache-hop-by-hop",
.vector_size =
sizeof (
u32),
.next_nodes =
{
#define _(s,n)
},
}
static u8 * format_ip6_add_from_cache_hbh_trace(u8 *s, va_list *args)
vl_api_fib_path_type_t type
#define foreach_ip6_ioam_cache_input_next
static char * ip6_add_from_cache_hbh_error_strings[]
(constructor) VLIB_REGISTER_NODE (ip6_add_from_cache_hbh_node)
Definition at line 390 of file ioam_cache_node.c.