Go to the source code of this file.
|
struct | BV (clib_bihash_value) |
|
| BVT (clib_bihash_value) |
|
static void *BV() | clib_bihash_get_value (BVT(clib_bihash)*h, uword offset) |
|
static uword BV() | clib_bihash_get_offset (BVT(clib_bihash)*h, void *v) |
|
void BV() | clib_bihash_init (BVT(clib_bihash)*h, char *name, u32 nbuckets, uword memory_size) |
|
void BV() | clib_bihash_free (BVT(clib_bihash)*h) |
|
int BV() | clib_bihash_add_del (BVT(clib_bihash)*h, BVT(clib_bihash_kv)*add_v, int is_add) |
|
int BV() | clib_bihash_search (BVT(clib_bihash)*h, BVT(clib_bihash_kv)*search_v, BVT(clib_bihash_kv)*return_v) |
|
void BV() | clib_bihash_foreach_key_value_pair (BVT(clib_bihash)*h, void *callback, void *arg) |
|
format_function_t | BV (format_bihash) |
|
format_function_t | BV (format_bihash_kvp) |
|
static int BV() | clib_bihash_search_inline (BVT(clib_bihash)*h, BVT(clib_bihash_kv)*kvp) |
|
static int BV() | clib_bihash_search_inline_2 (BVT(clib_bihash)*h, BVT(clib_bihash_kv)*search_key, BVT(clib_bihash_kv)*valuep) |
|
struct BV |
( |
clib_bihash_value |
| ) |
|
BVT |
( |
clib_bihash_value |
| ) |
|
int BV() clib_bihash_add_del |
( |
BVT(clib_bihash)* |
h, |
|
|
BVT(clib_bihash_kv)* |
add_v, |
|
|
int |
is_add |
|
) |
| |
void BV() clib_bihash_foreach_key_value_pair |
( |
BVT(clib_bihash)* |
h, |
|
|
void * |
callback, |
|
|
void * |
arg |
|
) |
| |
void BV() clib_bihash_free |
( |
BVT(clib_bihash)* |
h | ) |
|
static uword BV() clib_bihash_get_offset |
( |
BVT(clib_bihash)* |
h, |
|
|
void * |
v |
|
) |
| |
|
inlinestatic |
static void* BV() clib_bihash_get_value |
( |
BVT(clib_bihash)* |
h, |
|
|
uword |
offset |
|
) |
| |
|
inlinestatic |
void BV() clib_bihash_init |
( |
BVT(clib_bihash)* |
h, |
|
|
char * |
name, |
|
|
u32 |
nbuckets, |
|
|
uword |
memory_size |
|
) |
| |
int BV() clib_bihash_search |
( |
BVT(clib_bihash)* |
h, |
|
|
BVT(clib_bihash_kv)* |
search_v, |
|
|
BVT(clib_bihash_kv)* |
return_v |
|
) |
| |
static int BV() clib_bihash_search_inline |
( |
BVT(clib_bihash)* |
h, |
|
|
BVT(clib_bihash_kv)* |
kvp |
|
) |
| |
|
inlinestatic |
static int BV() clib_bihash_search_inline_2 |
( |
BVT(clib_bihash)* |
h, |
|
|
BVT(clib_bihash_kv)* |
search_key, |
|
|
BVT(clib_bihash_kv)* |
valuep |
|
) |
| |
|
inlinestatic |