tag | line | file | source code |
tos | 352 | drivers/net/slhc.c | || ip->tos != cs->cs_ip.tos |
tos | 108 | include/linux/ip.h | __u8 tos; |
tos | 232 | net/inet/icmp.c | skb_in->ip_hdr->tos,255); |
tos | 433 | net/inet/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
tos | 514 | net/inet/icmp.c | skb->ip_hdr->tos, 255); |
tos | 604 | net/inet/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
tos | 228 | net/inet/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
tos | 333 | net/inet/ip.c | iph->tos = tos; |
tos | 1441 | net/inet/ip.c | if(iph->tos & IPTOS_LOWDELAY) |
tos | 1443 | net/inet/ip.c | else if(iph->tos & IPTOS_THROUGHPUT) |
tos | 85 | net/inet/ip.h | int tos,int ttl); |
tos | 230 | net/inet/sock.h | struct options *opt, int len, int tos, int ttl); |
tos | 2491 | net/inet/tcp.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
tos | 2526 | net/inet/tcp.c | sizeof(struct tcphdr),tos,ttl); |
tos | 2806 | net/inet/tcp.c | newsk->ip_tos=skb->ip_hdr->tos; |
tos | 4571 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
tos | 4602 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
tos | 4837 | net/inet/tcp.c | tcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255); |