![]() |
FD.io VPP
v16.12-rc0-171-g5499b19
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | aa_header_t |
Adjacency allocator: heap-like in that the code will dole out contiguous chunks of n items. More... | |
Macros | |
#define | aa_aligned_header_bytes vec_aligned_header_bytes (sizeof (aa_header_t), sizeof (void *)) |
Functions | |
static aa_header_t * | aa_header (void *v) |
ip_adjacency_t * | aa_alloc (void) |
void | aa_free (ip_adjacency_t *adj) |
void | aa_bootstrap (u32 n) |
Variables | |
format_function_t | format_adj_allocation |
#define aa_aligned_header_bytes vec_aligned_header_bytes (sizeof (aa_header_t), sizeof (void *)) |
Definition at line 38 of file adj_alloc.h.
ip_adjacency_t* aa_alloc | ( | void | ) |
Definition at line 52 of file adj_alloc.c.
void aa_bootstrap | ( | u32 | n | ) |
Definition at line 126 of file adj_alloc.c.
void aa_free | ( | ip_adjacency_t * | adj | ) |
Definition at line 115 of file adj_alloc.c.
|
inlinestatic |
Definition at line 42 of file adj_alloc.h.
format_function_t format_adj_allocation |
Definition at line 51 of file adj_alloc.h.