Lines Matching refs:tos
1355 ((struct iphdr *)oiph)->tos); in vxlan_ecn_decapsulate()
1902 struct sk_buff *skb, int oif, u8 tos, in vxlan_get_route() argument
1914 if (tos && !info) in vxlan_get_route()
1924 fl4.flowi4_tos = RT_TOS(tos); in vxlan_get_route()
1954 struct sk_buff *skb, int oif, u8 tos, in vxlan6_get_route() argument
1970 if (tos && !info) in vxlan6_get_route()
1982 fl6.flowlabel = ip6_make_flowinfo(RT_TOS(tos), label); in vxlan6_get_route()
2114 __u8 tos, ttl; in vxlan_xmit_one() local
2144 tos = vxlan->cfg.tos; in vxlan_xmit_one()
2145 if (tos == 1) in vxlan_xmit_one()
2146 tos = ip_tunnel_get_dsfield(old_iph, skb); in vxlan_xmit_one()
2178 tos = info->key.tos; in vxlan_xmit_one()
2191 rt = vxlan_get_route(vxlan, dev, sock4, skb, ifindex, tos, in vxlan_xmit_one()
2219 tos = ip_tunnel_ecn_encap(RT_TOS(tos), old_iph, skb); in vxlan_xmit_one()
2227 dst->sin.sin_addr.s_addr, tos, ttl, df, in vxlan_xmit_one()
2233 ndst = vxlan6_get_route(vxlan, dev, sock6, skb, ifindex, tos, in vxlan_xmit_one()
2260 tos = ip_tunnel_ecn_encap(RT_TOS(tos), old_iph, skb); in vxlan_xmit_one()
2270 &dst->sin6.sin6_addr, tos, ttl, in vxlan_xmit_one()
2602 rt = vxlan_get_route(vxlan, dev, sock4, skb, 0, info->key.tos, in vxlan_fill_metadata_dst()
2614 ndst = vxlan6_get_route(vxlan, dev, sock6, skb, 0, info->key.tos, in vxlan_fill_metadata_dst()
3337 conf->tos = nla_get_u8(data[IFLA_VXLAN_TOS]); in vxlan_nl2conf()
3631 nla_put_u8(skb, IFLA_VXLAN_TOS, vxlan->cfg.tos) || in vxlan_fill_info()