taglinefilesource code
ttl354drivers/net/slhc.c|| ip->ttl != cs->cs_ip.ttl
ttl106include/linux/ip.h__u8  ttl;
ttl200net/inet/igmp.cif(skb->ip_hdr->ttl!=1 || ip_compute_csum((void *)igh,sizeof(*igh)))
ttl227net/inet/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
ttl334net/inet/ip.ciph->ttl      = ttl;
ttl1288net/inet/ip.ciph->ttl--;
ttl1289net/inet/ip.cif (iph->ttl <= 0)
ttl1940net/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);
ttl2491net/inet/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
ttl2526net/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);