pub const OR32_IMM: u8 = BPF_ALU | BPF_K | BPF_OR; // 0x44u8
BPF opcode: or32 dst, imm /// dst |= imm.
or32 dst, imm
dst |= imm