taglinefilesource code
ttl354drivers/net/slhc.c|| ip->ttl != cs->cs_ip.ttl
ttl112include/linux/ip.h__u8  ttl;
ttl200net/inet/igmp.cif(skb->ip_hdr->ttl!=1 || ip_compute_csum((void *)igh,sizeof(*igh)))
ttl229net/inet/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
ttl336net/inet/ip.ciph->ttl      = ttl;
ttl1294net/inet/ip.ciph->ttl--;
ttl1295net/inet/ip.cif (iph->ttl <= 0)
ttl1956net/inet/ip.cif(skb->ip_hdr->ttl==0)
ttl85net/inet/ip.hint tos,int ttl);
ttl230net/inet/sock.hstruct options *opt, int len, int tos, int ttl);
ttl2494net/inet/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
ttl2529net/inet/tcp.csizeof(struct tcphdr),tos,ttl);
ttl260net/inet/udp.cint ttl;
ttl284net/inet/udp.cttl = sk->ip_ttl;
ttl287net/inet/udp.cttl = sk->ip_mc_ttl;
ttl290net/inet/udp.c&dev, IPPROTO_UDP, sk->opt, skb->mem_len,sk->ip_tos,ttl);