tag | line | file | source code |
ttl | 354 | drivers/net/slhc.c | || ip->ttl != cs->cs_ip.ttl |
ttl | 112 | include/linux/ip.h | __u8 ttl; |
ttl | 200 | net/inet/igmp.c | if(skb->ip_hdr->ttl!=1 || ip_compute_csum((void *)igh,sizeof(*igh))) |
ttl | 228 | net/inet/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
ttl | 335 | net/inet/ip.c | iph->ttl = ttl; |
ttl | 1293 | net/inet/ip.c | iph->ttl--; |
ttl | 1294 | net/inet/ip.c | if (iph->ttl <= 0) |
ttl | 1955 | net/inet/ip.c | if(skb->ip_hdr->ttl==0) |
ttl | 85 | net/inet/ip.h | int tos,int ttl); |
ttl | 230 | net/inet/sock.h | struct options *opt, int len, int tos, int ttl); |
ttl | 2491 | net/inet/tcp.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
ttl | 2526 | net/inet/tcp.c | sizeof(struct tcphdr),tos,ttl); |
ttl | 260 | net/inet/udp.c | int ttl; |
ttl | 284 | net/inet/udp.c | ttl = sk->ip_ttl; |
ttl | 287 | net/inet/udp.c | ttl = sk->ip_mc_ttl; |
ttl | 290 | net/inet/udp.c | &dev, IPPROTO_UDP, sk->opt, skb->mem_len,sk->ip_tos,ttl); |