Lines Matching defs:ttl
591 if (t->parms.iph.ttl == 0 && type == ICMP_TIME_EXCEEDED)
869 u8 ttl;
1022 ttl = tiph->ttl;
1023 if (ttl == 0)
1024 ttl = iph6->hop_limit;
1034 iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, protocol, tos, ttl,
1151 t->parms.iph.ttl = p->iph.ttl;
1265 if (p->iph.ttl)
1476 iph->ttl = 64;
1505 parms->iph.ttl = 64;
1699 nla_put_u8(skb, IFLA_IPTUN_TTL, parm->iph.ttl) ||