FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Public Member Functions | |
CVT (clib_cuckoo_kv) elts[CLIB_CUCKOO_KVP_PER_BUCKET] | |
cuckoo elements in this bucket More... | |
Data Fields | |
u8 | reduced_hashes [CLIB_CUCKOO_KVP_PER_BUCKET] |
reduced hashes corresponding to elements More... | |
volatile clib_cuckoo_bucket_aux_t | aux |
auxiliary data - version, writer flag and used count More... | |
Definition at line 155 of file cuckoo_template.h.
CVT::CVT | ( | clib_cuckoo_kv | ) |
cuckoo elements in this bucket
volatile clib_cuckoo_bucket_aux_t CVT::aux |
auxiliary data - version, writer flag and used count
Definition at line 161 of file cuckoo_template.h.
u8 CVT::reduced_hashes[CLIB_CUCKOO_KVP_PER_BUCKET] |
reduced hashes corresponding to elements
Definition at line 158 of file cuckoo_template.h.