Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/bpf/
Dlinux-notes.rst13 ``BPF_FROM_LE`` and ``BPF_FROM_BE`` exist as aliases for ``BPF_TO_LE`` and ``BPF_TO_BE`` respective…
/Linux-v6.6/Documentation/bpf/standardization/
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::
/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h32 #define BPF_TO_LE 0x00 /* convert to little-endian */ macro
34 #define BPF_FROM_LE BPF_TO_LE
/Linux-v6.6/include/uapi/linux/
Dbpf.h32 #define BPF_TO_LE 0x00 /* convert to little-endian */ macro
34 #define BPF_FROM_LE BPF_TO_LE
/Linux-v6.6/kernel/bpf/
Dverifier.c13088 BPF_SRC(insn->code) != BPF_TO_LE)) { in check_alu_op()