Searched refs:BPF_TO_BE (Results 1 – 6 of 6) 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