Lines Matching refs:tos
1635 ((struct iphdr *)oiph)->tos); in vxlan_ecn_decapsulate()
2343 __u8 tos, ttl; in vxlan_xmit_one() local
2401 tos = vxlan->cfg.tos; in vxlan_xmit_one()
2402 if (tos == 1) in vxlan_xmit_one()
2403 tos = ip_tunnel_get_dsfield(old_iph, skb); in vxlan_xmit_one()
2404 if (tos && !info) in vxlan_xmit_one()
2442 tos = info->key.tos; in vxlan_xmit_one()
2461 tos, use_cache ? dst_cache : NULL); in vxlan_xmit_one()
2515 tos = ip_tunnel_ecn_encap(tos, old_iph, skb); in vxlan_xmit_one()
2525 pkey->u.ipv4.dst, tos, ttl, df, in vxlan_xmit_one()
2539 src_port, dst_port, tos, in vxlan_xmit_one()
2583 tos = ip_tunnel_ecn_encap(tos, old_iph, skb); in vxlan_xmit_one()
2594 &saddr, &pkey->u.ipv6.dst, tos, ttl, in vxlan_xmit_one()
3219 sport, dport, info->key.tos, in vxlan_fill_metadata_dst()
3235 sport, dport, info->key.tos, in vxlan_fill_metadata_dst()
4098 conf->tos = nla_get_u8(data[IFLA_VXLAN_TOS]); in vxlan_nl2conf()
4569 nla_put_u8(skb, IFLA_VXLAN_TOS, vxlan->cfg.tos) || in vxlan_fill_info()