Searched refs:SKF_LL_OFF (Results 1 – 8 of 8) sorted by relevance
84 #define SKF_LL_OFF (-0x200000) macro87 #define BPF_LL_OFF SKF_LL_OFF
41 #define SKF_LL_OFF (-0x200000) /* Can't include linux/filter.h in assembly */ macro227 li t0, SKF_LL_OFF
649 ((int)K < 0 ? ((int)K >= SKF_LL_OFF ? func##_negative : func) : \
64 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()
112 ((int)K < 0 ? ((int)K >= SKF_LL_OFF ? func##_negative_offset : func) : func##_positive_offset)
644 ((int)K < 0 ? ((int)K >= SKF_LL_OFF ? func##_negative_offset : func) : func##_positive_offset) in bpf_jit_compile()
110 ((int)K < 0 ? ((int)K >= SKF_LL_OFF ? func##_negative_offset : func) : func##_positive_offset)
560 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),