pub const BPF_ALU_OP_MASK: u8 = 0xf0;
Mask to extract the arithmetic operation code from an instruction operation code.