Home
last modified time | relevance | path

Searched refs:BPF_TO_LE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/bpf/
H A Dlinux-notes.rst13 ``BPF_FROM_LE`` and ``BPF_FROM_BE`` exist as aliases for ``BPF_TO_LE`` and ``BPF_TO_BE`` respective…
/openbmc/linux/Documentation/bpf/standardization/
H A Dinstruction-set.rst312 BPF_ALU BPF_TO_LE 0x00 convert between host byte order and little endian
322 ``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::
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h32 #define BPF_TO_LE 0x00 /* convert to little-endian */ macro
34 #define BPF_FROM_LE BPF_TO_LE
/openbmc/linux/include/uapi/linux/
H A Dbpf.h32 #define BPF_TO_LE 0x00 /* convert to little-endian */ macro
34 #define BPF_FROM_LE BPF_TO_LE