taglinefilesource code
tos352drivers/net/slhc.c|| ip->tos != cs->cs_ip.tos
tos100include/linux/ip.h__u8  tos;
tos93include/net/ip.hint tos,int ttl);
tos289include/net/sock.hint tos, int ttl);
tos53net/ipv4/ip_forward.ciph->tos  =  skb->ip_hdr->tos;
tos412net/ipv4/ip_forward.cif(iph->tos & IPTOS_LOWDELAY)
tos414net/ipv4/ip_forward.celse if(iph->tos & IPTOS_THROUGHPUT)
tos166net/ipv4/ip_output.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
tos278net/ipv4/ip_output.ciph->tos      = tos;
tos710net/ipv4/ip_output.ciph->tos=sk->ip_tos;
tos893net/ipv4/ip_output.ciph->tos = sk->ip_tos;
tos2686net/ipv4/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
tos2718net/ipv4/tcp.csizeof(struct tcphdr),tos,ttl);
tos3015net/ipv4/tcp.cnewsk->ip_tos=skb->ip_hdr->tos;
tos4809net/ipv4/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tos4839net/ipv4/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tos5067net/ipv4/tcp.ctcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);