FD.io VPP
v16.06
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | aa_header_t |
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 (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) |
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 37 of file adj_alloc.h.
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.
|
inlinestatic |
Definition at line 41 of file adj_alloc.h.
format_function_t format_adj_allocation |
Definition at line 51 of file adj_alloc.h.