Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dfilter.h84 #define SKF_LL_OFF (-0x200000) macro
87 #define BPF_LL_OFF SKF_LL_OFF
/linux-4.4.14/arch/mips/net/
Dbpf_jit_asm.S41 #define SKF_LL_OFF (-0x200000) /* Can't include linux/filter.h in assembly */ macro
227 li t0, SKF_LL_OFF
Dbpf_jit.c649 ((int)K < 0 ? ((int)K >= SKF_LL_OFF ? func##_negative : func) : \
/linux-4.4.14/kernel/bpf/
Dcore.c64 else if (k >= SKF_LL_OFF) in bpf_internal_load_pointer_neg_helper()
65 ptr = skb_mac_header(skb) + k - SKF_LL_OFF; in bpf_internal_load_pointer_neg_helper()
/linux-4.4.14/arch/powerpc/net/
Dbpf_jit_comp.c112 ((int)K < 0 ? ((int)K >= SKF_LL_OFF ? func##_negative_offset : func) : func##_positive_offset)
/linux-4.4.14/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()
/linux-4.4.14/arch/x86/net/
Dbpf_jit_comp.c110 ((int)K < 0 ? ((int)K >= SKF_LL_OFF ? func##_negative_offset : func) : func##_positive_offset)
/linux-4.4.14/lib/
Dtest_bpf.c560 BPF_STMT(BPF_LD | BPF_B | BPF_ABS, SKF_LL_OFF),
562 BPF_STMT(BPF_LD | BPF_B | BPF_ABS, SKF_LL_OFF + 1),
573 BPF_STMT(BPF_LD | BPF_IMM, SKF_LL_OFF - 1),