Constant nc::types::BPF_OK

source ·
pub const BPF_OK: i32 = 0;
Expand description

Generic BPF return codes which all BPF program types may support. The values are binary compatible with their TC_ACT_* counter-part to provide backwards compatibility with existing SCHED_CLS and SCHED_ACT programs.

XDP is handled seprately, see XDP_*.