Lines Matching refs:ttl
127 __u8 ttl; member
1674 struct in6_addr *daddr, __u8 prio, __u8 ttl, in vxlan6_xmit_skb() argument
1749 ttl, src_port, dst_port, in vxlan6_xmit_skb()
1759 __be32 src, __be32 dst, __u8 tos, __u8 ttl, __be16 df, in vxlan_xmit_skb() argument
1828 ttl, df, src_port, dst_port, xnet, in vxlan_xmit_skb()
1891 __u8 tos, ttl; in vxlan_xmit_one() local
1909 ttl = vxlan->ttl; in vxlan_xmit_one()
1910 if (!ttl && vxlan_addr_multicast(dst)) in vxlan_xmit_one()
1911 ttl = 1; in vxlan_xmit_one()
1958 ttl = ttl ? : ip4_dst_hoplimit(&rt->dst); in vxlan_xmit_one()
1963 dst->sin.sin_addr.s_addr, tos, ttl, df, in vxlan_xmit_one()
2017 ttl = ttl ? : ip6_dst_hoplimit(ndst); in vxlan_xmit_one()
2022 0, ttl, src_port, dst_port, &md, in vxlan_xmit_one()
2657 vxlan->ttl = nla_get_u8(data[IFLA_VXLAN_TTL]); in vxlan_newlink()
2837 if (nla_put_u8(skb, IFLA_VXLAN_TTL, vxlan->ttl) || in vxlan_fill_info()