taglinefilesource code
tos279drivers/net/new_tunnel.ciph->tos    =  skb->ip_hdr->tos;
tos353drivers/net/slhc.c|| ip->tos != cs->cs_ip.tos
tos100include/linux/ip.h__u8  tos;
tos95include/net/ip.hint tos,int ttl,struct rtable **rp);
tos342include/net/sock.hint tos, int ttl, struct rtable ** rp);
tos160include/net/tcp.hstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl);
tos483net/ipv4/icmp.cstatic void icmp_build_xmit(struct icmp_bxm *icmp_param, __u32 saddr, __u32 daddr, __u8 tos)
tos489net/ipv4/icmp.csk->ip_tos = tos;
tos593net/ipv4/icmp.cicmp_build_xmit(&icmp_param, saddr, iph->saddr, ((iph->tos & 0x38) | 6));
tos828net/ipv4/icmp.cicmp_build_xmit(&icmp_param, daddr, saddr, skb->ip_hdr->tos);
tos874net/ipv4/icmp.cicmp_build_xmit(&icmp_param, daddr, saddr, skb->ip_hdr->tos);
tos902net/ipv4/icmp.cicmp_build_xmit(&icmp_param, daddr, saddr, skb->iph->tos);
tos59net/ipv4/ip_forward.ciph->tos  =  skb->ip_hdr->tos;
tos447net/ipv4/ip_forward.cif(iph->tos & IPTOS_LOWDELAY)
tos449net/ipv4/ip_forward.celse if(iph->tos & IPTOS_THROUGHPUT)
tos505net/ipv4/ip_fw.c__u8 old_tos = ip->tos;
tos506net/ipv4/ip_fw.cip->tos = (old_tos & tosand) ^ tosxor;
tos507net/ipv4/ip_fw.cif (ip->tos != old_tos)
tos199net/ipv4/ip_output.cint len, int tos, int ttl, struct rtable ** rp)
tos297net/ipv4/ip_output.ciph->tos      = tos;
tos693net/ipv4/ip_output.ciph->tos=sk->ip_tos;
tos883net/ipv4/ip_output.ciph->tos = sk->ip_tos;
tos140net/ipv4/route.cunsigned char tos;
tos469net/ipv4/tcp_input.cnewsk->ip_tos=skb->ip_hdr->tos;
tos1899net/ipv4/tcp_input.ctcp_send_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);
tos1962net/ipv4/tcp_input.ctcp_send_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tos500net/ipv4/tcp_output.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
tos533net/ipv4/tcp_output.csizeof(struct tcphdr),tos,ttl,NULL);