FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
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... | |
Definition at line 142 of file cuckoo_template.h.
u64 clib_cuckoo_path_t::bucket |
bucket at end of path
Definition at line 147 of file cuckoo_template.h.
path_data_t clib_cuckoo_path_t::data |
holds compressed offsets in buckets along path
Definition at line 151 of file cuckoo_template.h.
u8 clib_cuckoo_path_t::length |
length of the path
Definition at line 149 of file cuckoo_template.h.
u64 clib_cuckoo_path_t::start |
bucket where this path begins
Definition at line 145 of file cuckoo_template.h.