tag | line | file | source code |
tos | 340 | drivers/net/slhc.c | || ip->tos != cs->cs_ip.tos |
tos | 86 | include/linux/ip.h | unsigned char tos; |
tos | 180 | net/inet/icmp.c | &ndev, IPPROTO_ICMP, NULL, len, skb_in->ip_hdr->tos,255); |
tos | 377 | net/inet/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
tos | 458 | net/inet/icmp.c | skb->ip_hdr->tos, 255); |
tos | 548 | net/inet/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
tos | 193 | net/inet/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
tos | 295 | net/inet/ip.c | iph->tos = tos; |
tos | 1412 | net/inet/ip.c | if(iph->tos & IPTOS_LOWDELAY) |
tos | 1414 | net/inet/ip.c | else if(iph->tos & IPTOS_THROUGHPUT) |
tos | 77 | net/inet/ip.h | int tos,int ttl); |
tos | 207 | net/inet/sock.h | struct options *opt, int len, int tos, int ttl); |
tos | 1788 | net/inet/tcp.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
tos | 1816 | net/inet/tcp.c | sizeof(struct tcphdr),tos,ttl); |
tos | 2068 | net/inet/tcp.c | newsk->ip_tos=skb->ip_hdr->tos; |
tos | 3852 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |