tag | line | file | source code |
ttl | 279 | 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 | 29 | include/linux/netrom.h | unsigned int ttl; |
ttl | 95 | include/net/ip.h | int tos,int ttl,struct rtable **rp); |
ttl | 336 | include/net/sock.h | int tos, int ttl, struct rtable ** rp); |
ttl | 154 | 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 | 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 | 494 | net/ipv4/tcp_output.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
ttl | 527 | net/ipv4/tcp_output.c | sizeof(struct tcphdr),tos,ttl,NULL); |
ttl | 1348 | net/netrom/af_netrom.c | nr_default.ttl = NR_DEFAULT_TTL; |
ttl | 93 | 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; |