FD.io VPP  v16.06
Vector Packet Processing
node_serialize.c File Reference
+ Include dependency graph for node_serialize.c:

Go to the source code of this file.

Functions

u8vlib_node_serialize (vlib_node_main_t *nm, u8 *vector)
 
vlib_node_t ** vlib_node_unserialize (u8 *vector)
 
static clib_error_ttest_node_serialize_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

vlib_cli_command_t test_node_serialize_node
 (constructor) VLIB_CLI_COMMAND (test_node_serialize_node) More...
 

Function Documentation

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

Definition at line 87 of file node_serialize.c.

+ Here is the call graph for this function:

u8* vlib_node_serialize ( vlib_node_main_t nm,
u8 vector 
)

Definition at line 26 of file node_serialize.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

vlib_node_t** vlib_node_unserialize ( u8 vector)

Definition at line 52 of file node_serialize.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

vlib_cli_command_t test_node_serialize_node
Initial value:
= {
.path = "test node serialize",
.short_help = "test node serialize",
}
static clib_error_t * test_node_serialize_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)

(constructor) VLIB_CLI_COMMAND (test_node_serialize_node)

Definition at line 136 of file node_serialize.c.