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 |
◆ ioam_cache_node
Initial value:=
{
.name = "ip6-ioam-cache",
.vector_size =
sizeof (
u32),
.next_nodes =
{
},
}
(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 |
◆ 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)
},
}
(constructor) VLIB_REGISTER_NODE (ip6_add_from_cache_hbh_node)
Definition at line 390 of file ioam_cache_node.c.