FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
bihash_40_8.h File Reference
+ Include dependency graph for bihash_40_8.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  clib_bihash_kv_40_8_t
 

Macros

#define BIHASH_TYPE   _40_8
 
#define BIHASH_KVP_PER_PAGE   4
 

Functions

static int clib_bihash_is_free_40_8 (const clib_bihash_kv_40_8_t *v)
 
static u64 clib_bihash_hash_40_8 (const clib_bihash_kv_40_8_t *v)
 
static u8format_bihash_kvp_40_8 (u8 *s, va_list *args)
 
static int clib_bihash_key_compare_40_8 (u64 *a, u64 *b)
 

Macro Definition Documentation

◆ BIHASH_KVP_PER_PAGE

#define BIHASH_KVP_PER_PAGE   4

Definition at line 22 of file bihash_40_8.h.

◆ BIHASH_TYPE

#define BIHASH_TYPE   _40_8

Definition at line 21 of file bihash_40_8.h.

Function Documentation

◆ clib_bihash_hash_40_8()

static u64 clib_bihash_hash_40_8 ( const clib_bihash_kv_40_8_t v)
inlinestatic

Definition at line 49 of file bihash_40_8.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ clib_bihash_is_free_40_8()

static int clib_bihash_is_free_40_8 ( const clib_bihash_kv_40_8_t v)
inlinestatic

Definition at line 40 of file bihash_40_8.h.

◆ clib_bihash_key_compare_40_8()

static int clib_bihash_key_compare_40_8 ( u64 a,
u64 b 
)
inlinestatic

Definition at line 70 of file bihash_40_8.h.

◆ format_bihash_kvp_40_8()

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

Definition at line 60 of file bihash_40_8.h.

+ Here is the call graph for this function: