FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
index_list.c File Reference
+ Include dependency graph for index_list.c:

Go to the source code of this file.

Functions

void index_slist_addhead (index_slist_t *headp, u8 *vector, u32 elsize, u32 offset, u32 index_to_add)
 
int index_slist_remelem (index_slist_t *headp, u8 *vector, u32 elsize, u32 offset, u32 index_to_delete)
 
void index_dlist_addtail (u32 head_index, u8 *vector, u32 elsize, u32 offset, u32 index_to_add)
 
u32 index_dlist_remelem (u32 head_index, u8 *vector, u32 elsize, u32 offset, u32 index_to_delete)
 

Function Documentation

void index_dlist_addtail ( u32  head_index,
u8 vector,
u32  elsize,
u32  offset,
u32  index_to_add 
)

Definition at line 83 of file index_list.c.

+ Here is the caller graph for this function:

u32 index_dlist_remelem ( u32  head_index,
u8 vector,
u32  elsize,
u32  offset,
u32  index_to_delete 
)

Definition at line 103 of file index_list.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void index_slist_addhead ( index_slist_t headp,
u8 vector,
u32  elsize,
u32  offset,
u32  index_to_add 
)

Definition at line 37 of file index_list.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int index_slist_remelem ( index_slist_t headp,
u8 vector,
u32  elsize,
u32  offset,
u32  index_to_delete 
)

Definition at line 56 of file index_list.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: