| 
    CNDP
    22.08.0
    
   | 
 
#include <cne_fbk_hash.h>
Data Fields | |
| uint64_t | whole_entry | 
| struct { | |
| uint16_t is_entry | |
| uint16_t value | |
| uint32_t key | |
| } | entry | 
Individual entry in the four-byte key hash table.
Definition at line 58 of file cne_fbk_hash.h.
| uint64_t whole_entry | 
For accessing entire entry.
Definition at line 59 of file cne_fbk_hash.h.
| uint16_t is_entry | 
Non-zero if entry is active.
Definition at line 61 of file cne_fbk_hash.h.
| uint16_t value | 
Value returned by lookup.
Definition at line 62 of file cne_fbk_hash.h.
| uint32_t key | 
Key used to find value.
Definition at line 63 of file cne_fbk_hash.h.
| struct { ... } entry | 
For accessing each entry part.