pub const AND64_REG: u8 = BPF_ALU64 | BPF_X | BPF_AND; // 0x5fu8
BPF opcode: and64 dst, src /// dst &= src.
and64 dst, src
dst &= src