Lines Matching refs:vtc_flow
108 get_ipv6_tc(rte_be32_t vtc_flow) in get_ipv6_tc() argument
112 v = rte_be_to_cpu_32(vtc_flow); in get_ipv6_tc()
117 set_ipv6_tc(rte_be32_t vtc_flow, uint32_t tos) in set_ipv6_tc() argument
122 vtc_flow &= ~rte_cpu_to_be_32(RTE_IPV6_HDR_TC_MASK); in set_ipv6_tc()
124 return (v | vtc_flow); in set_ipv6_tc()
150 otp = get_ipv6_tc(v6out_h->vtc_flow) & ~tos_mask; in update_outb_tun_tos()
152 vtc_flow) & tos_mask; in update_outb_tun_tos()
153 v6out_h->vtc_flow = set_ipv6_tc(v6out_h->vtc_flow, otp | itp); in update_outb_tun_tos()
157 otp = get_ipv6_tc(v6out_h->vtc_flow) & ~tos_mask; in update_outb_tun_tos()
160 v6out_h->vtc_flow = set_ipv6_tc(v6out_h->vtc_flow, otp | itp); in update_outb_tun_tos()
166 vtc_flow) & tos_mask; in update_outb_tun_tos()
202 ecn_v6out = ((const struct rte_ipv6_hdr *)ref_h)->vtc_flow & in update_inb_tun_tos()
204 ecn_v6in = v6in_h->vtc_flow & in update_inb_tun_tos()
208 v6in_h->vtc_flow |= in update_inb_tun_tos()
213 ecn_v6out = ((const struct rte_ipv6_hdr *)ref_h)->vtc_flow & in update_inb_tun_tos()
224 ecn_v6in = v6in_h->vtc_flow & in update_inb_tun_tos()
227 v6in_h->vtc_flow |= in update_inb_tun_tos()