FD.io VPP  v17.04-9-g99c0734
Vector Packet Processing
clib_bihash_value Struct Reference

template key/value backing page structure More...

+ Collaboration diagram for clib_bihash_value:

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...
 
}; 
 

Detailed Description

template key/value backing page structure

Definition at line 44 of file bihash_doc.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: