Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dbpf.h28 #define BPF_TO_LE 0x00 /* convert to little-endian */ macro
30 #define BPF_FROM_LE BPF_TO_LE
/linux-4.4.14/kernel/bpf/
Dcore.c227 [BPF_ALU | BPF_END | BPF_TO_LE] = &&ALU_END_TO_LE, in __bpf_prog_run()