![]() |
FD.io VPP
v16.09
Vector Packet Processing
|
Include dependency graph for adj_alloc.h:
This graph shows which files directly or indirectly include this file: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.
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:
|
inlinestatic |
Definition at line 41 of file adj_alloc.h.
Here is the call graph for this function:
Here is the caller graph for this function:| format_function_t format_adj_allocation |
Definition at line 51 of file adj_alloc.h.