Go to the source code of this file.
|
u8 * | format_span_trace (u8 *s, va_list *args) |
|
static_always_inline void | span_mirror (vlib_main_t *vm, span_interface_t *si0, vlib_buffer_t *b0, vlib_frame_t **mirror_frames, int is_rx) |
|
static_always_inline uword | span_node_inline_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, int is_rx) |
|
static uword | span_input_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
static uword | span_output_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
#define foreach_span_error _(HITS, "SPAN incomming packets processed") |
u8* format_span_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
char* span_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_span_error
Definition at line 54 of file node.c.
Initial value:= {
.name = "span-input",
.vector_size =
sizeof (
u32),
.n_next_nodes = 0,
.next_nodes = {
[0] = "error-drop",
},
}
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
u8 * format_span_trace(u8 *s, va_list *args)
static char * span_error_strings[]
static uword span_input_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
(constructor) VLIB_REGISTER_NODE (span_input_node)
Definition at line 238 of file node.c.
Initial value:= {
.name = "span-output",
.vector_size =
sizeof (
u32),
.n_next_nodes = 0,
.next_nodes = {
[0] = "error-drop",
},
}
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
u8 * format_span_trace(u8 *s, va_list *args)
static char * span_error_strings[]
static uword span_output_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
(constructor) VLIB_REGISTER_NODE (span_output_node)
Definition at line 258 of file node.c.