Constant BPF_JNE

Source
pub const BPF_JNE: u8 = 0x50;
Expand description

BPF JMP operation code: jump if not equal.