| tag | line | file | source code |
| h | 117 | arch/i386/boot/compressed/inflate.c | int h; /* table level */ |
| h | 199 | arch/i386/boot/compressed/inflate.c | h = -1; /* no tables yet--level -1 */ |
| h | 219 | arch/i386/boot/compressed/inflate.c | h++; |
| h | 245 | arch/i386/boot/compressed/inflate.c | u[h] = ++q; /* table starts after link */ |
| h | 249 | arch/i386/boot/compressed/inflate.c | if (h) |
| h | 251 | arch/i386/boot/compressed/inflate.c | x[h] = i; /* save pattern for backing up */ |
| h | 256 | arch/i386/boot/compressed/inflate.c | u[h-1][j] = r; /* connect to last table */ |
| h | 289 | arch/i386/boot/compressed/inflate.c | while ((i & ((1 << w) - 1)) != x[h]) |
| h | 291 | arch/i386/boot/compressed/inflate.c | h--; /* don't need to update q */ |
| h | 774 | arch/i386/boot/compressed/inflate.c | unsigned h; /* maximum struct huft's malloc'ed */ |
| h | 784 | arch/i386/boot/compressed/inflate.c | h = 0; |
| h | 789 | arch/i386/boot/compressed/inflate.c | if (hufts > h) |
| h | 790 | arch/i386/boot/compressed/inflate.c | h = hufts; |
| h | 807 | arch/i386/boot/compressed/inflate.c | fprintf(stderr, "<%u> ", h); |
| h | 58 | arch/i386/boot/compressed/unzip.c | uch *h = inbuf + inptr; /* first local header */ |
| h | 63 | arch/i386/boot/compressed/unzip.c | inptr += LOCHDR + SH(h + LOCFIL) + SH(h + LOCEXT); |
| h | 65 | arch/i386/boot/compressed/unzip.c | if (inptr > insize || LG(h) != LOCSIG) { |
| h | 68 | arch/i386/boot/compressed/unzip.c | method = h[LOCHOW]; |
| h | 74 | arch/i386/boot/compressed/unzip.c | if ((decrypt = h[LOCFLG] & CRPFLG) != 0) { |
| h | 81 | arch/i386/boot/compressed/unzip.c | extended = (h[LOCFLG] & EXTFLG) != 0; |
| h | 378 | drivers/char/consolemap.c | int i, h; |
| h | 398 | drivers/char/consolemap.c | h = ucs % hashsize; |
| h | 400 | drivers/char/consolemap.c | if (hashtable[h].unicode == ucs) |
| h | 401 | drivers/char/consolemap.c | return hashtable[h].fontpos; |
| h | 402 | drivers/char/consolemap.c | if ((h += hashstep) >= hashsize) |
| h | 403 | drivers/char/consolemap.c | h -= hashsize; |
| h | 179 | drivers/net/plip.c | unsigned short h; |
| h | 520 | drivers/net/plip.c | if (rcv->length.h > dev->mtu || rcv->length.h < 8) { |
| h | 521 | drivers/net/plip.c | printk("%s: bogus packet size %d.\n", dev->name, rcv->length.h); |
| h | 525 | drivers/net/plip.c | rcv->skb = alloc_skb(rcv->length.h, GFP_ATOMIC); |
| h | 530 | drivers/net/plip.c | rcv->skb->len = rcv->length.h; |
| h | 542 | drivers/net/plip.c | while (++rcv->byte < rcv->length.h); |
| h | 709 | drivers/net/plip.c | while (++snd->byte < snd->length.h); |
| h | 891 | drivers/net/plip.c | snd->length.h = skb->len; |
| h | 219 | drivers/net/tunnel.c | iph=skb2->h.iph=(struct iphdr *)skb2->data; |
| h | 220 | drivers/net/tunnel.c | memcpy(skb2->h.iph, skb->data, ip_header_len ); |
| h | 2115 | drivers/scsi/53c7,8xx.c | {DT_help, "?", 0} , TOKEN(h,0), TOKEN(i,0), TOKEN(mp,2), |
| h | 43 | fs/dcache.c | struct hash_list h; |
| h | 115 | fs/dcache.c | if (de->h.next) { |
| h | 116 | fs/dcache.c | de->h.next->h.prev = de->h.prev; |
| h | 117 | fs/dcache.c | de->h.prev->h.next = de->h.next; |
| h | 118 | fs/dcache.c | de->h.next = NULL; |
| h | 124 | fs/dcache.c | de->h.next = hash->next; |
| h | 125 | fs/dcache.c | de->h.prev = (struct dir_cache_entry *) hash; |
| h | 126 | fs/dcache.c | hash->next->h.prev = de; |
| h | 137 | fs/dcache.c | for (de = hash->next ; de != (struct dir_cache_entry *) hash ; de = de->h.next) { |
| h | 56 | fs/inode.c | struct inode_hash_entry *h; |
| h | 57 | fs/inode.c | h = hash(inode->i_dev, inode->i_ino); |
| h | 59 | fs/inode.c | inode->i_hash_next = h->inode; |
| h | 63 | fs/inode.c | h->inode = inode; |
| h | 68 | fs/inode.c | struct inode_hash_entry *h; |
| h | 69 | fs/inode.c | h = hash(inode->i_dev, inode->i_ino); |
| h | 71 | fs/inode.c | if (h->inode == inode) |
| h | 72 | fs/inode.c | h->inode = inode->i_hash_next; |
| h | 505 | fs/inode.c | struct inode_hash_entry * h; |
| h | 511 | fs/inode.c | h = hash(sb->s_dev, nr); |
| h | 513 | fs/inode.c | for (inode = h->inode; inode ; inode = inode->i_hash_next) |
| h | 517 | fs/inode.c | h->updating++; |
| h | 519 | fs/inode.c | if (!--h->updating) |
| h | 556 | fs/inode.c | while (h->updating) |
| h | 130 | include/asm-mips/io.h | __IN(h,w) |
| h | 134 | include/asm-mips/io.h | __OUT(h,w) |
| h | 138 | include/asm-mips/io.h | __INS(h,w,2) |
| h | 142 | include/asm-mips/io.h | __OUTS(h,w,2) |
| h | 58 | include/linux/skbuff.h | } h; |
| h | 568 | mm/mmap.c | int h, hl, hr; |
| h | 574 | mm/mmap.c | h = tree->vm_avl_height; |
| h | 577 | mm/mmap.c | if ((h == hl+1) && (hr <= hl) && (hl <= hr+1)) |
| h | 579 | mm/mmap.c | if ((h == hr+1) && (hl <= hr) && (hr <= hl+1)) |
| h | 27 | net/802/p8022.c | proto = find_8022_client(*(skb->h.raw)); |
| h | 29 | net/802/p8022.c | skb->h.raw += 3; |
| h | 57 | net/802/p8022.c | skb->h.raw = rawp; |
| h | 17 | net/802/p8023.c | skb->h.raw = skb->data + hard_len; |
| h | 53 | net/802/psnap.c | proto = find_snap_client(skb->h.raw); |
| h | 60 | net/802/psnap.c | skb->h.raw += 5; |
| h | 82 | net/802/psnap.c | skb->h.raw = rawp+5; |
| h | 561 | net/appletalk/aarp.c | struct elapaarp *ea=(struct elapaarp *)skb->h.raw; |
| h | 1330 | net/appletalk/ddp.c | struct ddpehdr *ddp=(void *)skb->h.raw; |
| h | 1533 | net/appletalk/ddp.c | skb->h.raw=skb->data+ddp_dl->header_length+dev->hard_header_len; |
| h | 1535 | net/appletalk/ddp.c | ddp=(struct ddpehdr *)skb->h.raw; |
| h | 1593 | net/appletalk/ddp.c | skb->h.raw = skb->data + ddp_dl->header_length + dev->hard_header_len; |
| h | 1646 | net/appletalk/ddp.c | ddp = (struct ddpehdr *)(skb->h.raw); |
| h | 540 | net/ax25/af_ax25.c | skb->h.raw = skb->data + 15; |
| h | 1309 | net/ax25/af_ax25.c | skb->h.raw = data + 1; /* skip pid */ |
| h | 1358 | net/ax25/af_ax25.c | skb->h.raw = data; |
| h | 1576 | net/ax25/af_ax25.c | skb->h.raw = asmptr; |
| h | 75 | net/ax25/ax25_in.c | skb->h.raw = ((char *)(iframe)) + 2; |
| h | 564 | net/ax25/ax25_in.c | frame = skb->h.raw; |
| h | 71 | net/ax25/ax25_out.c | frame = skb->h.raw; /* KISS + header */ |
| h | 168 | net/core/datagram.c | memcpy_tofs(to,skb->h.raw+offset,size); |
| h | 655 | net/core/dev.c | skb->h.raw = skb->data + skb->dev->hard_header_len; |
| h | 511 | net/core/skbuff.c | n->h.raw=skb->h.raw+offset; |
| h | 17 | net/ethernet/pe2.c | skb->h.raw = skb->data + hard_len; |
| h | 567 | net/ipv4/arp.c | struct arphdr *arp = (struct arphdr *)skb->h.raw; |
| h | 678 | net/ipv4/icmp.c | buff = skb1->h.raw; |
| h | 103 | net/ipv4/igmp.c | skb->h.raw=dp; |
| h | 106 | net/ipv4/igmp.c | imp_putn16(skb->h.raw,ip_compute_csum(skb->data+tmp,sizeof(struct igmphdr))); /* Checksum fill */ |
| h | 210 | net/ipv4/igmp.c | igmp_explode(skb->h.raw,&igh); |
| h | 212 | net/ipv4/igmp.c | if(skb->len <sizeof(struct igmphdr) || skb->ip_hdr->ttl!=1 || ip_compute_csum((void *)skb->h.raw,sizeof(struct igmphdr))) |
| h | 628 | net/ipv4/ip.c | skb->h.raw = skb->data; |
| h | 632 | net/ipv4/ip.c | ptr = (unsigned char *) skb->h.raw; |
| h | 637 | net/ipv4/ip.c | skb->h.raw += qp->maclen; |
| h | 662 | net/ipv4/ip.c | iph = skb->h.iph; |
| h | 978 | net/ipv4/ip.c | skb2->h.raw=(char *) skb2->data; |
| h | 998 | net/ipv4/ip.c | memcpy(skb2->h.raw, raw, hlen); |
| h | 1003 | net/ipv4/ip.c | memcpy(skb2->h.raw + hlen, ptr, len); |
| h | 1006 | net/ipv4/ip.c | skb2->h.raw+=dev->hard_header_len; |
| h | 1011 | net/ipv4/ip.c | iph = (struct iphdr *)(skb2->h.raw/*+dev->hard_header_len*/); |
| h | 1058 | net/ipv4/ip.c | if(!(is_frag&4) && (fw_res=ip_fw_chk(skb->h.iph, dev, ip_fw_fwd_chain, ip_fw_fwd_policy, 0))!=1) |
| h | 1076 | net/ipv4/ip.c | iph = skb->h.iph; |
| h | 1208 | net/ipv4/ip.c | skb2->h.raw = ptr; |
| h | 1213 | net/ipv4/ip.c | memcpy(ptr + dev2->hard_header_len, skb->h.raw, skb->len); |
| h | 1265 | net/ipv4/ip.c | struct iphdr *iph = skb->h.iph; |
| h | 1352 | net/ipv4/ip.c | unsigned char *opt_ptr=skb->h.raw+sizeof(struct iphdr); |
| h | 1494 | net/ipv4/ip.c | struct iphdr *iph=skb->h.iph; |
| h | 1520 | net/ipv4/ip.c | iph=skb->h.iph; |
| h | 1528 | net/ipv4/ip.c | skb->h.raw += iph->ihl*4; |
| h | 520 | net/ipv4/ip_fw.c | struct iphdr *iph = skb->h.iph; |
| h | 540 | net/ipv4/ip_fw.c | while (skb->len - ((unsigned char *)data - skb->h.raw) > 18) |
| h | 622 | net/ipv4/ip_fw.c | skb2->h.raw = &skb2->data[skb->h.raw - skb->data]; |
| h | 631 | net/ipv4/ip_fw.c | skb->mem_len - sizeof(struct sk_buff) - ((char *)skb->h.raw - data)); |
| h | 657 | net/ipv4/ip_fw.c | struct iphdr *iph = skb->h.iph; |
| h | 717 | net/ipv4/ip_fw.c | size = skb->len - ((unsigned char *)portptr - skb->h.raw); |
| h | 737 | net/ipv4/ip_fw.c | iph = skb->h.iph; |
| h | 773 | net/ipv4/ip_fw.c | struct iphdr *iph = skb_ptr->h.iph; |
| h | 776 | net/ipv4/ip_fw.c | struct tcphdr *th = (struct tcphdr *)(skb_ptr->h.raw+(iph->ihl<<2)); |
| h | 809 | net/ipv4/ip_fw.c | int size = skb_ptr->len - ((unsigned char *)portptr - skb_ptr->h.raw); |
| h | 148 | net/ipv4/rarp.c | struct arphdr *rarp = (struct arphdr *)skb->h.raw; |
| h | 102 | net/ipv4/raw.c | skb->h.raw = (unsigned char *) skb->ip_hdr; |
| h | 872 | net/ipv4/tcp.c | if (before(counted, skb->h.th->seq)) /* Found a hole so stops here */ |
| h | 874 | net/ipv4/tcp.c | sum = skb->len -(counted - skb->h.th->seq); /* Length - header but start from where we are up to (avoid overlaps) */ |
| h | 875 | net/ipv4/tcp.c | if (skb->h.th->syn) |
| h | 880 | net/ipv4/tcp.c | if (skb->h.th->syn) |
| h | 900 | net/ipv4/tcp.c | if (skb->h.th->urg) |
| h | 902 | net/ipv4/tcp.c | if (amount && skb->h.th->psh) break; |
| h | 1076 | net/ipv4/tcp.c | struct tcphdr * th = skb->h.th; |
| h | 1117 | net/ipv4/tcp.c | skb->h.seq = ntohl(th->seq) + size - 4*th->doff; |
| h | 1127 | net/ipv4/tcp.c | if (after(skb->h.seq, sk->window_seq) || |
| h | 1148 | net/ipv4/tcp.c | if (before(sk->window_seq, sk->write_queue.next->h.seq) && |
| h | 1522 | net/ipv4/tcp.c | hdrlen = ((unsigned long)skb->h.th - (unsigned long)skb->data) |
| h | 1667 | net/ipv4/tcp.c | skb->h.th =(struct tcphdr *) buff; |
| h | 2033 | net/ipv4/tcp.c | if (before(*seq, skb->h.th->seq)) |
| h | 2035 | net/ipv4/tcp.c | offset = *seq - skb->h.th->seq; |
| h | 2036 | net/ipv4/tcp.c | if (skb->h.th->syn) |
| h | 2040 | net/ipv4/tcp.c | if (skb->h.th->fin) |
| h | 2148 | net/ipv4/tcp.c | memcpy_tofs(to,((unsigned char *)skb->h.th) + |
| h | 2149 | net/ipv4/tcp.c | skb->h.th->doff*4 + offset, used); |
| h | 2171 | net/ipv4/tcp.c | if (skb->h.th->fin) |
| h | 2329 | net/ipv4/tcp.c | buff->h.seq = sk->write_seq; |
| h | 2645 | net/ipv4/tcp.c | th = skb->h.th; |
| h | 2720 | net/ipv4/tcp.c | newsk->acked_seq = skb->h.th->seq+1; |
| h | 2721 | net/ipv4/tcp.c | newsk->copied_seq = skb->h.th->seq+1; |
| h | 2722 | net/ipv4/tcp.c | newsk->fin_seq = skb->h.th->seq; |
| h | 2739 | net/ipv4/tcp.c | newsk->dummy_th.source = skb->h.th->dest; |
| h | 2740 | net/ipv4/tcp.c | newsk->dummy_th.dest = skb->h.th->source; |
| h | 2759 | net/ipv4/tcp.c | newsk->acked_seq = skb->h.th->seq + 1; |
| h | 2760 | net/ipv4/tcp.c | newsk->copied_seq = skb->h.th->seq + 1; |
| h | 2811 | net/ipv4/tcp.c | tcp_options(newsk,skb->h.th); |
| h | 2862 | net/ipv4/tcp.c | memcpy(t1, skb->h.th, sizeof(*t1)); |
| h | 2863 | net/ipv4/tcp.c | buff->h.seq = newsk->write_seq; |
| h | 2867 | net/ipv4/tcp.c | t1->dest = skb->h.th->source; |
| h | 2880 | net/ipv4/tcp.c | t1->ack_seq = ntohl(skb->h.th->seq+1); |
| h | 3001 | net/ipv4/tcp.c | before(skb->h.seq, sk->window_seq + 1) && |
| h | 3004 | net/ipv4/tcp.c | before(skb->h.seq, sk->rcv_ack_seq + 1)) |
| h | 3014 | net/ipv4/tcp.c | if (before(skb->h.seq, sk->rcv_ack_seq +1)) |
| h | 3048 | net/ipv4/tcp.c | sk->sent_seq = skb->h.seq; |
| h | 3184 | net/ipv4/tcp.c | if (after(skb->h.seq, sk->window_seq)) |
| h | 3293 | net/ipv4/tcp.c | ! before (sk->window_seq, sk->write_queue.next->h.seq)) |
| h | 3319 | net/ipv4/tcp.c | after(sk->send_head->h.seq, sk->send_head->link3->h.seq)) |
| h | 3327 | net/ipv4/tcp.c | if (before(sk->send_head->h.seq, ack+1)) |
| h | 3451 | net/ipv4/tcp.c | if (after (sk->window_seq+1, sk->write_queue.next->h.seq) && |
| h | 3454 | net/ipv4/tcp.c | before(sk->write_queue.next->h.seq, sk->rcv_ack_seq + 1)) |
| h | 3463 | net/ipv4/tcp.c | else if (before(sk->window_seq, sk->write_queue.next->h.seq) && |
| h | 3769 | net/ipv4/tcp.c | th = skb->h.th; |
| h | 3832 | net/ipv4/tcp.c | tcp_reset(sk->saddr, sk->daddr, skb->h.th, |
| h | 3871 | net/ipv4/tcp.c | printk("skb1->h.th->seq = %ld: ", skb1->h.th->seq); |
| h | 3872 | net/ipv4/tcp.c | printk("skb->h.th->seq = %ld\n",skb->h.th->seq); |
| h | 3885 | net/ipv4/tcp.c | if (th->seq==skb1->h.th->seq && skb->len>= skb1->len) |
| h | 3899 | net/ipv4/tcp.c | if (after(th->seq+1, skb1->h.th->seq)) |
| h | 3959 | net/ipv4/tcp.c | if (skb->h.th->fin) |
| h | 3961 | net/ipv4/tcp.c | tcp_fin(skb,sk,skb->h.th); |
| h | 3968 | net/ipv4/tcp.c | if (before(skb2->h.th->seq, sk->acked_seq+1)) |
| h | 3970 | net/ipv4/tcp.c | if (after(skb2->h.th->ack_seq, sk->acked_seq)) |
| h | 3973 | net/ipv4/tcp.c | (skb2->h.th->ack_seq - sk->acked_seq); |
| h | 3977 | net/ipv4/tcp.c | sk->acked_seq = skb2->h.th->ack_seq; |
| h | 3984 | net/ipv4/tcp.c | if (skb2->h.th->fin) |
| h | 3986 | net/ipv4/tcp.c | tcp_fin(skb,sk,skb->h.th); |
| h | 4302 | net/ipv4/tcp.c | buff->h.seq = sk->write_seq; |
| h | 4486 | net/ipv4/tcp.c | th = skb->h.th; |
| h | 4956 | net/ipv4/tcp.c | buff->h.seq = sk->sent_seq + win_size; |
| h | 445 | net/ipv4/udp.c | sin->sin_port = skb->h.uh->source; |
| h | 527 | net/ipv4/udp.c | uh = (struct udphdr *) skb->h.uh; |
| h | 344 | net/ipx/af_ipx.c | ipx_packet *ipx = (ipx_packet *)(skb->h.raw); |
| h | 384 | net/ipx/af_ipx.c | ipx_offset = (char *)(skb->h.raw) - (char *)(skb->data); |
| h | 395 | net/ipx/af_ipx.c | skb1->h.raw = (unsigned char *)&(skb1->data[ipx_offset]); |
| h | 408 | net/ipx/af_ipx.c | skb2->h.raw = (unsigned char *)&(skb2->data[ipx_offset]); |
| h | 432 | net/ipx/af_ipx.c | int in_offset = skb->h.raw - skb->data; |
| h | 446 | net/ipx/af_ipx.c | oldraw = skb->h.raw; |
| h | 447 | net/ipx/af_ipx.c | skb->h.raw = &(skb->data[out_offset]); |
| h | 448 | net/ipx/af_ipx.c | memmove(skb->h.raw, oldraw, skb->len); |
| h | 458 | net/ipx/af_ipx.c | skb2->h.raw = &(skb2->data[out_offset]); |
| h | 462 | net/ipx/af_ipx.c | memcpy(skb2->h.raw, skb->h.raw, skb->len); |
| h | 471 | net/ipx/af_ipx.c | ipx_packet *ipx = (ipx_packet *)(skb->h.raw); |
| h | 557 | net/ipx/af_ipx.c | ipx_packet *ipx = (ipx_packet *) (skb->h.raw); |
| h | 1024 | net/ipx/af_ipx.c | skb->h.raw = (unsigned char *)ipx; |
| h | 1041 | net/ipx/af_ipx.c | ipx_packet *ipx = (ipx_packet *) (skb->h.raw); |
| h | 1637 | net/ipx/af_ipx.c | ipx=(ipx_packet *)skb->h.raw; |
| h | 1746 | net/ipx/af_ipx.c | ipx = (ipx_packet *)(skb->h.raw); |
| h | 883 | net/netrom/af_netrom.c | skb->h.raw = skb->data + 37; |
| h | 895 | net/netrom/af_netrom.c | skb->h.raw = skb->data + 37; |
| h | 1046 | net/netrom/af_netrom.c | skb->h.raw = asmptr; |