taglinefilesource code
h117arch/i386/boot/compressed/inflate.cint h;                        /* table level */
h199arch/i386/boot/compressed/inflate.ch = -1;                       /* no tables yet--level -1 */
h219arch/i386/boot/compressed/inflate.ch++;
h245arch/i386/boot/compressed/inflate.cu[h] = ++q;             /* table starts after link */
h249arch/i386/boot/compressed/inflate.cif (h)
h251arch/i386/boot/compressed/inflate.cx[h] = i;             /* save pattern for backing up */
h256arch/i386/boot/compressed/inflate.cu[h-1][j] = r;        /* connect to last table */
h289arch/i386/boot/compressed/inflate.cwhile ((i & ((1 << w) - 1)) != x[h])
h291arch/i386/boot/compressed/inflate.ch--;                    /* don't need to update q */
h774arch/i386/boot/compressed/inflate.cunsigned h;           /* maximum struct huft's malloc'ed */
h784arch/i386/boot/compressed/inflate.ch = 0;
h789arch/i386/boot/compressed/inflate.cif (hufts > h)
h790arch/i386/boot/compressed/inflate.ch = hufts;
h807arch/i386/boot/compressed/inflate.cfprintf(stderr, "<%u> ", h);
h58arch/i386/boot/compressed/unzip.cuch *h = inbuf + inptr; /* first local header */
h63arch/i386/boot/compressed/unzip.cinptr += LOCHDR + SH(h + LOCFIL) + SH(h + LOCEXT);
h65arch/i386/boot/compressed/unzip.cif (inptr > insize || LG(h) != LOCSIG) {
h68arch/i386/boot/compressed/unzip.cmethod = h[LOCHOW];
h74arch/i386/boot/compressed/unzip.cif ((decrypt = h[LOCFLG] & CRPFLG) != 0) {
h81arch/i386/boot/compressed/unzip.cextended = (h[LOCFLG] & EXTFLG) != 0;
h268drivers/char/consolemap.cint i, h;
h277drivers/char/consolemap.ch = ucs % hashsize;
h279drivers/char/consolemap.cif (hashtable[h].unicode == ucs)
h280drivers/char/consolemap.creturn hashtable[h].fontpos;
h281drivers/char/consolemap.cif ((h += hashstep) >= hashsize)
h282drivers/char/consolemap.ch -= hashsize;
h179drivers/net/plip.cunsigned short h;
h520drivers/net/plip.cif (rcv->length.h > dev->mtu || rcv->length.h < 8) {
h521drivers/net/plip.cprintk("%s: bogus packet size %d.\n", dev->name, rcv->length.h);
h525drivers/net/plip.crcv->skb = alloc_skb(rcv->length.h, GFP_ATOMIC);
h530drivers/net/plip.crcv->skb->len = rcv->length.h;
h542drivers/net/plip.cwhile (++rcv->byte < rcv->length.h);
h708drivers/net/plip.cwhile (++snd->byte < snd->length.h);
h890drivers/net/plip.csnd->length.h = skb->len;
h2115drivers/scsi/53c7,8xx.c{DT_help, "?", 0} , TOKEN(h,0), TOKEN(i,0), TOKEN(mp,2), 
h43fs/dcache.cstruct hash_list h;
h115fs/dcache.cif (de->h.next) {
h116fs/dcache.cde->h.next->h.prev = de->h.prev;
h117fs/dcache.cde->h.prev->h.next = de->h.next;
h118fs/dcache.cde->h.next = NULL;
h124fs/dcache.cde->h.next = hash->next;
h125fs/dcache.cde->h.prev = (struct dir_cache_entry *) hash;
h126fs/dcache.chash->next->h.prev = de;
h137fs/dcache.cfor (de = hash->next ; de != (struct dir_cache_entry *) hash ; de = de->h.next) {
h56fs/inode.cstruct inode_hash_entry *h;
h57fs/inode.ch = hash(inode->i_dev, inode->i_ino);
h59fs/inode.cinode->i_hash_next = h->inode;
h63fs/inode.ch->inode = inode;
h68fs/inode.cstruct inode_hash_entry *h;
h69fs/inode.ch = hash(inode->i_dev, inode->i_ino);
h71fs/inode.cif (h->inode == inode)
h72fs/inode.ch->inode = inode->i_hash_next;
h502fs/inode.cstruct inode_hash_entry * h;
h508fs/inode.ch = hash(sb->s_dev, nr);
h510fs/inode.cfor (inode = h->inode; inode ; inode = inode->i_hash_next)
h514fs/inode.ch->updating++;
h516fs/inode.cif (!--h->updating)
h553fs/inode.cwhile (h->updating)
h130include/asm-mips/io.h__IN(h,w)
h134include/asm-mips/io.h__OUT(h,w)
h138include/asm-mips/io.h__INS(h,w,2)
h142include/asm-mips/io.h__OUTS(h,w,2)
h58include/linux/skbuff.h} h;
h563mm/mmap.cint h, hl, hr;
h569mm/mmap.ch = tree->vm_avl_height;
h572mm/mmap.cif ((h == hl+1) && (hr <= hl) && (hl <= hr+1))
h574mm/mmap.cif ((h == hr+1) && (hl <= hr) && (hr <= hl+1))
h553net/inet/arp.cstruct arphdr *arp = (struct arphdr *)skb->h.raw;
h168net/inet/datagram.cmemcpy_tofs(to,skb->h.raw+offset,size);
h671net/inet/dev.cskb->h.raw = skb->data + skb->dev->hard_header_len;
h665net/inet/icmp.cbuff = skb1->h.raw;
h198net/inet/igmp.cstruct igmphdr *igh=(struct igmphdr *)skb->h.raw;
h847net/inet/ip.cskb->h.raw = skb->data;
h851net/inet/ip.cptr = (unsigned char *) skb->h.raw;
h856net/inet/ip.cskb->h.raw += qp->maclen;
h881net/inet/ip.ciph = skb->h.iph;
h1196net/inet/ip.cskb2->h.raw=(char *) skb2->data;
h1216net/inet/ip.cmemcpy(skb2->h.raw, raw, hlen);
h1221net/inet/ip.cmemcpy(skb2->h.raw + hlen, ptr, len);
h1224net/inet/ip.cskb2->h.raw+=dev->hard_header_len;
h1229net/inet/ip.ciph = (struct iphdr *)(skb2->h.raw/*+dev->hard_header_len*/);
h1275net/inet/ip.cif((err=ip_fw_chk(skb->h.iph, dev, ip_fw_fwd_chain, ip_fw_fwd_policy, 0))!=1)
h1293net/inet/ip.ciph = skb->h.iph;
h1404net/inet/ip.cskb2->h.raw = ptr;
h1409net/inet/ip.cmemcpy(ptr + dev2->hard_header_len, skb->h.raw, skb->len);
h1461net/inet/ip.cstruct iphdr *iph = skb->h.iph;
h1636net/inet/ip.ciph=skb->h.iph;
h1646net/inet/ip.cskb->h.raw += iph->ihl*4;
h339net/inet/ipx.cipx_packet  *ipx = (ipx_packet *)(skb->h.raw);
h379net/inet/ipx.cipx_offset = (char *)(skb->h.raw) - (char *)(skb->data);
h390net/inet/ipx.cskb1->h.raw = (unsigned char *)&(skb1->data[ipx_offset]);
h403net/inet/ipx.cskb2->h.raw = (unsigned char *)&(skb2->data[ipx_offset]);
h427net/inet/ipx.cint  in_offset = skb->h.raw - skb->data;
h441net/inet/ipx.coldraw = skb->h.raw;
h442net/inet/ipx.cskb->h.raw = &(skb->data[out_offset]);
h443net/inet/ipx.cmemmove(skb->h.raw, oldraw, skb->len);
h453net/inet/ipx.cskb2->h.raw = &(skb2->data[out_offset]);
h457net/inet/ipx.cmemcpy(skb2->h.raw, skb->h.raw, skb->len);
h466net/inet/ipx.cipx_packet  *ipx = (ipx_packet *)(skb->h.raw);
h552net/inet/ipx.cipx_packet  *ipx = (ipx_packet *) (skb->h.raw);
h1019net/inet/ipx.cskb->h.raw = (unsigned char *)ipx;
h1036net/inet/ipx.cipx_packet  *ipx = (ipx_packet *) (skb->h.raw);
h1633net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
h1742net/inet/ipx.cipx = (ipx_packet *)(skb->h.raw);
h27net/inet/p8022.cproto = find_8022_client(*(skb->h.raw));
h29net/inet/p8022.cskb->h.raw += 3;
h57net/inet/p8022.cskb->h.raw = rawp;
h17net/inet/p8023.cskb->h.raw = skb->data + hard_len;
h17net/inet/pe2.cskb->h.raw = skb->data + hard_len;
h53net/inet/psnap.cproto = find_snap_client(skb->h.raw);
h60net/inet/psnap.cskb->h.raw += 5;
h82net/inet/psnap.cskb->h.raw = rawp+5;
h148net/inet/rarp.cstruct arphdr *rarp = (struct arphdr *)skb->h.raw;
h102net/inet/raw.cskb->h.raw = (unsigned char *) skb->ip_hdr;
h510net/inet/skbuff.cn->h.raw=skb->h.raw+offset;
h845net/inet/tcp.cif (before(counted, skb->h.th->seq))   /* Found a hole so stops here */
h847net/inet/tcp.csum = skb->len -(counted - skb->h.th->seq);  /* Length - header but start from where we are up to (avoid overlaps) */
h848net/inet/tcp.cif (skb->h.th->syn)
h853net/inet/tcp.cif (skb->h.th->syn) 
h873net/inet/tcp.cif (skb->h.th->urg)
h875net/inet/tcp.cif (amount && skb->h.th->psh) break;
h1117net/inet/tcp.cstruct tcphdr * th = skb->h.th;
h1158net/inet/tcp.cskb->h.seq = ntohl(th->seq) + size - 4*th->doff;
h1168net/inet/tcp.cif (after(skb->h.seq, sk->window_seq) ||
h1189net/inet/tcp.cif (before(sk->window_seq, sk->write_queue.next->h.seq) &&
h1563net/inet/tcp.chdrlen = ((unsigned long)skb->h.th - (unsigned long)skb->data)
h1708net/inet/tcp.cskb->h.th =(struct tcphdr *) buff;
h2074net/inet/tcp.cif (before(*seq, skb->h.th->seq))
h2076net/inet/tcp.coffset = *seq - skb->h.th->seq;
h2077net/inet/tcp.cif (skb->h.th->syn)
h2081net/inet/tcp.cif (skb->h.th->fin)
h2189net/inet/tcp.cmemcpy_tofs(to,((unsigned char *)skb->h.th) +
h2190net/inet/tcp.cskb->h.th->doff*4 + offset, used);
h2212net/inet/tcp.cif (skb->h.th->fin)
h2370net/inet/tcp.cbuff->h.seq = sk->write_seq;
h2686net/inet/tcp.cth = skb->h.th;
h2761net/inet/tcp.cnewsk->acked_seq = skb->h.th->seq+1;
h2762net/inet/tcp.cnewsk->copied_seq = skb->h.th->seq+1;
h2763net/inet/tcp.cnewsk->fin_seq = skb->h.th->seq;
h2780net/inet/tcp.cnewsk->dummy_th.source = skb->h.th->dest;
h2781net/inet/tcp.cnewsk->dummy_th.dest = skb->h.th->source;
h2800net/inet/tcp.cnewsk->acked_seq = skb->h.th->seq + 1;
h2801net/inet/tcp.cnewsk->copied_seq = skb->h.th->seq + 1;
h2852net/inet/tcp.ctcp_options(newsk,skb->h.th);
h2901net/inet/tcp.cmemcpy(t1, skb->h.th, sizeof(*t1));
h2902net/inet/tcp.cbuff->h.seq = newsk->write_seq;
h2906net/inet/tcp.ct1->dest = skb->h.th->source;
h2919net/inet/tcp.ct1->ack_seq = ntohl(skb->h.th->seq+1);
h3038net/inet/tcp.cbefore(skb->h.seq, sk->window_seq + 1) &&
h3041net/inet/tcp.cbefore(skb->h.seq, sk->rcv_ack_seq + 1))
h3051net/inet/tcp.cif (before(skb->h.seq, sk->rcv_ack_seq +1)) 
h3085net/inet/tcp.csk->sent_seq = skb->h.seq;
h3221net/inet/tcp.cif (after(skb->h.seq, sk->window_seq)) 
h3330net/inet/tcp.c! before (sk->window_seq, sk->write_queue.next->h.seq)) 
h3356net/inet/tcp.cafter(sk->send_head->h.seq, sk->send_head->link3->h.seq)) 
h3364net/inet/tcp.cif (before(sk->send_head->h.seq, ack+1)) 
h3488net/inet/tcp.cif (after (sk->window_seq+1, sk->write_queue.next->h.seq) &&
h3491net/inet/tcp.cbefore(sk->write_queue.next->h.seq, sk->rcv_ack_seq + 1))
h3500net/inet/tcp.celse if (before(sk->window_seq, sk->write_queue.next->h.seq) &&
h3806net/inet/tcp.cth = skb->h.th;
h3869net/inet/tcp.ctcp_reset(sk->saddr, sk->daddr, skb->h.th,
h3908net/inet/tcp.cprintk("skb1->h.th->seq = %ld: ", skb1->h.th->seq);
h3909net/inet/tcp.cprintk("skb->h.th->seq = %ld\n",skb->h.th->seq);
h3922net/inet/tcp.cif (th->seq==skb1->h.th->seq && skb->len>= skb1->len)
h3936net/inet/tcp.cif (after(th->seq+1, skb1->h.th->seq))
h3996net/inet/tcp.cif (skb->h.th->fin) 
h3998net/inet/tcp.ctcp_fin(skb,sk,skb->h.th);
h4005net/inet/tcp.cif (before(skb2->h.th->seq, sk->acked_seq+1)) 
h4007net/inet/tcp.cif (after(skb2->h.th->ack_seq, sk->acked_seq))
h4010net/inet/tcp.c(skb2->h.th->ack_seq - sk->acked_seq);
h4014net/inet/tcp.csk->acked_seq = skb2->h.th->ack_seq;
h4021net/inet/tcp.cif (skb2->h.th->fin) 
h4023net/inet/tcp.ctcp_fin(skb,sk,skb->h.th);
h4339net/inet/tcp.cbuff->h.seq = sk->write_seq;
h4534net/inet/tcp.cth = skb->h.th;
h506net/inet/udp.csin->sin_port = skb->h.uh->source;
h582net/inet/udp.cuh = (struct udphdr *) skb->h.uh;