Searched refs:BPF_TO_LE (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…
147 BPF_TO_LE 0x00 convert between host byte order and little endian156 ``BPF_ALU | BPF_TO_LE | BPF_END`` with imm = 16 means::
183 .code = BPF_ALU64 | BPF_END | BPF_TO_LE,
434 BPF_ENDIAN(BPF_TO_LE, BPF_REG_0, 16),449 BPF_ENDIAN(BPF_TO_LE, BPF_REG_0, 32),
31 #define BPF_TO_LE 0x00 /* convert to little-endian */ macro33 #define BPF_FROM_LE BPF_TO_LE