Skip to main content

BPF_EVENT_SIZE_ESTIMATE_BYTES

Constant BPF_EVENT_SIZE_ESTIMATE_BYTES 

Source
pub const BPF_EVENT_SIZE_ESTIMATE_BYTES: u64 = 256;
Expand description

Base event payload size estimate (bytes) used by the ReorderBuffer for memory accounting. The actual size adds the event name length.