Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dfilter.h84 #define SKF_LL_OFF (-0x200000) macro
87 #define BPF_LL_OFF SKF_LL_OFF
/linux-4.1.27/kernel/bpf/
Dcore.c63 else if (k >= SKF_LL_OFF) in bpf_internal_load_pointer_neg_helper()
64 ptr = skb_mac_header(skb) + k - SKF_LL_OFF; in bpf_internal_load_pointer_neg_helper()
/linux-4.1.27/arch/powerpc/net/
Dbpf_jit_comp.c112 ((int)K < 0 ? ((int)K >= SKF_LL_OFF ? func##_negative_offset : func) : func##_positive_offset)
/linux-4.1.27/lib/
Dtest_bpf.c202 BPF_STMT(BPF_LD | BPF_B | BPF_ABS, SKF_LL_OFF),
204 BPF_STMT(BPF_LD | BPF_B | BPF_ABS, SKF_LL_OFF + 1),
215 BPF_STMT(BPF_LD | BPF_IMM, SKF_LL_OFF - 1),
/linux-4.1.27/arch/x86/net/
Dbpf_jit_comp.c108 ((int)K < 0 ? ((int)K >= SKF_LL_OFF ? func##_negative_offset : func) : func##_positive_offset)
/linux-4.1.27/arch/sparc/net/
Dbpf_jit_comp.c644 ((int)K < 0 ? ((int)K >= SKF_LL_OFF ? func##_negative_offset : func) : func##_positive_offset) in bpf_jit_compile()