tag | line | file | source code |
h | 52 | fs/inode.c | struct inode **h; |
h | 53 | fs/inode.c | h = hash(inode->i_dev, inode->i_ino); |
h | 55 | fs/inode.c | inode->i_hash_next = *h; |
h | 59 | fs/inode.c | *h = inode; |
h | 64 | fs/inode.c | struct inode **h; |
h | 65 | fs/inode.c | h = hash(inode->i_dev, inode->i_ino); |
h | 67 | fs/inode.c | if (*h == inode) |
h | 68 | fs/inode.c | *h = inode->i_hash_next; |
h | 473 | net/inet/arp.c | arp = skb->h.arp; |
h | 143 | net/inet/datagram.c | memcpy_tofs(to,skb->h.raw+offset,size); |
h | 543 | net/inet/dev.c | skb->h.raw = (unsigned char *) (skb + 1) + skb->dev->hard_header_len; |
h | 574 | net/inet/dev.c | skb2->h.raw = (unsigned char *)( |
h | 576 | net/inet/dev.c | (unsigned long) skb->h.raw - |
h | 370 | net/inet/icmp.c | buff = skb1->h.raw; |
h | 754 | net/inet/ip.c | skb->h.raw = (unsigned char *) (skb + 1); |
h | 759 | net/inet/ip.c | ptr = (unsigned char *) skb->h.raw; |
h | 766 | net/inet/ip.c | skb->h.raw += qp->maclen; |
h | 791 | net/inet/ip.c | iph = skb->h.iph; |
h | 1019 | net/inet/ip.c | skb2->h.raw=(char *)(skb2+1); |
h | 1025 | net/inet/ip.c | memcpy(skb2->h.raw, raw, hlen); |
h | 1028 | net/inet/ip.c | memcpy(skb2->h.raw + hlen, ptr, len); |
h | 1031 | net/inet/ip.c | skb2->h.raw+=dev->hard_header_len; |
h | 1033 | net/inet/ip.c | iph = (struct iphdr *)(skb2->h.raw/*+dev->hard_header_len*/); |
h | 1080 | net/inet/ip.c | iph = skb->h.iph; |
h | 1151 | net/inet/ip.c | skb2->h.raw = ptr; |
h | 1154 | net/inet/ip.c | memcpy(ptr + dev2->hard_header_len, skb->h.raw, skb->len); |
h | 1176 | net/inet/ip.c | struct iphdr *iph = skb->h.iph; |
h | 1236 | net/inet/ip.c | iph=skb->h.iph; |
h | 1260 | net/inet/ip.c | skb->h.raw += iph->ihl*4; |
h | 1283 | net/inet/ip.c | skb2->h.raw = (unsigned char *)( |
h | 1285 | net/inet/ip.c | (unsigned long) skb->h.raw - |
h | 359 | net/inet/skbuff.c | newsk->h.raw+=((char *)newsk-(char *)orig); |
h | 62 | net/inet/skbuff.h | } h; |
h | 292 | net/inet/tcp.c | if (before(counted, skb->h.th->seq)) /* Found a hole so stops here */ |
h | 294 | net/inet/tcp.c | sum = skb->len -(counted - skb->h.th->seq); /* Length - header but start from where we are up to (avoid overlaps) */ |
h | 295 | net/inet/tcp.c | if (skb->h.th->syn) sum++; |
h | 296 | net/inet/tcp.c | if (skb->h.th->urg) { |
h | 297 | net/inet/tcp.c | sum -= ntohs(skb->h.th->urg_ptr); /* Dont count urg data */ |
h | 301 | net/inet/tcp.c | if (skb->h.th->syn) amount--; |
h | 450 | net/inet/tcp.c | if (sk->copied_seq+1 == skb->h.th->seq && skb->h.th->urg) |
h | 563 | net/inet/tcp.c | tcp_send_check(skb->h.th, sk->saddr, sk->daddr, |
h | 564 | net/inet/tcp.c | skb->len-(unsigned long)skb->h.th + |
h | 567 | net/inet/tcp.c | skb->h.seq = sk->send_seq; |
h | 807 | net/inet/tcp.c | if (skb->len -(unsigned long)skb->h.th + |
h | 901 | net/inet/tcp.c | skb->h.th =(struct tcphdr *) buff; |
h | 930 | net/inet/tcp.c | skb->h.seq = sk->send_seq; |
h | 1185 | net/inet/tcp.c | if (skb->h.th->urg && !skb->urg_used) { |
h | 1186 | net/inet/tcp.c | if (skb->h.th->urg_ptr == 0) { |
h | 1187 | net/inet/tcp.c | skb->h.th->urg_ptr = ntohs(skb->len); |
h | 1189 | net/inet/tcp.c | amt = min(ntohs(skb->h.th->urg_ptr),len); |
h | 1193 | net/inet/tcp.c | memcpy_tofs(to,(unsigned char *)(skb->h.th) + |
h | 1194 | net/inet/tcp.c | skb->h.th->doff*4, amt); |
h | 1254 | net/inet/tcp.c | before(sk->copied_seq+1, skb->h.th->seq) || skb->used) { |
h | 1333 | net/inet/tcp.c | before(sk->copied_seq+1, sk->rqueue->h.th->seq)) { |
h | 1362 | net/inet/tcp.c | offset = sk->copied_seq+1 - skb->h.th->seq; |
h | 1364 | net/inet/tcp.c | if (skb->h.th->syn) offset--; |
h | 1371 | net/inet/tcp.c | if (skb->h.th->urg) |
h | 1375 | net/inet/tcp.c | sk->copied_seq += ntohs(skb->h.th->urg_ptr); |
h | 1376 | net/inet/tcp.c | offset += ntohs(skb->h.th->urg_ptr); |
h | 1396 | net/inet/tcp.c | memcpy_tofs(to,((unsigned char *)skb->h.th) + |
h | 1397 | net/inet/tcp.c | skb->h.th->doff*4 + offset, used); |
h | 1412 | net/inet/tcp.c | (!skb->h.th->urg || skb->urg_used) && |
h | 1420 | net/inet/tcp.c | if (/*skb->h.th->psh || */skb->h.th->urg) |
h | 1502 | net/inet/tcp.c | buff->h.seq = sk->send_seq; |
h | 1713 | net/inet/tcp.c | th = skb->h.th; |
h | 1773 | net/inet/tcp.c | newsk->acked_seq = skb->h.th->seq+1; |
h | 1774 | net/inet/tcp.c | newsk->fin_seq = skb->h.th->seq; |
h | 1775 | net/inet/tcp.c | newsk->copied_seq = skb->h.th->seq; |
h | 1785 | net/inet/tcp.c | newsk->dummy_th.source = skb->h.th->dest; |
h | 1786 | net/inet/tcp.c | newsk->dummy_th.dest = skb->h.th->source; |
h | 1802 | net/inet/tcp.c | newsk->acked_seq = skb->h.th->seq + 1; |
h | 1803 | net/inet/tcp.c | newsk->copied_seq = skb->h.th->seq; |
h | 1806 | net/inet/tcp.c | if (skb->h.th->doff == 5) { |
h | 1809 | net/inet/tcp.c | ptr =(unsigned char *)(skb->h.th + 1); |
h | 1818 | net/inet/tcp.c | tcp_options(newsk,skb->h.th); |
h | 1855 | net/inet/tcp.c | memcpy(t1, skb->h.th, sizeof(*t1)); |
h | 1856 | net/inet/tcp.c | buff->h.seq = newsk->send_seq; |
h | 1859 | net/inet/tcp.c | t1->dest = skb->h.th->source; |
h | 1871 | net/inet/tcp.c | t1->ack_seq = ntohl(skb->h.th->seq+1); |
h | 1928 | net/inet/tcp.c | after(skb->h.th->seq + skb->len + 1, sk->copied_seq)) |
h | 1938 | net/inet/tcp.c | if(skb->len > 0 && after(skb->h.th->seq + skb->len + 1 , sk->copied_seq)) |
h | 2016 | net/inet/tcp.c | buff->h.seq = sk->send_seq; |
h | 2070 | net/inet/tcp.c | before(sk->wfront->h.seq, sk->window_seq) && |
h | 2088 | net/inet/tcp.c | if (before(skb->h.seq, sk->rcv_ack_seq +1)) { |
h | 2111 | net/inet/tcp.c | if (list == NULL || before (skb2->h.seq, list->h.seq)) { |
h | 2118 | net/inet/tcp.c | before(skb->h.seq, skb3->link3->h.seq)) { |
h | 2184 | net/inet/tcp.c | if (after(skb->h.seq, sk->window_seq)) { |
h | 2259 | net/inet/tcp.c | after(sk->send_head->h.seq, sk->send_head->link3->h.seq)) { |
h | 2264 | net/inet/tcp.c | if (before(sk->send_head->h.seq, ack+1)) { |
h | 2272 | net/inet/tcp.c | sk->send_head, sk->send_head->h.seq, ack)); |
h | 2324 | net/inet/tcp.c | if (after (sk->window_seq, sk->wfront->h.seq) && |
h | 2407 | net/inet/tcp.c | th = skb->h.th; |
h | 2423 | net/inet/tcp.c | tcp_reset(sk->saddr, sk->daddr, skb->h.th, |
h | 2460 | net/inet/tcp.c | printk("skb1->h.th->seq = %ld: ", skb1->h.th->seq); |
h | 2461 | net/inet/tcp.c | printk("skb->h.th->seq = %ld\n",skb->h.th->seq); |
h | 2466 | net/inet/tcp.c | if (after(th->seq+1, skb1->h.th->seq)) { |
h | 2484 | net/inet/tcp.c | if (th->seq==skb1->h.th->seq && skb->len>= skb1->len) |
h | 2493 | net/inet/tcp.c | if (after(th->seq+1, skb1->h.th->seq)) |
h | 2525 | net/inet/tcp.c | if (skb->h.th->fin) { |
h | 2533 | net/inet/tcp.c | if (before(skb2->h.th->seq, sk->acked_seq+1)) { |
h | 2534 | net/inet/tcp.c | if (after(skb2->h.th->ack_seq, sk->acked_seq)) |
h | 2535 | net/inet/tcp.c | sk->acked_seq = skb2->h.th->ack_seq; |
h | 2542 | net/inet/tcp.c | if (skb2->h.th->fin) { |
h | 2827 | net/inet/tcp.c | buff->h.seq = sk->send_seq; |
h | 2937 | net/inet/tcp.c | th = skb->h.th; |
h | 488 | net/inet/udp.c | addr.sin_port = skb->h.uh->source; |
h | 553 | net/inet/udp.c | uh = (struct udphdr *) skb->h.uh; |
h | 117 | zBoot/inflate.c | int h; /* table level */ |
h | 199 | zBoot/inflate.c | h = -1; /* no tables yet--level -1 */ |
h | 219 | zBoot/inflate.c | h++; |
h | 245 | zBoot/inflate.c | if (h) |
h | 253 | zBoot/inflate.c | u[h] = ++q; /* table starts after link */ |
h | 257 | zBoot/inflate.c | if (h) |
h | 259 | zBoot/inflate.c | x[h] = i; /* save pattern for backing up */ |
h | 264 | zBoot/inflate.c | u[h-1][j] = r; /* connect to last table */ |
h | 297 | zBoot/inflate.c | while ((i & ((1 << w) - 1)) != x[h]) |
h | 299 | zBoot/inflate.c | h--; /* don't need to update q */ |
h | 782 | zBoot/inflate.c | unsigned h; /* maximum struct huft's malloc'ed */ |
h | 792 | zBoot/inflate.c | h = 0; |
h | 797 | zBoot/inflate.c | if (hufts > h) |
h | 798 | zBoot/inflate.c | h = hufts; |
h | 815 | zBoot/inflate.c | fprintf(stderr, "<%u> ", h); |
h | 58 | zBoot/unzip.c | uch *h = inbuf + inptr; /* first local header */ |
h | 63 | zBoot/unzip.c | inptr += LOCHDR + SH(h + LOCFIL) + SH(h + LOCEXT); |
h | 65 | zBoot/unzip.c | if (inptr > insize || LG(h) != LOCSIG) { |
h | 68 | zBoot/unzip.c | method = h[LOCHOW]; |
h | 74 | zBoot/unzip.c | if ((decrypt = h[LOCFLG] & CRPFLG) != 0) { |
h | 81 | zBoot/unzip.c | extended = (h[LOCFLG] & EXTFLG) != 0; |