FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
graph_cli.c File Reference
+ Include dependency graph for graph_cli.c:

Go to the source code of this file.

Functions

static void graph_node_print (vlib_main_t *vm, vlib_node_t *n, bool want_arcs)
 
static int node_cmp (void *a1, void *a2)
 
static clib_error_tgraph_node_show_cmd (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

static vlib_cli_command_t graph_node_show_command
 (constructor) VLIB_CLI_COMMAND (graph_node_show_command) More...
 

Function Documentation

◆ graph_node_print()

static void graph_node_print ( vlib_main_t vm,
vlib_node_t n,
bool  want_arcs 
)
static

Definition at line 33 of file graph_cli.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ graph_node_show_cmd()

static clib_error_t* graph_node_show_cmd ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 59 of file graph_cli.c.

+ Here is the call graph for this function:

◆ node_cmp()

static int node_cmp ( void *  a1,
void *  a2 
)
static

Definition at line 50 of file graph_cli.c.

+ Here is the caller graph for this function:

Variable Documentation

◆ graph_node_show_command

vlib_cli_command_t graph_node_show_command
static
Initial value:
= {
.path = "show graph",
.short_help = "show graph [node <index>|<name>] [want_arcs] [input|trace_supported] [drop] [output] [punt] [handoff] [no_free] [polling] [interrupt]",
.function = graph_node_show_cmd,
}
static clib_error_t * graph_node_show_cmd(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: graph_cli.c:59

(constructor) VLIB_CLI_COMMAND (graph_node_show_command)

Definition at line 136 of file graph_cli.c.