tag | line | file | source code |
tos | 353 | drivers/net/slhc.c | || ip->tos != cs->cs_ip.tos |
tos | 100 | include/linux/ip.h | __u8 tos; |
tos | 95 | include/net/ip.h | int tos,int ttl,struct rtable **rp); |
tos | 286 | include/net/sock.h | int tos, int ttl, struct rtable ** rp); |
tos | 147 | include/net/tcp.h | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl); |
tos | 56 | net/ipv4/ip_forward.c | iph->tos = skb->ip_hdr->tos; |
tos | 438 | net/ipv4/ip_forward.c | if(iph->tos & IPTOS_LOWDELAY) |
tos | 440 | net/ipv4/ip_forward.c | else if(iph->tos & IPTOS_THROUGHPUT) |
tos | 506 | net/ipv4/ip_fw.c | __u8 old_tos = ip->tos; |
tos | 507 | net/ipv4/ip_fw.c | ip->tos = (old_tos & tosand) ^ tosxor; |
tos | 508 | 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 | 460 | net/ipv4/tcp_input.c | newsk->ip_tos=skb->ip_hdr->tos; |
tos | 1879 | net/ipv4/tcp_input.c | tcp_send_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255); |
tos | 1951 | net/ipv4/tcp_input.c | tcp_send_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
tos | 493 | net/ipv4/tcp_output.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
tos | 526 | net/ipv4/tcp_output.c | sizeof(struct tcphdr),tos,ttl,NULL); |