Lines Matching defs:ttl
595 u8 tos, ttl;
651 ttl = key->ttl;
652 if (ttl == 0) {
654 ttl = inner_iph->ttl;
656 ttl = ((const struct ipv6hdr *)inner_iph)->hop_limit;
658 ttl = ip4_dst_hoplimit(&rt->dst);
669 iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, proto, tos, ttl,
695 u8 tos, ttl;
834 ttl = tnl_params->ttl;
835 if (ttl == 0) {
837 ttl = inner_iph->ttl;
840 ttl = ((const struct ipv6hdr *)inner_iph)->hop_limit;
843 ttl = ip4_dst_hoplimit(&rt->dst);
858 iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, protocol, tos, ttl,
890 t->parms.iph.ttl = p->iph.ttl;
929 if (p->iph.ttl)