Go to the source code of this file.
|
static u8 * | format_span_trace (u8 *s, va_list *args) |
|
static_always_inline void | span_mirror (vlib_main_t *vm, vlib_node_runtime_t *node, u32 sw_if_index0, vlib_buffer_t *b0, vlib_frame_t **mirror_frames, vlib_rx_or_tx_t rxtx, span_feat_t sf) |
|
static_always_inline uword | span_node_inline_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, vlib_rx_or_tx_t rxtx, span_feat_t sf) |
|
VLIB_NODE_FN() | span_input_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
VLIB_NODE_FN() | span_output_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
VLIB_NODE_FN() | span_l2_input_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
VLIB_NODE_FN() | span_l2_output_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
clib_error_t * | span_init (vlib_main_t *vm) |
|
◆ foreach_span_error
#define foreach_span_error _(HITS, "SPAN incoming packets processed") |
◆ span_node_defs
Value:.vector_size =
sizeof (
u32), \
.n_next_nodes = 0, \
.next_nodes = { \
[0] = "error-drop" \
}
static u8 * format_span_trace(u8 *s, va_list *args)
vl_api_fib_path_type_t type
static char * span_error_strings[]
Definition at line 296 of file node.c.
◆ span_error_t
◆ format_span_trace()
static u8* format_span_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ span_init()
◆ span_input_node()
◆ span_l2_input_node()
◆ span_l2_output_node()
◆ span_mirror()
◆ span_node_inline_fn()
◆ span_output_node()
◆ span_error_strings
char* span_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_span_error
Definition at line 55 of file node.c.
◆ span_input_node
Initial value:= {
.name = "span-input",
}
(constructor) VLIB_REGISTER_NODE (span_input_node)
Definition at line 308 of file node.c.
◆ span_l2_input_node
Initial value:= {
.name = "span-l2-input",
}
(constructor) VLIB_REGISTER_NODE (span_l2_input_node)
Definition at line 318 of file node.c.
◆ span_l2_output_node
Initial value:= {
.name = "span-l2-output",
}
(constructor) VLIB_REGISTER_NODE (span_l2_output_node)
Definition at line 323 of file node.c.
◆ span_output_node
Initial value:= {
.name = "span-output",
}
(constructor) VLIB_REGISTER_NODE (span_output_node)
Definition at line 313 of file node.c.