tag | line | file | source code |
---|---|---|---|
ihl | 578 | net/tcp/ip.c | iph->ihl = 5; |
ihl | 606 | net/tcp/ip.c | while (!done && len < iph->ihl*4) |
ihl | 799 | net/tcp/ip.c | if (ip_compute_csum((unsigned char *)iph, iph->ihl*4) == 0) return (0); |
ihl | 807 | net/tcp/ip.c | iph->check = ip_compute_csum((unsigned char *)iph, iph->ihl*4); |
ihl | 858 | net/tcp/ip.c | skb->h.raw += iph->ihl*4; |
ihl | 892 | net/tcp/ip.c | net16(iph->tot_len) - iph->ihl*4, |
ihl | 1043 | net/tcp/ip.c | ip->ihl, ip->version, ip->tos, net16(ip->tot_len))); |
ihl | 92 | net/tcp/ip.h | unsigned char ihl:4, version:4; |