Home
last modified time | relevance | path

Searched refs:SKF_LL_OFF (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfilter.h85 #define SKF_LL_OFF (-0x200000) macro
88 #define BPF_LL_OFF SKF_LL_OFF
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfilter.h85 #define SKF_LL_OFF (-0x200000) macro
88 #define BPF_LL_OFF SKF_LL_OFF
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dfilter.h85 #define SKF_LL_OFF (-0x200000) macro
88 #define BPF_LL_OFF SKF_LL_OFF
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfilter.h85 #define SKF_LL_OFF (-0x200000) macro
88 #define BPF_LL_OFF SKF_LL_OFF
/OK3568_Linux_fs/kernel/arch/mips/net/
H A Dbpf_jit_asm.S42 #define SKF_LL_OFF (-0x200000) /* Can't include linux/filter.h in assembly */ macro
229 li t0, SKF_LL_OFF
H A Dbpf_jit.c662 ((int)K < 0 ? ((int)K >= SKF_LL_OFF ? func##_negative : func) : \
/OK3568_Linux_fs/kernel/lib/
H A Dtest_bpf.c587 BPF_STMT(BPF_LD | BPF_B | BPF_ABS, SKF_LL_OFF),
589 BPF_STMT(BPF_LD | BPF_B | BPF_ABS, SKF_LL_OFF + 1),
600 BPF_STMT(BPF_LD | BPF_IMM, SKF_LL_OFF - 1),
5574 BPF_STMT(BPF_LD | BPF_IND | BPF_B, SKF_LL_OFF + 1),
5575 BPF_STMT(BPF_LD | BPF_IND | BPF_B, SKF_LL_OFF + 2),
5576 BPF_STMT(BPF_LD | BPF_IND | BPF_B, SKF_LL_OFF + 3),
5577 BPF_STMT(BPF_LD | BPF_IND | BPF_B, SKF_LL_OFF + 4),
5837 BPF_STMT(BPF_LD | BPF_ABS | BPF_B, SKF_LL_OFF + 0x3f),
5847 BPF_STMT(BPF_LD | BPF_ABS | BPF_B, SKF_LL_OFF + 0x3f),
5857 BPF_STMT(BPF_LD | BPF_ABS | BPF_B, SKF_LL_OFF + 0x3c),
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/net/
H A Dbpf_jit_comp.c107 ((int)K < 0 ? ((int)K >= SKF_LL_OFF ? func##_negative_offset : func) : func##_positive_offset)
/OK3568_Linux_fs/kernel/arch/sparc/net/
H A Dbpf_jit_comp_32.c594 ((int)K < 0 ? ((int)K >= SKF_LL_OFF ? func##_negative_offset : func) : func##_positive_offset) in bpf_jit_compile()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcore.c73 } else if (k >= SKF_LL_OFF) { in bpf_internal_load_pointer_neg_helper()
76 ptr = skb_mac_header(skb) + k - SKF_LL_OFF; in bpf_internal_load_pointer_neg_helper()