Crate orb8_common

Crate orb8_common 

Source
Expand description

Shared types between eBPF (kernel) and userspace

This crate defines event structures that must be:

  • #[repr(C)] for stable memory layout
  • no_std compatible for eBPF
  • Shared between kernel probes and userspace agent

Structsยง

PacketEvent