Go to the source code of this file.
|
nsh_option_map_t * | nsh_md2_lookup_option (u16 class, u8 type) |
|
u8 * | format_nsh_header (u8 *s, va_list *args) |
|
u8 * | format_nsh_node_map_trace (u8 *s, va_list *args) |
|
u8 * | format_nsh_pop_header (u8 *s, va_list *args) |
|
u8 * | format_nsh_pop_node_map_trace (u8 *s, va_list *args) |
|
static uword | nsh_pop_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
static uword | nsh_pop (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
| Graph processing dispatch function for NSH Input. More...
|
|
| VLIB_NODE_FUNCTION_MULTIARCH (nsh_pop_node, nsh_pop) |
|
◆ format_nsh_header()
u8* format_nsh_header |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_nsh_node_map_trace()
u8* format_nsh_node_map_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_nsh_pop_header()
u8* format_nsh_pop_header |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_nsh_pop_node_map_trace()
u8* format_nsh_pop_node_map_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ nsh_md2_lookup_option()
◆ nsh_pop()
Graph processing dispatch function for NSH Input.
- Node Identifier:
nsh_input
- Parameters
-
- Returns
- from_frame->n_vectors
Definition at line 330 of file nsh_pop.c.
◆ nsh_pop_inline()
◆ VLIB_NODE_FUNCTION_MULTIARCH()
◆ nsh_pop_node
Initial value:= {
.name = "nsh-pop",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
#define foreach_nsh_node_next
static uword nsh_pop(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Graph processing dispatch function for NSH Input.
static char * nsh_pop_node_error_strings[]
u8 * format_nsh_pop_node_map_trace(u8 *s, va_list *args)
u8 * format_nsh_pop_header(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (nsh_pop_node)
Definition at line 343 of file nsh_pop.c.
◆ nsh_pop_node_error_strings
char* nsh_pop_node_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_nsh_node_error
Definition at line 336 of file nsh_pop.c.