taglinefilesource code
h2036drivers/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;
h426fs/inode.cstruct inode_hash_entry * h;
h432fs/inode.ch = hash(sb->s_dev, nr);
h434fs/inode.cfor (inode = h->inode; inode ; inode = inode->i_hash_next)
h438fs/inode.ch->updating++;
h440fs/inode.cif (!--h->updating)
h477fs/inode.cwhile (h->updating)
h57include/linux/skbuff.h} h;
h525net/inet/arp.cstruct arphdr *arp = (struct arphdr *)skb->h.raw;
h166net/inet/datagram.cmemcpy_tofs(to,skb->h.raw+offset,size);
h702net/inet/dev.cskb->h.raw = skb->data + skb->dev->hard_header_len;
h749net/inet/dev.cskb2->h.raw = (unsigned char *)(
h751net/inet/dev.c(unsigned long) skb->h.raw -
h595net/inet/icmp.cbuff = skb1->h.raw;
h845net/inet/ip.cskb->h.raw = skb->data;
h849net/inet/ip.cptr = (unsigned char *) skb->h.raw;
h854net/inet/ip.cskb->h.raw += qp->maclen;
h879net/inet/ip.ciph = skb->h.iph;
h1191net/inet/ip.cskb2->h.raw=(char *) skb2->data;
h1211net/inet/ip.cmemcpy(skb2->h.raw, raw, hlen);
h1216net/inet/ip.cmemcpy(skb2->h.raw + hlen, ptr, len);
h1219net/inet/ip.cskb2->h.raw+=dev->hard_header_len;
h1224net/inet/ip.ciph = (struct iphdr *)(skb2->h.raw/*+dev->hard_header_len*/);
h1274net/inet/ip.ciph = skb->h.iph;
h1382net/inet/ip.cskb2->h.raw = ptr;
h1387net/inet/ip.cmemcpy(ptr + dev2->hard_header_len, skb->h.raw, skb->len);
h1431net/inet/ip.cstruct iphdr *iph = skb->h.iph;
h1554net/inet/ip.ciph=skb->h.iph;
h1562net/inet/ip.cskb->h.raw += iph->ihl*4;
h805net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
h1082net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
h1120net/inet/ipx.cskb2->h.raw = skb2->data + rt->datalink->header_length
h1160net/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;
h56net/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;
h169net/inet/rarp.cstruct arphdr *rarp = (struct arphdr *)skb->h.raw;
h120net/inet/raw.cskb->h.raw = (unsigned char *) skb->ip_hdr;
h514net/inet/skbuff.cn->h.raw=skb->h.raw+offset;
h363net/inet/tcp.cif (before(counted, skb->h.th->seq))   /* Found a hole so stops here */
h365net/inet/tcp.csum = skb->len -(counted - skb->h.th->seq);  /* Length - header but start from where we are up to (avoid overlaps) */
h366net/inet/tcp.cif (skb->h.th->syn)
h371net/inet/tcp.cif (skb->h.th->syn) 
h375net/inet/tcp.cif (amount && skb->h.th->psh) break;
h632net/inet/tcp.cstruct tcphdr * th = skb->h.th;
h660net/inet/tcp.cskb->h.seq = ntohl(th->seq) + size - 4*th->doff;
h661net/inet/tcp.cif (after(skb->h.seq, sk->window_seq) ||
h674net/inet/tcp.cif (before(sk->window_seq, sk->write_queue.next->h.seq) &&
h987net/inet/tcp.chdrlen = ((unsigned long)skb->h.th - (unsigned long)skb->data)
h1130net/inet/tcp.cskb->h.th =(struct tcphdr *) buff;
h1473net/inet/tcp.cif (before(1+*seq, skb->h.th->seq))
h1475net/inet/tcp.coffset = 1 + *seq - skb->h.th->seq;
h1476net/inet/tcp.cif (skb->h.th->syn)
h1556net/inet/tcp.cmemcpy_tofs(to,((unsigned char *)skb->h.th) +
h1557net/inet/tcp.cskb->h.th->doff*4 + offset, used);
h1681net/inet/tcp.cbuff->h.seq = sk->write_seq;
h1922net/inet/tcp.cth = skb->h.th;
h1995net/inet/tcp.cnewsk->acked_seq = skb->h.th->seq+1;
h1996net/inet/tcp.cnewsk->fin_seq = skb->h.th->seq;
h1997net/inet/tcp.cnewsk->copied_seq = skb->h.th->seq;
h2009net/inet/tcp.cnewsk->dummy_th.source = skb->h.th->dest;
h2010net/inet/tcp.cnewsk->dummy_th.dest = skb->h.th->source;
h2029net/inet/tcp.cnewsk->acked_seq = skb->h.th->seq + 1;
h2030net/inet/tcp.cnewsk->copied_seq = skb->h.th->seq;
h2080net/inet/tcp.ctcp_options(newsk,skb->h.th);
h2126net/inet/tcp.cmemcpy(t1, skb->h.th, sizeof(*t1));
h2127net/inet/tcp.cbuff->h.seq = newsk->write_seq;
h2131net/inet/tcp.ct1->dest = skb->h.th->source;
h2144net/inet/tcp.ct1->ack_seq = ntohl(skb->h.th->seq+1);
h2209net/inet/tcp.cif(skb->len > 0 && after(skb->h.th->seq + skb->len , sk->copied_seq))
h2340net/inet/tcp.cbuff->h.seq = sk->write_seq;
h2409net/inet/tcp.cbefore(skb->h.seq, sk->window_seq + 1) &&
h2412net/inet/tcp.cbefore(skb->h.seq, sk->rcv_ack_seq + 1))
h2418net/inet/tcp.cif (before(skb->h.seq, sk->rcv_ack_seq +1)) 
h2447net/inet/tcp.csk->sent_seq = skb->h.seq;
h2467net/inet/tcp.cif (list == NULL || before (skb2->h.seq, list->h.seq)) 
h2478net/inet/tcp.cbefore(skb->h.seq, skb3->link3->h.seq))
h2586net/inet/tcp.cif (after(skb->h.seq, sk->window_seq)) 
h2674net/inet/tcp.c! before (sk->window_seq, sk->write_queue.next->h.seq)) 
h2700net/inet/tcp.cafter(sk->send_head->h.seq, sk->send_head->link3->h.seq)) 
h2706net/inet/tcp.cif (before(sk->send_head->h.seq, ack+1)) 
h2829net/inet/tcp.cif (after (sk->window_seq+1, sk->write_queue.next->h.seq) &&
h2832net/inet/tcp.cbefore(sk->write_queue.next->h.seq, sk->rcv_ack_seq + 1))
h2838net/inet/tcp.celse if (before(sk->window_seq, sk->write_queue.next->h.seq) &&
h3040net/inet/tcp.cth = skb->h.th;
h3073net/inet/tcp.ctcp_reset(sk->saddr, sk->daddr, skb->h.th,
h3115net/inet/tcp.cprintk("skb1->h.th->seq = %ld: ", skb1->h.th->seq);
h3116net/inet/tcp.cprintk("skb->h.th->seq = %ld\n",skb->h.th->seq);
h3129net/inet/tcp.cif (th->seq==skb1->h.th->seq && skb->len>= skb1->len)
h3143net/inet/tcp.cif (after(th->seq+1, skb1->h.th->seq))
h3200net/inet/tcp.cif (skb->h.th->fin) 
h3211net/inet/tcp.cif (before(skb2->h.th->seq, sk->acked_seq+1)) 
h3213net/inet/tcp.cif (after(skb2->h.th->ack_seq, sk->acked_seq))
h3216net/inet/tcp.c(skb2->h.th->ack_seq - sk->acked_seq);
h3220net/inet/tcp.csk->acked_seq = skb2->h.th->ack_seq;
h3227net/inet/tcp.cif (skb2->h.th->fin) 
h3622net/inet/tcp.cbuff->h.seq = sk->write_seq;
h3792net/inet/tcp.cth = skb->h.th;
h114net/inet/timer.cbefore(sk->window_seq, sk->write_queue.next->h.seq) &&
h497net/inet/udp.csin->sin_port = skb->h.uh->source;
h563net/inet/udp.cuh = (struct udphdr *) skb->h.uh;
h117zBoot/inflate.cint h;                        /* table level */
h199zBoot/inflate.ch = -1;                       /* no tables yet--level -1 */
h219zBoot/inflate.ch++;
h245zBoot/inflate.cu[h] = ++q;             /* table starts after link */
h249zBoot/inflate.cif (h)
h251zBoot/inflate.cx[h] = i;             /* save pattern for backing up */
h256zBoot/inflate.cu[h-1][j] = r;        /* connect to last table */
h289zBoot/inflate.cwhile ((i & ((1 << w) - 1)) != x[h])
h291zBoot/inflate.ch--;                    /* don't need to update q */
h774zBoot/inflate.cunsigned h;           /* maximum struct huft's malloc'ed */
h784zBoot/inflate.ch = 0;
h789zBoot/inflate.cif (hufts > h)
h790zBoot/inflate.ch = hufts;
h807zBoot/inflate.cfprintf(stderr, "<%u> ", h);
h58zBoot/unzip.cuch *h = inbuf + inptr; /* first local header */
h63zBoot/unzip.cinptr += LOCHDR + SH(h + LOCFIL) + SH(h + LOCEXT);
h65zBoot/unzip.cif (inptr > insize || LG(h) != LOCSIG) {
h68zBoot/unzip.cmethod = h[LOCHOW];
h74zBoot/unzip.cif ((decrypt = h[LOCFLG] & CRPFLG) != 0) {
h81zBoot/unzip.cextended = (h[LOCFLG] & EXTFLG) != 0;