Module aya::maps::hash_map[][src]

Expand description

Hash map types.

Structs

HashMap

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

PerCpuHashMap

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