pub const BPF_ALU_OP_MASK: u8 = 0xf0;
Expand description

Mask to extract the arithmetic operation code from an instruction operation code.