Structs§
- Map
- A representation of eBPF map that can be shared between processes.
- MapSchema
- Schema of an eBPF map.
- Struct
Access - Describes location of an instruction that accesses a struct field.
- Verified
Program - A verified eBPF program.
Enums§
- MapType
- Type of an eBPF maps.
Constants§
- MAX_
PROGRAM_ INSTRUCTIONS - Maximum allowed number of instructions in an eBPF program.
- MAX_
PROGRAM_ MAPS - Maximum number of maps an eBPF program can use.