FD.io VPP  v20.01-48-g3e0dafb74
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

◆ bucket

u64 clib_cuckoo_path_t::bucket

bucket at end of path

Definition at line 148 of file cuckoo_template.h.

◆ data

path_data_t clib_cuckoo_path_t::data

holds compressed offsets in buckets along path

Definition at line 152 of file cuckoo_template.h.

◆ length

u8 clib_cuckoo_path_t::length

length of the path

Definition at line 150 of file cuckoo_template.h.

◆ start

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: