taglinefilesource code
tos332drivers/net/slhc.c|| ip->tos != cs->cs_ip.tos
tos107drivers/net/slip.cif (ip->tos != 0) printk(" tos %u", ip->tos);
tos68include/linux/ip.hunsigned char    tos;
tos111net/inet/icmp.c&dev, IPPROTO_ICMP, NULL, len, skb_in->ip_hdr->tos,255);
tos260net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
tos324net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
tos98net/inet/ip.cip->ihl, ip->version, ip->tos, ntohs(ip->tot_len));
tos216net/inet/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
tos274net/inet/ip.ciph->tos      = tos;
tos1197net/inet/ip.cif(iph->tos & IPTOS_LOWDELAY)
tos1199net/inet/ip.cif(iph->tos & IPTOS_THROUGHPUT)
tos73net/inet/ip.hint tos,int ttl);
tos203net/inet/sock.hstruct options *opt, int len, int tos, int ttl);
tos1583net/inet/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
tos1608net/inet/tcp.csizeof(struct tcphdr),tos,ttl);
tos1837net/inet/tcp.cnewsk->ip_tos=skb->ip_hdr->tos;
tos3191net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);