|  | FD.io VPP
    v21.01.1
    Vector Packet Processing | 
 Include dependency graph for bihash_8_8_stats.h:
 Include dependency graph for bihash_8_8_stats.h:Go to the source code of this file.
| Data Structures | |
| struct | clib_bihash_kv_8_8_stats_t | 
| 8 octet key, 8 octet key value pair  More... | |
| Macros | |
| #define | BIHASH_TYPE _8_8_stats | 
| #define | BIHASH_KVP_PER_PAGE 4 | 
| #define | BIHASH_ENABLE_STATS 1 | 
| #define | BIHASH_KVP_AT_BUCKET_LEVEL 0 | 
| #define | BIHASH_LAZY_INSTANTIATE 1 | 
| #define | BIHASH_BUCKET_PREFETCH_CACHE_LINES 1 | 
| #define | BIHASH_USE_HEAP 1 | 
| Functions | |
| static int | clib_bihash_is_free_8_8_stats (clib_bihash_kv_8_8_stats_t *v) | 
| Decide if a clib_bihash_kv_8_8_t instance is free.  More... | |
| static u64 | clib_bihash_hash_8_8_stats (clib_bihash_kv_8_8_stats_t *v) | 
| Hash a clib_bihash_kv_8_8_t instance.  More... | |
| static u8 * | format_bihash_kvp_8_8_stats (u8 *s, va_list *args) | 
| Format a clib_bihash_kv_8_8_t instance.  More... | |
| static int | clib_bihash_key_compare_8_8_stats (u64 a, u64 b) | 
| Compare two clib_bihash_kv_8_8_t instances.  More... | |
| #define BIHASH_BUCKET_PREFETCH_CACHE_LINES 1 | 
Definition at line 29 of file bihash_8_8_stats.h.
| #define BIHASH_ENABLE_STATS 1 | 
Definition at line 26 of file bihash_8_8_stats.h.
| #define BIHASH_KVP_AT_BUCKET_LEVEL 0 | 
Definition at line 27 of file bihash_8_8_stats.h.
| #define BIHASH_KVP_PER_PAGE 4 | 
Definition at line 25 of file bihash_8_8_stats.h.
| #define BIHASH_LAZY_INSTANTIATE 1 | 
Definition at line 28 of file bihash_8_8_stats.h.
| #define BIHASH_TYPE _8_8_stats | 
Definition at line 24 of file bihash_8_8_stats.h.
| #define BIHASH_USE_HEAP 1 | 
Definition at line 30 of file bihash_8_8_stats.h.
| 
 | inlinestatic | 
Hash a clib_bihash_kv_8_8_t instance.
| v | - pointer to the (key,value) pair, hash the key (only) | 
Definition at line 63 of file bihash_8_8_stats.h.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | inlinestatic | 
Decide if a clib_bihash_kv_8_8_t instance is free.
| v- | pointer to the (key,value) pair | 
Definition at line 52 of file bihash_8_8_stats.h.
Compare two clib_bihash_kv_8_8_t instances.
| a | - first key | 
| b | - second key | 
Definition at line 93 of file bihash_8_8_stats.h.
Format a clib_bihash_kv_8_8_t instance.
| s | - u8 * vector under construction | 
| args | (vararg) - the (key,value) pair to format | 
Definition at line 79 of file bihash_8_8_stats.h.