taglinefilesource code
tos352drivers/net/slhc.c|| ip->tos != cs->cs_ip.tos
tos100include/linux/ip.h__u8  tos;
tos94include/net/ip.hint tos,int ttl,struct rtable **rp);
tos278include/net/sock.hint tos, int ttl, struct rtable ** rp);
tos53net/ipv4/ip_forward.ciph->tos  =  skb->ip_hdr->tos;
tos420net/ipv4/ip_forward.cif(iph->tos & IPTOS_LOWDELAY)
tos422net/ipv4/ip_forward.celse if(iph->tos & IPTOS_THROUGHPUT)
tos494net/ipv4/ip_fw.c__u8 old_tos = ip->tos;
tos495net/ipv4/ip_fw.cip->tos = (old_tos & (priority>>8)) ^ priority;
tos496net/ipv4/ip_fw.cif (ip->tos != old_tos)
tos193net/ipv4/ip_output.cint len, int tos, int ttl, struct rtable ** rp)
tos298net/ipv4/ip_output.ciph->tos      = tos;
tos687net/ipv4/ip_output.ciph->tos=sk->ip_tos;
tos877net/ipv4/ip_output.ciph->tos = sk->ip_tos;
tos131net/ipv4/route.cunsigned char tos;
tos2745net/ipv4/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
tos2777net/ipv4/tcp.csizeof(struct tcphdr),tos,ttl,NULL);
tos3075net/ipv4/tcp.cnewsk->ip_tos=skb->ip_hdr->tos;
tos4876net/ipv4/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tos4906net/ipv4/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tos5134net/ipv4/tcp.ctcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);