| tag | line | file | source code | 
| ttl | 280 | drivers/net/new_tunnel.c | iph->ttl    =  skb->ip_hdr->ttl; | 
| ttl | 355 | drivers/net/slhc.c | || ip->ttl != cs->cs_ip.ttl | 
| ttl | 104 | include/linux/ip.h | __u8  ttl; | 
| ttl | 33 | include/linux/netrom.h | unsigned int ttl; | 
| ttl | 95 | include/net/ip.h | int tos,int ttl,struct rtable **rp); | 
| ttl | 342 | include/net/sock.h | int tos, int ttl, struct rtable ** rp); | 
| ttl | 161 | include/net/tcp.h | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl); | 
| ttl | 450 | net/ipv4/igmp.c | if(skb->len <sizeof(struct igmphdr) || skb->ip_hdr->ttl>1 || ip_compute_csum((void *)skb->h.raw,sizeof(struct igmphdr))) | 
| ttl | 60 | net/ipv4/ip_forward.c | iph->ttl  =  skb->ip_hdr->ttl; | 
| ttl | 142 | net/ipv4/ip_forward.c | iph->ttl--; | 
| ttl | 155 | net/ipv4/ip_forward.c | if (iph->ttl <= 0) | 
| ttl | 196 | net/ipv4/ip_output.c | int len, int tos, int ttl, struct rtable ** rp) | 
| ttl | 296 | net/ipv4/ip_output.c | iph->ttl      = ttl; | 
| ttl | 499 | net/ipv4/ip_output.c | if(skb->ip_hdr->ttl==0) | 
| ttl | 688 | net/ipv4/ip_output.c | iph->ttl=sk->ip_ttl; | 
| ttl | 881 | net/ipv4/ip_output.c | iph->ttl = sk->ip_mc_ttl; | 
| ttl | 884 | net/ipv4/ip_output.c | iph->ttl = sk->ip_ttl; | 
| ttl | 963 | net/ipv4/ip_output.c | if(skb->ip_hdr->ttl==0) | 
| ttl | 761 | net/ipv4/ipmr.c | if(skb->ip_hdr->ttl > cache->mfc_ttls[ct] && cache->mfc_ttls[ct]>0) | 
| ttl | 500 | net/ipv4/tcp_output.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) | 
| ttl | 533 | net/ipv4/tcp_output.c | sizeof(struct tcphdr),tos,ttl,NULL); | 
| ttl | 1413 | net/netrom/af_netrom.c | nr_default.ttl        = NR_DEFAULT_TTL; | 
| ttl | 95 | net/netrom/nr_dev.c | *buff++ = nr_default.ttl; | 
| ttl | 223 | net/netrom/nr_out.c | *dptr++ = nr_default.ttl; | 
| ttl | 216 | net/netrom/nr_subr.c | if (sk->nr->bpqext) *dptr++ = nr_default.ttl; | 
| ttl | 273 | net/netrom/nr_subr.c | *dptr++ = nr_default.ttl; |