| tag | line | file | source code |
| tos | 332 | drivers/net/slhc.c | || ip->tos != cs->cs_ip.tos |
| tos | 106 | 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 | 258 | net/inet/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
| tos | 322 | net/inet/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
| tos | 94 | net/inet/ip.c | ip->ihl, ip->version, ip->tos, ntohs(ip->tot_len)); |
| tos | 212 | net/inet/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
| tos | 270 | net/inet/ip.c | iph->tos = tos; |
| tos | 73 | net/inet/ip.h | int tos,int ttl); |
| tos | 202 | net/inet/sock.h | struct options *opt, int len, int tos, int ttl); |
| tos | 1573 | net/inet/tcp.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
| tos | 1598 | net/inet/tcp.c | sizeof(struct tcphdr),tos,ttl); |
| tos | 1827 | net/inet/tcp.c | newsk->ip_tos=skb->ip_hdr->tos; |
| tos | 3184 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |