Searched refs:PKT_VLAN_PRESENT_BIT (Results 1 – 4 of 4) sorted by relevance
385 if (PKT_VLAN_PRESENT_BIT) in bpf_jit_build_body()386 PPC_SRWI(r_A, r_A, PKT_VLAN_PRESENT_BIT); in bpf_jit_build_body()387 if (PKT_VLAN_PRESENT_BIT < 7) in bpf_jit_build_body()
559 if (PKT_VLAN_PRESENT_BIT) in bpf_jit_compile()560 emit_alu_K(SRL, PKT_VLAN_PRESENT_BIT); in bpf_jit_compile()561 if (PKT_VLAN_PRESENT_BIT < 7) in bpf_jit_compile()
307 if (PKT_VLAN_PRESENT_BIT) in convert_skb_access()308 *insn++ = BPF_ALU32_IMM(BPF_RSH, dst_reg, PKT_VLAN_PRESENT_BIT); in convert_skb_access()309 if (PKT_VLAN_PRESENT_BIT < 7) in convert_skb_access()7320 if (PKT_VLAN_PRESENT_BIT) in bpf_convert_ctx_access()7321 *insn++ = BPF_ALU32_IMM(BPF_RSH, si->dst_reg, PKT_VLAN_PRESENT_BIT); in bpf_convert_ctx_access()7322 if (PKT_VLAN_PRESENT_BIT < 7) in bpf_convert_ctx_access()
794 #define PKT_VLAN_PRESENT_BIT 7 macro796 #define PKT_VLAN_PRESENT_BIT 0 macro