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…
32 #define BPF_TO_LE 0x00 /* convert to little-endian */ macro34 #define BPF_FROM_LE BPF_TO_LE
160 .code = BPF_ALU64 | BPF_END | BPF_SRC(BPF_TO_LE), \
14533 BPF_SRC(insn->code) != BPF_TO_LE)) { in check_alu_op()