FD.io VPP
v16.06
Vector Packet Processing
|
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 | |
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.
ip_adjacency_t* aa_bootstrap | ( | ip_adjacency_t * | adjs, |
u32 | n | ||
) |
Definition at line 116 of file adj_alloc.c.
void aa_free | ( | ip_adjacency_t * | adjs, |
ip_adjacency_t * | adj | ||
) |
Definition at line 104 of file adj_alloc.c.
Definition at line 142 of file adj_alloc.c.
|
static |
|
inlinestatic |
Definition at line 24 of file adj_alloc.c.
vlib_cli_command_t show_adjacency_alloc_command |
(constructor) VLIB_CLI_COMMAND (show_adjacency_alloc_command)
Definition at line 237 of file adj_alloc.c.