FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | dlist_elt_t |
Functions | |
static void | clib_dlist_init (dlist_elt_t *pool, u32 index) |
static void | clib_dlist_addtail (dlist_elt_t *pool, u32 head_index, u32 new_index) |
static void | clib_dlist_addhead (dlist_elt_t *pool, u32 head_index, u32 new_index) |
static void | clib_dlist_remove (dlist_elt_t *pool, u32 index) |
static u32 | clib_dlist_remove_head (dlist_elt_t *pool, u32 head_index) |
static u32 | clib_dlist_remove_tail (dlist_elt_t *pool, u32 head_index) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |