FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
bihash_48_8.h File Reference
+ Include dependency graph for bihash_48_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_48_8_t
 

Macros

#define BIHASH_TYPE   _48_8
 
#define BIHASH_KVP_PER_PAGE   4
 
#define BIHASH_KVP_CACHE_SIZE   2
 

Functions

static int clib_bihash_is_free_48_8 (const clib_bihash_kv_48_8_t *v)
 
static u64 clib_bihash_hash_48_8 (const clib_bihash_kv_48_8_t *v)
 
static u8format_bihash_kvp_48_8 (u8 *s, va_list *args)
 
static int clib_bihash_key_compare_48_8 (const u64 *a, const u64 *b)
 

Macro Definition Documentation

#define BIHASH_KVP_CACHE_SIZE   2

Definition at line 22 of file bihash_48_8.h.

#define BIHASH_KVP_PER_PAGE   4

Definition at line 21 of file bihash_48_8.h.

#define BIHASH_TYPE   _48_8

Definition at line 20 of file bihash_48_8.h.

Function Documentation

static u64 clib_bihash_hash_48_8 ( const clib_bihash_kv_48_8_t v)
inlinestatic

Definition at line 49 of file bihash_48_8.h.

+ Here is the call graph for this function:

static int clib_bihash_is_free_48_8 ( const clib_bihash_kv_48_8_t v)
inlinestatic

Definition at line 40 of file bihash_48_8.h.

static int clib_bihash_key_compare_48_8 ( const u64 a,
const u64 b 
)
inlinestatic

Definition at line 72 of file bihash_48_8.h.

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

Definition at line 61 of file bihash_48_8.h.

+ Here is the call graph for this function: