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;
h427fs/inode.cstruct inode_hash_entry * h;
h433fs/inode.ch = hash(sb->s_dev, nr);
h435fs/inode.cfor (inode = h->inode; inode ; inode = inode->i_hash_next)
h439fs/inode.ch->updating++;
h441fs/inode.cif (!--h->updating)
h478fs/inode.cwhile (h->updating)
h57include/linux/skbuff.h} h;
h505net/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;
h147net/inet/rarp.cstruct arphdr *rarp = (struct arphdr *)skb->h.raw;
h120net/inet/raw.cskb->h.raw = (unsigned char *) skb->ip_hdr;
h508net/inet/skbuff.cn->h.raw=skb->h.raw+offset;
h395net/inet/tcp.cif (before(counted, skb->h.th->seq))   /* Found a hole so stops here */
h397net/inet/tcp.csum = skb->len -(counted - skb->h.th->seq);  /* Length - header but start from where we are up to (avoid overlaps) */
h398net/inet/tcp.cif (skb->h.th->syn)
h403net/inet/tcp.cif (skb->h.th->syn) 
h407net/inet/tcp.cif (amount && skb->h.th->psh) break;
h663net/inet/tcp.cstruct tcphdr * th = skb->h.th;
h691net/inet/tcp.cskb->h.seq = ntohl(th->seq) + size - 4*th->doff;
h692net/inet/tcp.cif (after(skb->h.seq, sk->window_seq) ||
h705net/inet/tcp.cif (before(sk->window_seq, sk->write_queue.next->h.seq) &&
h1018net/inet/tcp.chdrlen = ((unsigned long)skb->h.th - (unsigned long)skb->data)
h1161net/inet/tcp.cskb->h.th =(struct tcphdr *) buff;
h1504net/inet/tcp.cif (before(1+*seq, skb->h.th->seq))
h1506net/inet/tcp.coffset = 1 + *seq - skb->h.th->seq;
h1507net/inet/tcp.cif (skb->h.th->syn)
h1587net/inet/tcp.cmemcpy_tofs(to,((unsigned char *)skb->h.th) +
h1588net/inet/tcp.cskb->h.th->doff*4 + offset, used);
h1712net/inet/tcp.cbuff->h.seq = sk->write_seq;
h1953net/inet/tcp.cth = skb->h.th;
h2026net/inet/tcp.cnewsk->acked_seq = skb->h.th->seq+1;
h2027net/inet/tcp.cnewsk->fin_seq = skb->h.th->seq;
h2028net/inet/tcp.cnewsk->copied_seq = skb->h.th->seq;
h2040net/inet/tcp.cnewsk->dummy_th.source = skb->h.th->dest;
h2041net/inet/tcp.cnewsk->dummy_th.dest = skb->h.th->source;
h2060net/inet/tcp.cnewsk->acked_seq = skb->h.th->seq + 1;
h2061net/inet/tcp.cnewsk->copied_seq = skb->h.th->seq;
h2111net/inet/tcp.ctcp_options(newsk,skb->h.th);
h2157net/inet/tcp.cmemcpy(t1, skb->h.th, sizeof(*t1));
h2158net/inet/tcp.cbuff->h.seq = newsk->write_seq;
h2162net/inet/tcp.ct1->dest = skb->h.th->source;
h2175net/inet/tcp.ct1->ack_seq = ntohl(skb->h.th->seq+1);
h2240net/inet/tcp.cif(skb->len > 0 && after(skb->h.th->seq + skb->len , sk->copied_seq))
h2371net/inet/tcp.cbuff->h.seq = sk->write_seq;
h2440net/inet/tcp.cbefore(skb->h.seq, sk->window_seq + 1) &&
h2443net/inet/tcp.cbefore(skb->h.seq, sk->rcv_ack_seq + 1))
h2449net/inet/tcp.cif (before(skb->h.seq, sk->rcv_ack_seq +1)) 
h2478net/inet/tcp.csk->sent_seq = skb->h.seq;
h2498net/inet/tcp.cif (list == NULL || before (skb2->h.seq, list->h.seq)) 
h2509net/inet/tcp.cbefore(skb->h.seq, skb3->link3->h.seq))
h2609net/inet/tcp.cif (after(skb->h.seq, sk->window_seq)) 
h2697net/inet/tcp.c! before (sk->window_seq, sk->write_queue.next->h.seq)) 
h2723net/inet/tcp.cafter(sk->send_head->h.seq, sk->send_head->link3->h.seq)) 
h2729net/inet/tcp.cif (before(sk->send_head->h.seq, ack+1)) 
h2852net/inet/tcp.cif (after (sk->window_seq+1, sk->write_queue.next->h.seq) &&
h2855net/inet/tcp.cbefore(sk->write_queue.next->h.seq, sk->rcv_ack_seq + 1))
h2861net/inet/tcp.celse if (before(sk->window_seq, sk->write_queue.next->h.seq) &&
h3066net/inet/tcp.cth = skb->h.th;
h3099net/inet/tcp.ctcp_reset(sk->saddr, sk->daddr, skb->h.th,
h3141net/inet/tcp.cprintk("skb1->h.th->seq = %ld: ", skb1->h.th->seq);
h3142net/inet/tcp.cprintk("skb->h.th->seq = %ld\n",skb->h.th->seq);
h3155net/inet/tcp.cif (th->seq==skb1->h.th->seq && skb->len>= skb1->len)
h3169net/inet/tcp.cif (after(th->seq+1, skb1->h.th->seq))
h3226net/inet/tcp.cif (skb->h.th->fin) 
h3237net/inet/tcp.cif (before(skb2->h.th->seq, sk->acked_seq+1)) 
h3239net/inet/tcp.cif (after(skb2->h.th->ack_seq, sk->acked_seq))
h3242net/inet/tcp.c(skb2->h.th->ack_seq - sk->acked_seq);
h3246net/inet/tcp.csk->acked_seq = skb2->h.th->ack_seq;
h3253net/inet/tcp.cif (skb2->h.th->fin) 
h3648net/inet/tcp.cbuff->h.seq = sk->write_seq;
h3818net/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;