Searched refs:BPF_TO_BE (Results 1 – 6 of 6) sorted by relevance
13 ``BPF_FROM_LE`` and ``BPF_FROM_BE`` exist as aliases for ``BPF_TO_LE`` and ``BPF_TO_BE`` respective…
148 BPF_TO_BE 0x08 convert between host byte order and big endian160 ``BPF_ALU | BPF_TO_BE | BPF_END`` with imm = 64 means::
464 BPF_ENDIAN(BPF_TO_BE, BPF_REG_0, 16),479 BPF_ENDIAN(BPF_TO_BE, BPF_REG_0, 32),
127 BPF_SRC(insn->code) == BPF_TO_BE ? "be" : "le", in print_bpf_end_insn()
32 #define BPF_TO_BE 0x08 /* convert to big-endian */ macro34 #define BPF_FROM_BE BPF_TO_BE