tag | line | file | source code |
tos | 357 | drivers/net/slhc.c | || ip->tos != cs->cs_ip.tos |
tos | 100 | include/linux/ip.h | __u8 tos; |
tos | 94 | include/net/ip.h | int tos,int ttl,struct rtable **rp); |
tos | 281 | include/net/sock.h | int tos, int ttl, struct rtable ** rp); |
tos | 54 | net/ipv4/ip_forward.c | iph->tos = skb->ip_hdr->tos; |
tos | 424 | net/ipv4/ip_forward.c | if(iph->tos & IPTOS_LOWDELAY) |
tos | 426 | net/ipv4/ip_forward.c | else if(iph->tos & IPTOS_THROUGHPUT) |
tos | 494 | net/ipv4/ip_fw.c | __u8 old_tos = ip->tos; |
tos | 495 | net/ipv4/ip_fw.c | ip->tos = (old_tos & (priority>>8)) ^ priority; |
tos | 496 | net/ipv4/ip_fw.c | if (ip->tos != old_tos) |
tos | 194 | net/ipv4/ip_output.c | int len, int tos, int ttl, struct rtable ** rp) |
tos | 299 | net/ipv4/ip_output.c | iph->tos = tos; |
tos | 689 | net/ipv4/ip_output.c | iph->tos=sk->ip_tos; |
tos | 879 | net/ipv4/ip_output.c | iph->tos = sk->ip_tos; |
tos | 137 | net/ipv4/route.c | unsigned char tos; |
tos | 2764 | net/ipv4/tcp.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
tos | 2796 | net/ipv4/tcp.c | sizeof(struct tcphdr),tos,ttl,NULL); |
tos | 3094 | net/ipv4/tcp.c | newsk->ip_tos=skb->ip_hdr->tos; |
tos | 4904 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
tos | 4934 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
tos | 5162 | net/ipv4/tcp.c | tcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255); |