taglinefilesource code
tos278drivers/net/new_tunnel.ciph->tos    =  skb->ip_hdr->tos;
tos353drivers/net/slhc.c|| ip->tos != cs->cs_ip.tos
tos100include/linux/ip.h__u8  tos;
tos95include/net/ip.hint tos,int ttl,struct rtable **rp);
tos334include/net/sock.hint tos, int ttl, struct rtable ** rp);
tos147include/net/tcp.hstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl);
tos56net/ipv4/ip_forward.ciph->tos  =  skb->ip_hdr->tos;
tos438net/ipv4/ip_forward.cif(iph->tos & IPTOS_LOWDELAY)
tos440net/ipv4/ip_forward.celse if(iph->tos & IPTOS_THROUGHPUT)
tos506net/ipv4/ip_fw.c__u8 old_tos = ip->tos;
tos507net/ipv4/ip_fw.cip->tos = (old_tos & tosand) ^ tosxor;
tos508net/ipv4/ip_fw.cif (ip->tos != old_tos)
tos194net/ipv4/ip_output.cint len, int tos, int ttl, struct rtable ** rp)
tos299net/ipv4/ip_output.ciph->tos      = tos;
tos689net/ipv4/ip_output.ciph->tos=sk->ip_tos;
tos879net/ipv4/ip_output.ciph->tos = sk->ip_tos;
tos138net/ipv4/route.cunsigned char tos;
tos464net/ipv4/tcp_input.cnewsk->ip_tos=skb->ip_hdr->tos;
tos1807net/ipv4/tcp_input.ctcp_send_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);
tos1870net/ipv4/tcp_input.ctcp_send_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tos494net/ipv4/tcp_output.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
tos527net/ipv4/tcp_output.csizeof(struct tcphdr),tos,ttl,NULL);