FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
qhash_t Struct Reference

Data Fields

u32 n_elts
 
u32 log2_hash_size
 
u32 hash_seeds [3]
 
uwordoverflow_hash
 
u32overflow_counts
 
u32overflow_free_indices
 
u8hash_key_valid_bitmap
 
uwordhash_keys
 

Detailed Description

Definition at line 45 of file qhash.h.

Field Documentation

◆ hash_key_valid_bitmap

u8* qhash_t::hash_key_valid_bitmap

Definition at line 60 of file qhash.h.

◆ hash_keys

uword* qhash_t::hash_keys

Definition at line 62 of file qhash.h.

◆ hash_seeds

u32 qhash_t::hash_seeds[3]

Definition at line 53 of file qhash.h.

◆ log2_hash_size

u32 qhash_t::log2_hash_size

Definition at line 50 of file qhash.h.

◆ n_elts

u32 qhash_t::n_elts

Definition at line 48 of file qhash.h.

◆ overflow_counts

u32* qhash_t::overflow_counts

Definition at line 58 of file qhash.h.

◆ overflow_free_indices

u32 * qhash_t::overflow_free_indices

Definition at line 58 of file qhash.h.

◆ overflow_hash

uword* qhash_t::overflow_hash

Definition at line 56 of file qhash.h.


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