Go to the source code of this file.
◆ foreach_handoff_trace_error
#define foreach_handoff_trace_error _(BUGS, "Warning: packets sent to the handoff trace node!") |
◆ handoff_trace_error_t
◆ tplaceholder_next_t
Enumerator |
---|
HANDOFF_TRACE_NEXT_DROP | |
HANDOFF_TRACE_N_NEXT | |
Definition at line 72 of file handoff_trace.c.
◆ format_handoff_trace()
static u8* format_handoff_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ handoff_trace_node_fn()
◆ vlib_add_handoff_trace()
◆ handoff_trace_error_strings
char* handoff_trace_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
Definition at line 54 of file handoff_trace.c.
◆ handoff_trace_node
Initial value:=
{
.name = "handoff_trace",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
(constructor) VLIB_REGISTER_NODE (handoff_trace_node)
Definition at line 41 of file handoff_trace.c.