FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
bihash_8_8.h File Reference
+ Include dependency graph for bihash_8_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_8_8_t
 8 octet key, 8 octet key value pair More...
 

Macros

#define BIHASH_TYPE   _8_8
 
#define BIHASH_KVP_PER_PAGE   4
 
#define BIHASH_KVP_CACHE_SIZE   0
 

Functions

static int clib_bihash_is_free_8_8 (clib_bihash_kv_8_8_t *v)
 Decide if a clib_bihash_kv_8_8_t instance is free. More...
 
static u64 clib_bihash_hash_8_8 (clib_bihash_kv_8_8_t *v)
 Hash a clib_bihash_kv_8_8_t instance. More...
 
static u8format_bihash_kvp_8_8 (u8 *s, va_list *args)
 Format a clib_bihash_kv_8_8_t instance. More...
 
static int clib_bihash_key_compare_8_8 (u64 a, u64 b)
 Compare two clib_bihash_kv_8_8_t instances. More...
 

Macro Definition Documentation

#define BIHASH_KVP_CACHE_SIZE   0

Definition at line 21 of file bihash_8_8.h.

#define BIHASH_KVP_PER_PAGE   4

Definition at line 20 of file bihash_8_8.h.

#define BIHASH_TYPE   _8_8

Definition at line 19 of file bihash_8_8.h.

Function Documentation

static u64 clib_bihash_hash_8_8 ( clib_bihash_kv_8_8_t v)
inlinestatic

Hash a clib_bihash_kv_8_8_t instance.

Parameters
v- pointer to the (key,value) pair, hash the key (only)

Definition at line 54 of file bihash_8_8.h.

+ Here is the call graph for this function:

static int clib_bihash_is_free_8_8 ( clib_bihash_kv_8_8_t v)
inlinestatic

Decide if a clib_bihash_kv_8_8_t instance is free.

Parameters
v-pointer to the (key,value) pair

Definition at line 43 of file bihash_8_8.h.

static int clib_bihash_key_compare_8_8 ( u64  a,
u64  b 
)
inlinestatic

Compare two clib_bihash_kv_8_8_t instances.

Parameters
a- first key
b- second key

Definition at line 83 of file bihash_8_8.h.

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

Format a clib_bihash_kv_8_8_t instance.

Parameters
s- u8 * vector under construction
args(vararg) - the (key,value) pair to format
Returns
s - the u8 * vector under construction

Definition at line 70 of file bihash_8_8.h.

+ Here is the call graph for this function: