Lines Matching refs:ttl
2453 __u8 tos, ttl, flow_flags = 0; in vxlan_xmit_one() local
2485 ttl = ip_tunnel_get_ttl(old_iph, skb); in vxlan_xmit_one()
2487 ttl = vxlan->cfg.ttl; in vxlan_xmit_one()
2488 if (!ttl && vxlan_addr_multicast(dst)) in vxlan_xmit_one()
2489 ttl = 1; in vxlan_xmit_one()
2528 ttl = info->key.ttl; in vxlan_xmit_one()
2604 ttl = ttl ? : ip4_dst_hoplimit(&rt->dst); in vxlan_xmit_one()
2611 dst->sin.sin_addr.s_addr, tos, ttl, df, in vxlan_xmit_one()
2667 ttl = ttl ? : ip6_dst_hoplimit(ndst); in vxlan_xmit_one()
2676 &dst->sin6.sin6_addr, tos, ttl, in vxlan_xmit_one()
4015 conf->ttl = nla_get_u8(data[IFLA_VXLAN_TTL]); in vxlan_nl2conf()
4408 if (nla_put_u8(skb, IFLA_VXLAN_TTL, vxlan->cfg.ttl) || in vxlan_fill_info()