Expand description

Hash map types.

Structs

A hash map that can be shared between eBPF programs and user space.

Similar to HashMap but each CPU holds a separate value for a given key. Tipically used to minimize lock contention in eBPF programs.