FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
bihash_16_8_32.h File Reference
+ Include dependency graph for bihash_16_8_32.h:

Go to the source code of this file.

Data Structures

struct  clib_bihash_kv_16_8_32_t
 

Macros

#define BIHASH_TYPE   _16_8_32
 
#define BIHASH_KVP_PER_PAGE   4
 
#define BIHASH_32_64_SVM   1
 

Functions

static int clib_bihash_is_free_16_8_32 (clib_bihash_kv_16_8_32_t *v)
 
static u64 clib_bihash_hash_16_8_32 (clib_bihash_kv_16_8_32_t *v)
 
static u8format_bihash_kvp_16_8_32 (u8 *s, va_list *args)
 
static int clib_bihash_key_compare_16_8_32 (u64 *a, u64 *b)
 

Macro Definition Documentation

◆ BIHASH_32_64_SVM

#define BIHASH_32_64_SVM   1

Definition at line 24 of file bihash_16_8_32.h.

◆ BIHASH_KVP_PER_PAGE

#define BIHASH_KVP_PER_PAGE   4

Definition at line 22 of file bihash_16_8_32.h.

◆ BIHASH_TYPE

#define BIHASH_TYPE   _16_8_32

Definition at line 21 of file bihash_16_8_32.h.

Function Documentation

◆ clib_bihash_hash_16_8_32()

static u64 clib_bihash_hash_16_8_32 ( clib_bihash_kv_16_8_32_t v)
inlinestatic

Definition at line 51 of file bihash_16_8_32.h.

+ Here is the call graph for this function:

◆ clib_bihash_is_free_16_8_32()

static int clib_bihash_is_free_16_8_32 ( clib_bihash_kv_16_8_32_t v)
inlinestatic

Definition at line 42 of file bihash_16_8_32.h.

◆ clib_bihash_key_compare_16_8_32()

static int clib_bihash_key_compare_16_8_32 ( u64 a,
u64 b 
)
inlinestatic

Definition at line 71 of file bihash_16_8_32.h.

◆ format_bihash_kvp_16_8_32()

static u8* format_bihash_kvp_16_8_32 ( u8 s,
va_list *  args 
)
inlinestatic

Definition at line 62 of file bihash_16_8_32.h.

+ Here is the call graph for this function: