tag | line | file | source code |
tos | 332 | drivers/net/slhc.c | || ip->tos != cs->cs_ip.tos |
tos | 107 | drivers/net/slip.c | if (ip->tos != 0) printk(" tos %u", ip->tos); |
tos | 68 | include/linux/ip.h | unsigned char tos; |
tos | 111 | net/inet/icmp.c | &dev, IPPROTO_ICMP, NULL, len, skb_in->ip_hdr->tos,255); |
tos | 260 | net/inet/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
tos | 324 | net/inet/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
tos | 98 | net/inet/ip.c | ip->ihl, ip->version, ip->tos, ntohs(ip->tot_len)); |
tos | 216 | net/inet/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
tos | 274 | net/inet/ip.c | iph->tos = tos; |
tos | 1197 | net/inet/ip.c | if(iph->tos & IPTOS_LOWDELAY) |
tos | 1199 | net/inet/ip.c | if(iph->tos & IPTOS_THROUGHPUT) |
tos | 73 | net/inet/ip.h | int tos,int ttl); |
tos | 203 | net/inet/sock.h | struct options *opt, int len, int tos, int ttl); |
tos | 1583 | net/inet/tcp.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
tos | 1608 | net/inet/tcp.c | sizeof(struct tcphdr),tos,ttl); |
tos | 1837 | net/inet/tcp.c | newsk->ip_tos=skb->ip_hdr->tos; |
tos | 3191 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |