FD.io VPP  v19.04.1-1-ge4a0f9f
Vector Packet Processing
nsh_pop.c File Reference
+ Include dependency graph for nsh_pop.c:

Go to the source code of this file.

Functions

nsh_option_map_tnsh_md2_lookup_option (u16 class, u8 type)
 
u8format_nsh_header (u8 *s, va_list *args)
 
u8format_nsh_node_map_trace (u8 *s, va_list *args)
 
u8format_nsh_pop_header (u8 *s, va_list *args)
 
u8format_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)
 
VLIB_NODE_FN() nsh_pop_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 Graph processing dispatch function for NSH Input. More...
 

Variables

static char * nsh_pop_node_error_strings []
 
vlib_node_registration_t nsh_pop_node
 (constructor) VLIB_REGISTER_NODE (nsh_pop_node) More...
 

Function Documentation

u8* format_nsh_header ( u8 s,
va_list *  args 
)

Definition at line 512 of file nsh_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_nsh_node_map_trace ( u8 s,
va_list *  args 
)

Definition at line 597 of file nsh_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_nsh_pop_header ( u8 s,
va_list *  args 
)

Definition at line 25 of file nsh_cli.c.

+ Here is the call graph for this function:

u8* format_nsh_pop_node_map_trace ( u8 s,
va_list *  args 
)

Definition at line 31 of file nsh_cli.c.

+ Here is the call graph for this function:

nsh_option_map_t* nsh_md2_lookup_option ( u16  class,
u8  type 
)

Definition at line 88 of file nsh.c.

static uword nsh_pop_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
static

Definition at line 37 of file nsh_pop.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VLIB_NODE_FN() nsh_pop_node ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)

Graph processing dispatch function for NSH Input.

Node Identifier:
nsh_input
Parameters
*vm
*node
*from_frame
Returns
from_frame->n_vectors

Definition at line 317 of file nsh_pop.c.

+ Here is the call graph for this function:

Variable Documentation

Initial value:
= {
.name = "nsh-pop",
.vector_size = sizeof (u32),
.format_buffer = format_nsh_pop_header,
.error_strings = nsh_pop_node_error_strings,
.n_next_nodes = NSH_NODE_N_NEXT,
.next_nodes = {
#define _(s,n)
},
}
#define foreach_nsh_node_next
Definition: nsh.h:208
static char * nsh_pop_node_error_strings[]
Definition: nsh_pop.c:323
u8 * format_nsh_pop_node_map_trace(u8 *s, va_list *args)
Definition: nsh_cli.c:31
unsigned int u32
Definition: types.h:88
u8 * format_nsh_pop_header(u8 *s, va_list *args)
Definition: nsh_cli.c:25
#define ARRAY_LEN(x)
Definition: clib.h:62

(constructor) VLIB_REGISTER_NODE (nsh_pop_node)

Definition at line 330 of file nsh_pop.c.

char* nsh_pop_node_error_strings[]
static
Initial value:
= {
#define _(sym,string)
}
#define foreach_nsh_node_error
Definition: nsh.h:191

Definition at line 323 of file nsh_pop.c.