tag | line | file | source code |
tos | 355 | drivers/net/slhc.c | || ip->tos != cs->cs_ip.tos |
tos | 100 | include/linux/ip.h | __u8 tos; |
tos | 85 | include/net/ip.h | int tos,int ttl); |
tos | 268 | include/net/sock.h | int tos, int ttl); |
tos | 642 | net/ipv4/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
tos | 754 | net/ipv4/ip.c | iph->tos = tos; |
tos | 1490 | net/ipv4/ip.c | iph->tos = skb->ip_hdr->tos; |
tos | 1843 | net/ipv4/ip.c | if(iph->tos & IPTOS_LOWDELAY) |
tos | 1845 | net/ipv4/ip.c | else if(iph->tos & IPTOS_THROUGHPUT) |
tos | 3235 | net/ipv4/ip.c | iph->tos=sk->ip_tos; |
tos | 3414 | net/ipv4/ip.c | iph->tos = sk->ip_tos; |
tos | 2696 | net/ipv4/tcp.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
tos | 2728 | net/ipv4/tcp.c | sizeof(struct tcphdr),tos,ttl); |
tos | 3024 | net/ipv4/tcp.c | newsk->ip_tos=skb->ip_hdr->tos; |
tos | 4803 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
tos | 4834 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
tos | 5069 | net/ipv4/tcp.c | tcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255); |