FD.io VPP  v18.01.1-37-g7ea3975
Vector Packet Processing
CVT Struct Reference

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...
 

Detailed Description

Definition at line 155 of file cuckoo_template.h.

Constructor & Destructor Documentation

CVT::CVT ( clib_cuckoo_kv  )

cuckoo elements in this bucket

Field Documentation

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.


The documentation for this struct was generated from the following file: