Go to the source code of this file.
|
static u8 * | format_adj_nsh_trace (u8 *s, va_list *args) |
|
static uword | adj_nsh_rewrite_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, int is_midchain) |
|
VLIB_NODE_FN() | adj_nsh_rewrite_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
VLIB_NODE_FN() | adj_nsh_midchain_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
| VNET_FEATURE_ARC_INIT (nsh_output, static) |
|
| VNET_FEATURE_INIT (nsh_tx_drop, static) |
|
◆ adj_gpe_rewrite_next_t
◆ adj_nsh_trace_t
Trace data for a NSH Midchain.
◆ adj_nsh_rewrite_next_t_
Enumerator |
---|
ADJ_NSH_REWRITE_NEXT_DROP | |
Definition at line 45 of file adj_nsh.c.
◆ adj_nsh_midchain_node()
◆ adj_nsh_rewrite_inline()
◆ adj_nsh_rewrite_node()
◆ format_adj_nsh_trace()
static u8* format_adj_nsh_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ VNET_FEATURE_ARC_INIT()
VNET_FEATURE_ARC_INIT |
( |
nsh_output |
, |
|
|
static |
|
|
) |
| |
◆ VNET_FEATURE_INIT()
VNET_FEATURE_INIT |
( |
nsh_tx_drop |
, |
|
|
static |
|
|
) |
| |
◆ adj_nsh_midchain_node
Initial value:= {
.name = "adj-nsh-midchain",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
},
}
static u8 * format_adj_nsh_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (adj_nsh_midchain_node)
Definition at line 180 of file adj_nsh.c.
◆ adj_nsh_rewrite_node
Initial value:= {
.name = "adj-nsh-rewrite",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
},
}
static u8 * format_adj_nsh_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (adj_nsh_rewrite_node)
Definition at line 168 of file adj_nsh.c.
◆ nsh_main_dummy