tag | line | file | source code |
ttl | 355 | drivers/net/slhc.c | || ip->ttl != cs->cs_ip.ttl |
ttl | 226 | drivers/net/tunnel.c | ++iph->ttl; /* Note: ip_forward() decrements ttl, so compensate */ |
ttl | 88 | include/linux/ip.h | __u8 ttl; |
ttl | 27 | include/linux/netrom.h | unsigned int ttl; |
ttl | 87 | include/net/ip.h | int tos,int ttl); |
ttl | 237 | include/net/sock.h | struct options *opt, int len, int tos, int ttl); |
ttl | 208 | 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 | 214 | net/ipv4/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
ttl | 320 | net/ipv4/ip.c | iph->ttl = ttl; |
ttl | 1060 | net/ipv4/ip.c | iph->ttl--; |
ttl | 1073 | net/ipv4/ip.c | if (iph->ttl <= 0) |
ttl | 1911 | net/ipv4/ip.c | if(skb->ip_hdr->ttl==0) |
ttl | 2491 | net/ipv4/ip.c | iph->ttl=sk->ip_ttl; |
ttl | 2643 | net/ipv4/ip.c | iph->ttl = sk->ip_mc_ttl; |
ttl | 2646 | net/ipv4/ip.c | iph->ttl = sk->ip_ttl; |
ttl | 2715 | net/ipv4/ip.c | if(skb->ip_hdr->ttl==0) |
ttl | 2508 | net/ipv4/tcp.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
ttl | 2540 | net/ipv4/tcp.c | sizeof(struct tcphdr),tos,ttl); |
ttl | 1345 | net/netrom/af_netrom.c | nr_default.ttl = NR_DEFAULT_TTL; |
ttl | 92 | net/netrom/nr_dev.c | *buff++ = nr_default.ttl; |
ttl | 166 | net/netrom/nr_out.c | *dptr++ = nr_default.ttl; |
ttl | 215 | net/netrom/nr_subr.c | if (sk->nr->bpqext) *dptr++ = nr_default.ttl; |
ttl | 272 | net/netrom/nr_subr.c | *dptr++ = nr_default.ttl; |