FD.io VPP
v17.04.2-2-ga8f93f8
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | clib_bihash_kv_16_8_t |
Macros | |
#define | BIHASH_TYPE _16_8 |
#define | BIHASH_KVP_PER_PAGE 4 |
Functions | |
static int | clib_bihash_is_free_16_8 (clib_bihash_kv_16_8_t *v) |
static u64 | clib_bihash_hash_16_8 (clib_bihash_kv_16_8_t *v) |
static u8 * | format_bihash_kvp_16_8 (u8 *s, va_list *args) |
static int | clib_bihash_key_compare_16_8 (u64 *a, u64 *b) |
#define BIHASH_KVP_PER_PAGE 4 |
Definition at line 18 of file bihash_16_8.h.
#define BIHASH_TYPE _16_8 |
Definition at line 17 of file bihash_16_8.h.
|
inlinestatic |
Definition at line 70 of file bihash_16_8.h.
|
inlinestatic |
Definition at line 87 of file bihash_16_8.h.