Constant XDP_ABORTED
pub const XDP_ABORTED: i32 = 0;
Available on crate feature
dep_nc
only.Expand description
User return codes for XDP prog type.
A valid XDP program must return one of these defined values. All other
return codes are reserved for future use. Unknown return codes will
result in packet drops and a warning via bpf_warn_invalid_xdp_action()
.