Searched refs:BPF_TO_BE (Results 1 – 7 of 7) sorted by relevance
183 .code = BPF_ALU64 | BPF_END | BPF_TO_BE,
13 ``BPF_FROM_LE`` and ``BPF_FROM_BE`` exist as aliases for ``BPF_TO_LE`` and ``BPF_TO_BE`` respective…
144 BPF_SRC(insn->code) == BPF_TO_BE ? "be" : "le", in print_bpf_end_insn()
33 #define BPF_TO_BE 0x08 /* convert to big-endian */ macro35 #define BPF_FROM_BE BPF_TO_BE
313 BPF_ALU BPF_TO_BE 0x08 convert between host byte order and big endian328 ``BPF_ALU | BPF_TO_BE | BPF_END`` with imm = 16/32/64 means::