FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
template key/value backing page structure More...
Data Fields | |
union { | |
clib_bihash_kv kvp [BIHASH_KVP_PER_PAGE] | |
the actual key/value pairs More... | |
clib_bihash_value * next_free | |
used when a KVP page (or block thereof) is on a freelist More... | |
}; | |
template key/value backing page structure
Definition at line 44 of file bihash_doc.h.
union { ... } |
clib_bihash_kv clib_bihash_value::kvp[BIHASH_KVP_PER_PAGE] |
the actual key/value pairs
Definition at line 49 of file bihash_doc.h.
clib_bihash_value* clib_bihash_value::next_free |
used when a KVP page (or block thereof) is on a freelist
Definition at line 50 of file bihash_doc.h.