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
◆ tdummy_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)
}
#define foreach_handoff_trace_error
Definition at line 54 of file handoff_trace.c.
◆ handoff_trace_node
Initial value:=
{
.name = "handoff_trace",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static u8 * format_handoff_trace(u8 *s, va_list *args)
#define VLIB_NODE_FLAG_TRACE_SUPPORTED
vl_api_fib_path_type_t type
static char * handoff_trace_error_strings[]
static uword handoff_trace_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
(constructor) VLIB_REGISTER_NODE (handoff_trace_node)
Definition at line 41 of file handoff_trace.c.