taglinefilesource code
tos355drivers/net/slhc.c|| ip->tos != cs->cs_ip.tos
tos100include/linux/ip.h__u8  tos;
tos85include/net/ip.hint tos,int ttl);
tos268include/net/sock.hint tos, int ttl);
tos642net/ipv4/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
tos754net/ipv4/ip.ciph->tos      = tos;
tos1490net/ipv4/ip.ciph->tos  =  skb->ip_hdr->tos;
tos1843net/ipv4/ip.cif(iph->tos & IPTOS_LOWDELAY)
tos1845net/ipv4/ip.celse if(iph->tos & IPTOS_THROUGHPUT)
tos3235net/ipv4/ip.ciph->tos=sk->ip_tos;
tos3414net/ipv4/ip.ciph->tos = sk->ip_tos;
tos2696net/ipv4/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
tos2728net/ipv4/tcp.csizeof(struct tcphdr),tos,ttl);
tos3024net/ipv4/tcp.cnewsk->ip_tos=skb->ip_hdr->tos;
tos4803net/ipv4/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tos4834net/ipv4/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tos5069net/ipv4/tcp.ctcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);