Lines Matching refs:tos
126 __u8 tos; /* TOS override */ member
1314 &oip->saddr, oip->tos); in vxlan_rcv()
1759 __be32 src, __be32 dst, __u8 tos, __u8 ttl, __be16 df, in vxlan_xmit_skb() argument
1827 return udp_tunnel_xmit_skb(rt, sk, skb, src, dst, tos, in vxlan_xmit_skb()
1891 __u8 tos, ttl; in vxlan_xmit_one() local
1913 tos = vxlan->tos; in vxlan_xmit_one()
1914 if (tos == 1) in vxlan_xmit_one()
1915 tos = ip_tunnel_get_dsfield(old_iph, skb); in vxlan_xmit_one()
1923 fl4.flowi4_tos = RT_TOS(tos); in vxlan_xmit_one()
1957 tos = ip_tunnel_ecn_encap(tos, old_iph, skb); in vxlan_xmit_one()
1963 dst->sin.sin_addr.s_addr, tos, ttl, df, in vxlan_xmit_one()
2654 vxlan->tos = nla_get_u8(data[IFLA_VXLAN_TOS]); in vxlan_newlink()
2838 nla_put_u8(skb, IFLA_VXLAN_TOS, vxlan->tos) || in vxlan_fill_info()