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