Go to the source code of this file.
◆ foreach_li_hit_error
#define foreach_li_hit_error |
Value:_(HITS, "LI packets processed") \
_(NO_COLLECTOR, "No collector configured") \
_(BUFFER_ALLOCATION_FAILURE, "Buffer allocation failure")
Definition at line 45 of file node.c.
◆ li_hit_error_t
◆ li_hit_next_t
Enumerator |
---|
LI_HIT_NEXT_ETHERNET | |
LI_HIT_N_NEXT | |
Definition at line 64 of file node.c.
◆ format_li_hit_trace()
static u8* format_li_hit_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ li_hit_node()
◆ li_hit_error_strings
char* li_hit_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_li_hit_error
Definition at line 58 of file node.c.
◆ li_hit_node
Initial value:= {
.name = "li-hit",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static u8 * format_li_hit_trace(u8 *s, va_list *args)
static char * li_hit_error_strings[]
(constructor) VLIB_REGISTER_NODE (li_hit_node)
Definition at line 264 of file node.c.