Home
last modified time | relevance | path

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

/Linux-v5.15/arch/sparc/net/
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 …]
/Linux-v5.15/arch/mips/net/
Dbpf_jit.c901 case BPF_ANC | SKF_AD_ALU_XOR_X: in build_body()
1117 case BPF_ANC | SKF_AD_PROTOCOL: in build_body()
1142 case BPF_ANC | SKF_AD_CPU: in build_body()
1151 case BPF_ANC | SKF_AD_IFINDEX: in build_body()
1153 case BPF_ANC | SKF_AD_HATYPE: in build_body()
1165 if (code == (BPF_ANC | SKF_AD_IFINDEX)) { in build_body()
1175 case BPF_ANC | SKF_AD_MARK: in build_body()
1181 case BPF_ANC | SKF_AD_RXHASH: in build_body()
1187 case BPF_ANC | SKF_AD_VLAN_TAG: in build_body()
1194 case BPF_ANC | SKF_AD_VLAN_TAG_PRESENT: in build_body()
[all …]
/Linux-v5.15/include/linux/
Dfilter.h1232 #define BPF_ANC BIT(15) macro
1255 BUG_ON(ftest->code & BPF_ANC); in bpf_anc_helper()
1262 return BPF_ANC | SKF_AD_##CODE in bpf_anc_helper()
/Linux-v5.15/net/core/
Dfilter.c1112 if (bpf_anc_helper(ftest) & BPF_ANC) in bpf_check_classic()