FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | clib_bihash_kv_24_8_t |
Macros | |
#define | BIHASH_TYPE _24_8 |
#define | BIHASH_KVP_PER_PAGE 4 |
Functions | |
static int | clib_bihash_is_free_24_8 (const clib_bihash_kv_24_8_t *v) |
static u64 | clib_bihash_hash_24_8 (const clib_bihash_kv_24_8_t *v) |
static u8 * | format_bihash_kvp_24_8 (u8 *s, va_list *args) |
static int | clib_bihash_key_compare_24_8 (u64 *a, u64 *b) |
#define BIHASH_KVP_PER_PAGE 4 |
Definition at line 21 of file bihash_24_8.h.
#define BIHASH_TYPE _24_8 |
Definition at line 20 of file bihash_24_8.h.
|
inlinestatic |
|
inlinestatic |