tag | line | file | source code |
tos | 332 | drivers/net/slhc.c | || ip->tos != cs->cs_ip.tos |
tos | 105 | 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 | 86 | net/inet/ip.c | ip->ihl, ip->version, ip->tos, ntohs(ip->tot_len)); |
tos | 204 | net/inet/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
tos | 262 | net/inet/ip.c | iph->tos = tos; |
tos | 73 | net/inet/ip.h | int tos,int ttl); |
tos | 192 | net/inet/sock.h | struct options *opt, int len, int tos, int ttl); |
tos | 1672 | net/inet/tcp.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
tos | 1697 | net/inet/tcp.c | sizeof(struct tcphdr),tos,ttl); |
tos | 1900 | net/inet/tcp.c | newsk->ip_tos=skb->ip_hdr->tos; |
tos | 3141 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |