Lines Matching refs:ttl
1687 struct in6_addr *daddr, __u8 prio, __u8 ttl, in vxlan6_xmit_skb() argument
1762 ttl, src_port, dst_port, in vxlan6_xmit_skb()
1772 __be32 src, __be32 dst, __u8 tos, __u8 ttl, __be16 df, in vxlan_xmit_skb() argument
1841 ttl, df, src_port, dst_port, xnet, in vxlan_xmit_skb()
1934 __u8 tos, ttl; in vxlan_xmit_one() local
1971 ttl = vxlan->cfg.ttl; in vxlan_xmit_one()
1972 if (!ttl && vxlan_addr_multicast(dst)) in vxlan_xmit_one()
1973 ttl = 1; in vxlan_xmit_one()
1983 ttl = info->key.ttl; in vxlan_xmit_one()
2046 ttl = ttl ? : ip4_dst_hoplimit(&rt->dst); in vxlan_xmit_one()
2048 dst->sin.sin_addr.s_addr, tos, ttl, df, in vxlan_xmit_one()
2110 ttl = ttl ? : ip6_dst_hoplimit(ndst); in vxlan_xmit_one()
2112 0, ttl, src_port, dst_port, htonl(vni << 8), md, in vxlan_xmit_one()
2945 conf.ttl = nla_get_u8(data[IFLA_VXLAN_TTL]); in vxlan_newlink()
3113 if (nla_put_u8(skb, IFLA_VXLAN_TTL, vxlan->cfg.ttl) || in vxlan_fill_info()