![]() |
FD.io VPP
v16.09
Vector Packet Processing
|
Include dependency graph for adj_alloc.c:Go to the source code of this file.
Functions | |
| static int | will_reallocate (ip_adjacency_t *adjs, u32 n) |
| ip_adjacency_t * | aa_alloc (ip_adjacency_t *adjs, ip_adjacency_t **blockp, u32 n) |
| void | aa_free (ip_adjacency_t *adjs, ip_adjacency_t *adj) |
| ip_adjacency_t * | aa_bootstrap (ip_adjacency_t *adjs, u32 n) |
| u8 * | format_adjacency_alloc (u8 *s, va_list *args) |
| static clib_error_t * | show_adjacency_alloc_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
Variables | |
| static vlib_cli_command_t | show_adjacency_alloc_command |
| (constructor) VLIB_CLI_COMMAND (show_adjacency_alloc_command) More... | |
| ip_adjacency_t* aa_alloc | ( | ip_adjacency_t * | adjs, |
| ip_adjacency_t ** | blockp, | ||
| u32 | n | ||
| ) |
Definition at line 48 of file adj_alloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:| ip_adjacency_t* aa_bootstrap | ( | ip_adjacency_t * | adjs, |
| u32 | n | ||
| ) |
Definition at line 116 of file adj_alloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void aa_free | ( | ip_adjacency_t * | adjs, |
| ip_adjacency_t * | adj | ||
| ) |
Definition at line 104 of file adj_alloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 142 of file adj_alloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
inlinestatic |
Definition at line 24 of file adj_alloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
(constructor) VLIB_CLI_COMMAND (show_adjacency_alloc_command)
Definition at line 237 of file adj_alloc.c.