Searched refs:BPF_TO_LE (Results 1 – 5 of 5) sorted by relevance
13 ``BPF_FROM_LE`` and ``BPF_FROM_BE`` exist as aliases for ``BPF_TO_LE`` and ``BPF_TO_BE`` respective…
312 BPF_ALU BPF_TO_LE 0x00 convert between host byte order and little endian322 ``BPF_ALU | BPF_TO_LE | BPF_END`` with imm = 16/32/64 means::334 ``BPF_ALU64 | BPF_TO_LE | BPF_END`` with imm = 16/32/64 means::
32 #define BPF_TO_LE 0x00 /* convert to little-endian */ macro34 #define BPF_FROM_LE BPF_TO_LE
13088 BPF_SRC(insn->code) != BPF_TO_LE)) { in check_alu_op()