| tag | line | file | source code |
| ttl | 355 | drivers/net/slhc.c | || ip->ttl != cs->cs_ip.ttl |
| ttl | 230 | drivers/net/tunnel.c | ++iph->ttl; /* Note: ip_forward() decrements ttl, so compensate */ |
| ttl | 104 | include/linux/ip.h | __u8 ttl; |
| ttl | 29 | include/linux/netrom.h | unsigned int ttl; |
| ttl | 95 | include/net/ip.h | int tos,int ttl,struct rtable **rp); |
| ttl | 287 | include/net/sock.h | int tos, int ttl, struct rtable ** rp); |
| ttl | 147 | include/net/tcp.h | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl); |
| ttl | 447 | 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 | 57 | net/ipv4/ip_forward.c | iph->ttl = skb->ip_hdr->ttl; |
| ttl | 137 | net/ipv4/ip_forward.c | iph->ttl--; |
| ttl | 150 | net/ipv4/ip_forward.c | if (iph->ttl <= 0) |
| ttl | 194 | net/ipv4/ip_output.c | int len, int tos, int ttl, struct rtable ** rp) |
| ttl | 301 | net/ipv4/ip_output.c | iph->ttl = ttl; |
| ttl | 504 | net/ipv4/ip_output.c | if(skb->ip_hdr->ttl==0) |
| ttl | 693 | net/ipv4/ip_output.c | iph->ttl=sk->ip_ttl; |
| ttl | 886 | net/ipv4/ip_output.c | iph->ttl = sk->ip_mc_ttl; |
| ttl | 889 | net/ipv4/ip_output.c | iph->ttl = sk->ip_ttl; |
| ttl | 968 | 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 | 493 | net/ipv4/tcp_output.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
| ttl | 526 | net/ipv4/tcp_output.c | sizeof(struct tcphdr),tos,ttl,NULL); |
| ttl | 1358 | net/netrom/af_netrom.c | nr_default.ttl = NR_DEFAULT_TTL; |
| ttl | 94 | 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; |