Home
last modified time | relevance | path

Searched refs:BPF_ANC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c423 case BPF_ANC | SKF_AD_ALU_XOR_X: /* A ^= X; */ in bpf_jit_compile()
520 case BPF_ANC | SKF_AD_CPU: in bpf_jit_compile()
523 case BPF_ANC | SKF_AD_PROTOCOL: in bpf_jit_compile()
526 case BPF_ANC | SKF_AD_PKTTYPE: in bpf_jit_compile()
531 case BPF_ANC | SKF_AD_IFINDEX: in bpf_jit_compile()
538 case BPF_ANC | SKF_AD_MARK: in bpf_jit_compile()
541 case BPF_ANC | SKF_AD_QUEUE: in bpf_jit_compile()
544 case BPF_ANC | SKF_AD_HATYPE: in bpf_jit_compile()
551 case BPF_ANC | SKF_AD_RXHASH: in bpf_jit_compile()
554 case BPF_ANC | SKF_AD_VLAN_TAG: in bpf_jit_compile()
[all …]
/openbmc/linux/include/linux/
H A Dfilter.h1219 #define BPF_ANC BIT(15) macro
1242 BUG_ON(ftest->code & BPF_ANC); in bpf_anc_helper()
1249 return BPF_ANC | SKF_AD_##CODE in bpf_anc_helper()
/openbmc/linux/net/core/
H A Dfilter.c1117 if (bpf_anc_helper(ftest) & BPF_ANC) in bpf_check_classic()