[][src]Constant nc::types::BPF_OK

pub const BPF_OK: i32

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_*.