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

Modules§

direction
Traffic direction constants
protocol
IP protocol constants

Structs§

NetworkFlowEvent
Network flow event with full 5-tuple and container identification
PacketEvent
Simple packet event (legacy, kept for backward compatibility)