tag | line | file | source code |
tos | 352 | drivers/net/slhc.c | || ip->tos != cs->cs_ip.tos |
tos | 100 | include/linux/ip.h | __u8 tos; |
tos | 93 | include/net/ip.h | int tos,int ttl); |
tos | 289 | include/net/sock.h | int tos, int ttl); |
tos | 53 | net/ipv4/ip_forward.c | iph->tos = skb->ip_hdr->tos; |
tos | 412 | net/ipv4/ip_forward.c | if(iph->tos & IPTOS_LOWDELAY) |
tos | 414 | net/ipv4/ip_forward.c | else if(iph->tos & IPTOS_THROUGHPUT) |
tos | 166 | net/ipv4/ip_output.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
tos | 278 | net/ipv4/ip_output.c | iph->tos = tos; |
tos | 710 | net/ipv4/ip_output.c | iph->tos=sk->ip_tos; |
tos | 893 | net/ipv4/ip_output.c | iph->tos = sk->ip_tos; |
tos | 2686 | net/ipv4/tcp.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
tos | 2718 | net/ipv4/tcp.c | sizeof(struct tcphdr),tos,ttl); |
tos | 3015 | net/ipv4/tcp.c | newsk->ip_tos=skb->ip_hdr->tos; |
tos | 4809 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
tos | 4839 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
tos | 5067 | net/ipv4/tcp.c | tcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255); |