FD.io VPP
v18.07.1-19-g511ce25
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 143 of file cuckoo_template.h.
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.