![]() |
FD.io VPP
v16.06
Vector Packet Processing
|
Data Fields | |
| union { | |
| struct { | |
| u32 offset | |
| u8 pad [3] | |
| u8 log2_pages | |
| } | |
| u64 as_u64 | |
| }; | |
Definition at line 53 of file bihash_template.h.
| union { ... } |
| u64 clib_bihash_bucket_t::as_u64 |
Definition at line 60 of file bihash_template.h.
| u8 clib_bihash_bucket_t::log2_pages |
Definition at line 58 of file bihash_template.h.
| u32 clib_bihash_bucket_t::offset |
Definition at line 56 of file bihash_template.h.
| u8 clib_bihash_bucket_t::pad[3] |
Definition at line 57 of file bihash_template.h.