FD.io VPP  v21.06-1-gbb7418cf9
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

__clib_export clib_mem_heap_tclib_all_bihash_set_heap (void)
 
__clib_export void clib_bihash_copied (void *dst, void *src)
 

Variables

__clib_export void ** clib_all_bihashes
 
static clib_mem_heap_tclib_all_bihash_heap
 

Function Documentation

◆ clib_all_bihash_set_heap()

__clib_export clib_mem_heap_t* 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()

__clib_export 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

clib_mem_heap_t* clib_all_bihash_heap
static

Definition at line 20 of file bihash_all_vector.c.

◆ clib_all_bihashes

__clib_export void** clib_all_bihashes

Definition at line 19 of file bihash_all_vector.c.