Searched refs:BPF_ANC (Results 1 – 5 of 5) sorted by relevance
222 case BPF_ANC | SKF_AD_ALU_XOR_X: in bpf_jit_build_body()335 case BPF_ANC | SKF_AD_PROTOCOL: /* A = ntohs(skb->protocol); */ in bpf_jit_build_body()341 case BPF_ANC | SKF_AD_IFINDEX: in bpf_jit_build_body()342 case BPF_ANC | SKF_AD_HATYPE: in bpf_jit_build_body()358 if (code == (BPF_ANC | SKF_AD_IFINDEX)) { in bpf_jit_build_body()367 case BPF_ANC | SKF_AD_MARK: in bpf_jit_build_body()372 case BPF_ANC | SKF_AD_RXHASH: in bpf_jit_build_body()377 case BPF_ANC | SKF_AD_VLAN_TAG: in bpf_jit_build_body()383 case BPF_ANC | SKF_AD_VLAN_TAG_PRESENT: in bpf_jit_build_body()390 case BPF_ANC | SKF_AD_QUEUE: in bpf_jit_build_body()[all …]
423 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 …]
901 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 …]
1179 #define BPF_ANC BIT(15) macro1202 BUG_ON(ftest->code & BPF_ANC); in bpf_anc_helper()1209 return BPF_ANC | SKF_AD_##CODE in bpf_anc_helper()
1111 if (bpf_anc_helper(ftest) & BPF_ANC) in bpf_check_classic()