tag | line | file | source code |
tos | 353 | drivers/net/slhc.c | || ip->tos != cs->cs_ip.tos |
tos | 84 | include/linux/ip.h | __u8 tos; |
tos | 87 | include/net/ip.h | int tos,int ttl); |
tos | 237 | include/net/sock.h | struct options *opt, int len, int tos, int ttl); |
tos | 234 | net/ipv4/icmp.c | skb_in->ip_hdr->tos,255); |
tos | 451 | net/ipv4/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
tos | 528 | net/ipv4/icmp.c | skb->ip_hdr->tos, 255); |
tos | 618 | net/ipv4/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
tos | 212 | net/ipv4/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
tos | 316 | net/ipv4/ip.c | iph->tos = tos; |
tos | 1233 | net/ipv4/ip.c | if(iph->tos & IPTOS_LOWDELAY) |
tos | 1235 | net/ipv4/ip.c | else if(iph->tos & IPTOS_THROUGHPUT) |
tos | 2465 | net/ipv4/ip.c | iph->tos=sk->ip_tos; |
tos | 2609 | net/ipv4/ip.c | iph->tos = sk->ip_tos; |
tos | 2460 | net/ipv4/tcp.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
tos | 2492 | net/ipv4/tcp.c | sizeof(struct tcphdr),tos,ttl); |
tos | 2771 | net/ipv4/tcp.c | newsk->ip_tos=skb->ip_hdr->tos; |
tos | 4542 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
tos | 4573 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
tos | 4808 | net/ipv4/tcp.c | tcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255); |