taglinefilesource code
tos353drivers/net/slhc.c|| ip->tos != cs->cs_ip.tos
tos84include/linux/ip.h__u8  tos;
tos87include/net/ip.hint tos,int ttl);
tos237include/net/sock.hstruct options *opt, int len, int tos, int ttl);
tos234net/ipv4/icmp.cskb_in->ip_hdr->tos,255);
tos451net/ipv4/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
tos528net/ipv4/icmp.cskb->ip_hdr->tos, 255);
tos618net/ipv4/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
tos212net/ipv4/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
tos316net/ipv4/ip.ciph->tos      = tos;
tos1233net/ipv4/ip.cif(iph->tos & IPTOS_LOWDELAY)
tos1235net/ipv4/ip.celse if(iph->tos & IPTOS_THROUGHPUT)
tos2465net/ipv4/ip.ciph->tos=sk->ip_tos;
tos2609net/ipv4/ip.ciph->tos = sk->ip_tos;
tos2460net/ipv4/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
tos2492net/ipv4/tcp.csizeof(struct tcphdr),tos,ttl);
tos2771net/ipv4/tcp.cnewsk->ip_tos=skb->ip_hdr->tos;
tos4542net/ipv4/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tos4573net/ipv4/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tos4808net/ipv4/tcp.ctcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);