taglinefilesource code
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);
tos287include/net/sock.hint tos, int ttl, struct rtable ** rp);
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)
tos503net/ipv4/ip_fw.c__u8 old_tos = ip->tos;
tos504net/ipv4/ip_fw.cip->tos = (old_tos & tosand) ^ tosxor;
tos505net/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;
tos137net/ipv4/route.cunsigned char tos;
tos2837net/ipv4/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
tos2869net/ipv4/tcp.csizeof(struct tcphdr),tos,ttl,NULL);
tos3170net/ipv4/tcp.cnewsk->ip_tos=skb->ip_hdr->tos;
tos5206net/ipv4/tcp.ctcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);
tos5316net/ipv4/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);