taglinefilesource code
tos355drivers/net/slhc.c|| ip->tos != cs->cs_ip.tos
tos84include/linux/ip.h__u8  tos;
tos85include/net/ip.hint tos,int ttl);
tos268include/net/sock.hint tos, int ttl);
tos243net/ipv4/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
tos350net/ipv4/ip.ciph->tos      = tos;
tos1290net/ipv4/ip.cif(iph->tos & IPTOS_LOWDELAY)
tos1292net/ipv4/ip.celse if(iph->tos & IPTOS_THROUGHPUT)
tos2584net/ipv4/ip.ciph->tos=sk->ip_tos;
tos2748net/ipv4/ip.ciph->tos = sk->ip_tos;
tos2694net/ipv4/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
tos2726net/ipv4/tcp.csizeof(struct tcphdr),tos,ttl);
tos3005net/ipv4/tcp.cnewsk->ip_tos=skb->ip_hdr->tos;
tos4775net/ipv4/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tos4806net/ipv4/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tos5041net/ipv4/tcp.ctcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);