FD.io VPP  v19.08-24-ge6a5712
Vector Packet Processing
clib_cuckoo_path_t Struct Reference

Data Fields

u64 start
 bucket where this path begins More...
 
u64 bucket
 bucket at end of path More...
 
u8 length
 length of the path More...
 
path_data_t data
 holds compressed offsets in buckets along path More...
 

Detailed Description

Definition at line 143 of file cuckoo_template.h.

Field Documentation

u64 clib_cuckoo_path_t::bucket

bucket at end of path

Definition at line 148 of file cuckoo_template.h.

path_data_t clib_cuckoo_path_t::data

holds compressed offsets in buckets along path

Definition at line 152 of file cuckoo_template.h.

u8 clib_cuckoo_path_t::length

length of the path

Definition at line 150 of file cuckoo_template.h.

u64 clib_cuckoo_path_t::start

bucket where this path begins

Definition at line 146 of file cuckoo_template.h.


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