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 | 83 | include/net/head_explode.h | ip->tos=*iph++; /* Service type */ |
tos | 88 | 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 | 210 | net/ipv4/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
tos | 314 | net/ipv4/ip.c | iph->tos = tos; |
tos | 1229 | net/ipv4/ip.c | if(iph->tos & IPTOS_LOWDELAY) |
tos | 1231 | net/ipv4/ip.c | else if(iph->tos & IPTOS_THROUGHPUT) |
tos | 2540 | 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); |