devela::_dep::nc

Constant BPF_OK

pub const BPF_OK: i32 = 0;
Available on crate feature dep_nc only.
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_*.