Expand description
Shared types between eBPF (kernel) and userspace
This crate defines event structures that must be:
#[repr(C)]for stable memory layoutno_stdcompatible for eBPF- Shared between kernel probes and userspace agent
Modules§
Structs§
- Network
Flow Event - Network flow event with full 5-tuple and container identification
- Packet
Event - Simple packet event (legacy, kept for backward compatibility)