Lines Matching defs:ttl
581 u8 tos, ttl;
632 ttl = key->ttl;
633 if (ttl == 0) {
635 ttl = inner_iph->ttl;
637 ttl = ((const struct ipv6hdr *)inner_iph)->hop_limit;
639 ttl = ip4_dst_hoplimit(&rt->dst);
650 iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, proto, tos, ttl,
675 u8 tos, ttl;
813 ttl = tnl_params->ttl;
814 if (ttl == 0) {
816 ttl = inner_iph->ttl;
819 ttl = ((const struct ipv6hdr *)inner_iph)->hop_limit;
822 ttl = ip4_dst_hoplimit(&rt->dst);
837 iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, protocol, tos, ttl,
869 t->parms.iph.ttl = p->iph.ttl;
908 if (p->iph.ttl)