![]() |
FD.io VPP
v16.06
Vector Packet Processing
|
Include dependency graph for node_serialize.c:Go to the source code of this file.
Functions | |
| u8 * | vlib_node_serialize (vlib_node_main_t *nm, u8 *vector) |
| vlib_node_t ** | vlib_node_unserialize (u8 *vector) |
| static clib_error_t * | test_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... | |
|
static |
| 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:| vlib_cli_command_t test_node_serialize_node |
(constructor) VLIB_CLI_COMMAND (test_node_serialize_node)
Definition at line 136 of file node_serialize.c.