Expand description
Data structure helper to keep data associated with netdevice ports.
Structs§
- Occupied
Entry - An occupied entry in a
PortSlab
. - Port
Slab - A data structure that is keyed on
Port
, guarantees O(1) lookup and takes into account salted port identifiers. - Salt
Mismatch Entry - A mismatched salt entry in a
PortSlab
. - Vacant
Entry - A vacant slot in a
PortSlab
.
Enums§
- Entry
- An entry obtained from
PortSlab::entry
. - Remove
Outcome - Observable outcomes from
PortSlab::remove
.