taglinefilesource code
tos338drivers/net/slhc.c|| ip->tos != cs->cs_ip.tos
tos114drivers/net/slip.cif (ip->tos != 0) printk(" tos %u", ip->tos);
tos68include/linux/ip.hunsigned char    tos;
tos195net/inet/icmp.c&ndev, IPPROTO_ICMP, NULL, len, skb_in->ip_hdr->tos,255);
tos395net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
tos464net/inet/icmp.cskb->ip_hdr->tos, 255);
tos554net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
tos122net/inet/ip.cip->ihl, ip->version, ip->tos, ntohs(ip->tot_len));
tos257net/inet/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
tos359net/inet/ip.ciph->tos      = tos;
tos1513net/inet/ip.cif(iph->tos & IPTOS_LOWDELAY)
tos1515net/inet/ip.celse if(iph->tos & IPTOS_THROUGHPUT)
tos77net/inet/ip.hint tos,int ttl);
tos203net/inet/sock.hstruct options *opt, int len, int tos, int ttl);
tos1542net/inet/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
tos1566net/inet/tcp.csizeof(struct tcphdr),tos,ttl);
tos1799net/inet/tcp.cnewsk->ip_tos=skb->ip_hdr->tos;
tos3096net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);