mode EBPF
network
- For cross-kernel compatibility checks, see `workflows/testing.md`.
More in EBPF
mode
ebpf-skill
Practical guidance for choosing, writing, loading, and debugging eBPF programs. Prioritizes correct toolchain and hook selection, map choice, kernel-version fit, verifier triage, and concise production-ready examples using libbpf, ebpf-go, and bpftrace.
View → modeevent-output
Used to stream structured data from kernel-space to userspace.
View → modekey-value
General-purpose maps for storing state in eBPF programs.
View → modequeue-stack-bloom
- For cross-kernel compatibility checks, see `workflows/testing.md`.
View → modespecialized
Maps used for redirection, observability, object-lifetime state, and advanced shared memory patterns.
View → modetail-calls-and-map-in-map
- For cross-kernel compatibility checks, see `workflows/testing.md`.
View →