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;
h378drivers/char/consolemap.cint i, h;
h398drivers/char/consolemap.ch = ucs % hashsize;
h400drivers/char/consolemap.cif (hashtable[h].unicode == ucs)
h401drivers/char/consolemap.creturn hashtable[h].fontpos;
h402drivers/char/consolemap.cif ((h += hashstep) >= hashsize)
h403drivers/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);
h709drivers/net/plip.cwhile (++snd->byte < snd->length.h);
h891drivers/net/plip.csnd->length.h = skb->len;
h219drivers/net/tunnel.ciph=skb2->h.iph=(struct iphdr *)skb2->data;
h220drivers/net/tunnel.cmemcpy(skb2->h.iph, skb->data, ip_header_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;
h505fs/inode.cstruct inode_hash_entry * h;
h511fs/inode.ch = hash(sb->s_dev, nr);
h513fs/inode.cfor (inode = h->inode; inode ; inode = inode->i_hash_next)
h517fs/inode.ch->updating++;
h519fs/inode.cif (!--h->updating)
h556fs/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;
h568mm/mmap.cint h, hl, hr;
h574mm/mmap.ch = tree->vm_avl_height;
h577mm/mmap.cif ((h == hl+1) && (hr <= hl) && (hl <= hr+1))
h579mm/mmap.cif ((h == hr+1) && (hl <= hr) && (hr <= hl+1))
h27net/802/p8022.cproto = find_8022_client(*(skb->h.raw));
h29net/802/p8022.cskb->h.raw += 3;
h57net/802/p8022.cskb->h.raw = rawp;
h17net/802/p8023.cskb->h.raw = skb->data + hard_len;
h53net/802/psnap.cproto = find_snap_client(skb->h.raw);
h60net/802/psnap.cskb->h.raw += 5;
h82net/802/psnap.cskb->h.raw = rawp+5;
h561net/appletalk/aarp.cstruct elapaarp *ea=(struct elapaarp *)skb->h.raw;
h1330net/appletalk/ddp.cstruct ddpehdr *ddp=(void *)skb->h.raw;
h1533net/appletalk/ddp.cskb->h.raw=skb->data+ddp_dl->header_length+dev->hard_header_len;  
h1535net/appletalk/ddp.cddp=(struct ddpehdr *)skb->h.raw;
h1593net/appletalk/ddp.cskb->h.raw = skb->data + ddp_dl->header_length + dev->hard_header_len;
h1646net/appletalk/ddp.cddp = (struct ddpehdr *)(skb->h.raw);
h540net/ax25/af_ax25.cskb->h.raw = skb->data + 15;
h1309net/ax25/af_ax25.cskb->h.raw = data + 1;    /* skip pid */
h1358net/ax25/af_ax25.cskb->h.raw = data;
h1576net/ax25/af_ax25.cskb->h.raw = asmptr;
h75net/ax25/ax25_in.cskb->h.raw = ((char *)(iframe)) + 2;
h564net/ax25/ax25_in.cframe = skb->h.raw;
h71net/ax25/ax25_out.cframe = skb->h.raw;  /* KISS + header */
h168net/core/datagram.cmemcpy_tofs(to,skb->h.raw+offset,size);
h655net/core/dev.cskb->h.raw = skb->data + skb->dev->hard_header_len;
h511net/core/skbuff.cn->h.raw=skb->h.raw+offset;
h17net/ethernet/pe2.cskb->h.raw = skb->data + hard_len;
h567net/ipv4/arp.cstruct arphdr *arp = (struct arphdr *)skb->h.raw;
h678net/ipv4/icmp.cbuff = skb1->h.raw;
h103net/ipv4/igmp.cskb->h.raw=dp;
h106net/ipv4/igmp.cimp_putn16(skb->h.raw,ip_compute_csum(skb->data+tmp,sizeof(struct igmphdr)));  /* Checksum fill */
h210net/ipv4/igmp.cigmp_explode(skb->h.raw,&igh);
h212net/ipv4/igmp.cif(skb->len <sizeof(struct igmphdr) || skb->ip_hdr->ttl!=1 || ip_compute_csum((void *)skb->h.raw,sizeof(struct igmphdr)))
h628net/ipv4/ip.cskb->h.raw = skb->data;
h632net/ipv4/ip.cptr = (unsigned char *) skb->h.raw;
h637net/ipv4/ip.cskb->h.raw += qp->maclen;
h662net/ipv4/ip.ciph = skb->h.iph;
h978net/ipv4/ip.cskb2->h.raw=(char *) skb2->data;
h998net/ipv4/ip.cmemcpy(skb2->h.raw, raw, hlen);
h1003net/ipv4/ip.cmemcpy(skb2->h.raw + hlen, ptr, len);
h1006net/ipv4/ip.cskb2->h.raw+=dev->hard_header_len;
h1011net/ipv4/ip.ciph = (struct iphdr *)(skb2->h.raw/*+dev->hard_header_len*/);
h1058net/ipv4/ip.cif(!(is_frag&4) && (fw_res=ip_fw_chk(skb->h.iph, dev, ip_fw_fwd_chain, ip_fw_fwd_policy, 0))!=1)
h1076net/ipv4/ip.ciph = skb->h.iph;
h1208net/ipv4/ip.cskb2->h.raw = ptr;
h1213net/ipv4/ip.cmemcpy(ptr + dev2->hard_header_len, skb->h.raw, skb->len);
h1265net/ipv4/ip.cstruct iphdr *iph = skb->h.iph;
h1352net/ipv4/ip.cunsigned char *opt_ptr=skb->h.raw+sizeof(struct iphdr);
h1494net/ipv4/ip.cstruct iphdr *iph=skb->h.iph;
h1520net/ipv4/ip.ciph=skb->h.iph;
h1528net/ipv4/ip.cskb->h.raw += iph->ihl*4;
h520net/ipv4/ip_fw.cstruct iphdr *iph = skb->h.iph;
h540net/ipv4/ip_fw.cwhile (skb->len - ((unsigned char *)data - skb->h.raw) > 18)
h622net/ipv4/ip_fw.cskb2->h.raw = &skb2->data[skb->h.raw - skb->data];
h631net/ipv4/ip_fw.cskb->mem_len - sizeof(struct sk_buff) - ((char *)skb->h.raw - data));
h657net/ipv4/ip_fw.cstruct iphdr  *iph = skb->h.iph;
h717net/ipv4/ip_fw.csize = skb->len - ((unsigned char *)portptr - skb->h.raw);
h737net/ipv4/ip_fw.ciph = skb->h.iph;
h773net/ipv4/ip_fw.cstruct iphdr  *iph = skb_ptr->h.iph;
h776net/ipv4/ip_fw.cstruct tcphdr   *th = (struct tcphdr *)(skb_ptr->h.raw+(iph->ihl<<2));
h809net/ipv4/ip_fw.cint size = skb_ptr->len - ((unsigned char *)portptr - skb_ptr->h.raw);
h148net/ipv4/rarp.cstruct arphdr *rarp = (struct arphdr *)skb->h.raw;
h102net/ipv4/raw.cskb->h.raw = (unsigned char *) skb->ip_hdr;
h872net/ipv4/tcp.cif (before(counted, skb->h.th->seq))   /* Found a hole so stops here */
h874net/ipv4/tcp.csum = skb->len -(counted - skb->h.th->seq);  /* Length - header but start from where we are up to (avoid overlaps) */
h875net/ipv4/tcp.cif (skb->h.th->syn)
h880net/ipv4/tcp.cif (skb->h.th->syn) 
h900net/ipv4/tcp.cif (skb->h.th->urg)
h902net/ipv4/tcp.cif (amount && skb->h.th->psh) break;
h1076net/ipv4/tcp.cstruct tcphdr * th = skb->h.th;
h1117net/ipv4/tcp.cskb->h.seq = ntohl(th->seq) + size - 4*th->doff;
h1127net/ipv4/tcp.cif (after(skb->h.seq, sk->window_seq) ||
h1148net/ipv4/tcp.cif (before(sk->window_seq, sk->write_queue.next->h.seq) &&
h1522net/ipv4/tcp.chdrlen = ((unsigned long)skb->h.th - (unsigned long)skb->data)
h1667net/ipv4/tcp.cskb->h.th =(struct tcphdr *) buff;
h2033net/ipv4/tcp.cif (before(*seq, skb->h.th->seq))
h2035net/ipv4/tcp.coffset = *seq - skb->h.th->seq;
h2036net/ipv4/tcp.cif (skb->h.th->syn)
h2040net/ipv4/tcp.cif (skb->h.th->fin)
h2148net/ipv4/tcp.cmemcpy_tofs(to,((unsigned char *)skb->h.th) +
h2149net/ipv4/tcp.cskb->h.th->doff*4 + offset, used);
h2171net/ipv4/tcp.cif (skb->h.th->fin)
h2329net/ipv4/tcp.cbuff->h.seq = sk->write_seq;
h2645net/ipv4/tcp.cth = skb->h.th;
h2720net/ipv4/tcp.cnewsk->acked_seq = skb->h.th->seq+1;
h2721net/ipv4/tcp.cnewsk->copied_seq = skb->h.th->seq+1;
h2722net/ipv4/tcp.cnewsk->fin_seq = skb->h.th->seq;
h2739net/ipv4/tcp.cnewsk->dummy_th.source = skb->h.th->dest;
h2740net/ipv4/tcp.cnewsk->dummy_th.dest = skb->h.th->source;
h2759net/ipv4/tcp.cnewsk->acked_seq = skb->h.th->seq + 1;
h2760net/ipv4/tcp.cnewsk->copied_seq = skb->h.th->seq + 1;
h2811net/ipv4/tcp.ctcp_options(newsk,skb->h.th);
h2862net/ipv4/tcp.cmemcpy(t1, skb->h.th, sizeof(*t1));
h2863net/ipv4/tcp.cbuff->h.seq = newsk->write_seq;
h2867net/ipv4/tcp.ct1->dest = skb->h.th->source;
h2880net/ipv4/tcp.ct1->ack_seq = ntohl(skb->h.th->seq+1);
h3001net/ipv4/tcp.cbefore(skb->h.seq, sk->window_seq + 1) &&
h3004net/ipv4/tcp.cbefore(skb->h.seq, sk->rcv_ack_seq + 1))
h3014net/ipv4/tcp.cif (before(skb->h.seq, sk->rcv_ack_seq +1)) 
h3048net/ipv4/tcp.csk->sent_seq = skb->h.seq;
h3184net/ipv4/tcp.cif (after(skb->h.seq, sk->window_seq)) 
h3293net/ipv4/tcp.c! before (sk->window_seq, sk->write_queue.next->h.seq)) 
h3319net/ipv4/tcp.cafter(sk->send_head->h.seq, sk->send_head->link3->h.seq)) 
h3327net/ipv4/tcp.cif (before(sk->send_head->h.seq, ack+1)) 
h3451net/ipv4/tcp.cif (after (sk->window_seq+1, sk->write_queue.next->h.seq) &&
h3454net/ipv4/tcp.cbefore(sk->write_queue.next->h.seq, sk->rcv_ack_seq + 1))
h3463net/ipv4/tcp.celse if (before(sk->window_seq, sk->write_queue.next->h.seq) &&
h3769net/ipv4/tcp.cth = skb->h.th;
h3832net/ipv4/tcp.ctcp_reset(sk->saddr, sk->daddr, skb->h.th,
h3871net/ipv4/tcp.cprintk("skb1->h.th->seq = %ld: ", skb1->h.th->seq);
h3872net/ipv4/tcp.cprintk("skb->h.th->seq = %ld\n",skb->h.th->seq);
h3885net/ipv4/tcp.cif (th->seq==skb1->h.th->seq && skb->len>= skb1->len)
h3899net/ipv4/tcp.cif (after(th->seq+1, skb1->h.th->seq))
h3959net/ipv4/tcp.cif (skb->h.th->fin) 
h3961net/ipv4/tcp.ctcp_fin(skb,sk,skb->h.th);
h3968net/ipv4/tcp.cif (before(skb2->h.th->seq, sk->acked_seq+1)) 
h3970net/ipv4/tcp.cif (after(skb2->h.th->ack_seq, sk->acked_seq))
h3973net/ipv4/tcp.c(skb2->h.th->ack_seq - sk->acked_seq);
h3977net/ipv4/tcp.csk->acked_seq = skb2->h.th->ack_seq;
h3984net/ipv4/tcp.cif (skb2->h.th->fin) 
h3986net/ipv4/tcp.ctcp_fin(skb,sk,skb->h.th);
h4302net/ipv4/tcp.cbuff->h.seq = sk->write_seq;
h4486net/ipv4/tcp.cth = skb->h.th;
h4956net/ipv4/tcp.cbuff->h.seq = sk->sent_seq + win_size;
h445net/ipv4/udp.csin->sin_port = skb->h.uh->source;
h527net/ipv4/udp.cuh = (struct udphdr *) skb->h.uh;
h344net/ipx/af_ipx.cipx_packet  *ipx = (ipx_packet *)(skb->h.raw);
h384net/ipx/af_ipx.cipx_offset = (char *)(skb->h.raw) - (char *)(skb->data);
h395net/ipx/af_ipx.cskb1->h.raw = (unsigned char *)&(skb1->data[ipx_offset]);
h408net/ipx/af_ipx.cskb2->h.raw = (unsigned char *)&(skb2->data[ipx_offset]);
h432net/ipx/af_ipx.cint  in_offset = skb->h.raw - skb->data;
h446net/ipx/af_ipx.coldraw = skb->h.raw;
h447net/ipx/af_ipx.cskb->h.raw = &(skb->data[out_offset]);
h448net/ipx/af_ipx.cmemmove(skb->h.raw, oldraw, skb->len);
h458net/ipx/af_ipx.cskb2->h.raw = &(skb2->data[out_offset]);
h462net/ipx/af_ipx.cmemcpy(skb2->h.raw, skb->h.raw, skb->len);
h471net/ipx/af_ipx.cipx_packet  *ipx = (ipx_packet *)(skb->h.raw);
h557net/ipx/af_ipx.cipx_packet  *ipx = (ipx_packet *) (skb->h.raw);
h1024net/ipx/af_ipx.cskb->h.raw = (unsigned char *)ipx;
h1041net/ipx/af_ipx.cipx_packet  *ipx = (ipx_packet *) (skb->h.raw);
h1637net/ipx/af_ipx.cipx=(ipx_packet *)skb->h.raw;
h1746net/ipx/af_ipx.cipx = (ipx_packet *)(skb->h.raw);
h883net/netrom/af_netrom.cskb->h.raw = skb->data + 37;
h895net/netrom/af_netrom.cskb->h.raw = skb->data + 37;
h1046net/netrom/af_netrom.cskb->h.raw = asmptr;