FD.io VPP  v20.09-64-g4f7b92f0a
Vector Packet Processing
bihash_all_vector.c File Reference
+ Include dependency graph for bihash_all_vector.c:

Go to the source code of this file.

Functions

void * clib_all_bihash_set_heap (void)
 
void clib_bihash_copied (void *dst, void *src)
 

Variables

void ** clib_all_bihashes
 
static void ** clib_all_bihash_heap
 

Function Documentation

◆ clib_all_bihash_set_heap()

void* clib_all_bihash_set_heap ( void  )

Definition at line 23 of file bihash_all_vector.c.

+ Here is the call graph for this function:

◆ clib_bihash_copied()

void clib_bihash_copied ( void *  dst,
void *  src 
)

Definition at line 36 of file bihash_all_vector.c.

+ Here is the caller graph for this function:

Variable Documentation

◆ clib_all_bihash_heap

void** clib_all_bihash_heap
static

Definition at line 20 of file bihash_all_vector.c.

◆ clib_all_bihashes

void** clib_all_bihashes

Definition at line 19 of file bihash_all_vector.c.