taglinefilesource code
h52fs/inode.cstruct inode **h;
h53fs/inode.ch = hash(inode->i_dev, inode->i_ino);
h55fs/inode.cinode->i_hash_next = *h;
h59fs/inode.c*h = inode;
h64fs/inode.cstruct inode **h;
h65fs/inode.ch = hash(inode->i_dev, inode->i_ino);
h67fs/inode.cif (*h == inode)
h68fs/inode.c*h = inode->i_hash_next;
h432net/inet/arp.carp = skb->h.arp;
h606net/inet/dev.cskb->h.raw = (unsigned char *) (skb + 1) + skb->dev->hard_header_len;
h637net/inet/dev.cskb2->h.raw = (unsigned char *)(
h639net/inet/dev.c(unsigned long) skb->h.raw -
h399net/inet/icmp.cbuff = skb1->h.raw;
h894net/inet/ip.cskb->h.raw = (unsigned char *) (skb + 1);
h899net/inet/ip.cptr = (unsigned char *) skb->h.raw;
h906net/inet/ip.cskb->h.raw += qp->maclen;
h932net/inet/ip.ciph = skb->h.iph;
h1174net/inet/ip.cskb2->h.raw=(char *)(skb2+1);
h1180net/inet/ip.cmemcpy(skb2->h.raw, raw, hlen);
h1183net/inet/ip.cmemcpy(skb2->h.raw + hlen, ptr, len);
h1186net/inet/ip.cskb2->h.raw+=dev->hard_header_len; 
h1188net/inet/ip.ciph = (struct iphdr *)(skb2->h.raw/*+dev->hard_header_len*/);
h1237net/inet/ip.ciph = skb->h.iph;
h1322net/inet/ip.cskb2->h.raw = ptr;
h1325net/inet/ip.cmemcpy(ptr + dev2->hard_header_len, skb->h.raw, skb->len);
h1350net/inet/ip.cstruct iphdr *iph = skb->h.iph;
h1421net/inet/ip.ciph=skb->h.iph;
h1436net/inet/ip.cskb->h.raw += iph->ihl*4;
h1464net/inet/ip.cskb2->h.raw = (unsigned char *)(
h1466net/inet/ip.c(unsigned long) skb->h.raw -
h134net/inet/raw.cskb->h.iph = skb->ip_hdr;
h301net/inet/tcp.cif (before(counted, skb->h.th->seq))   /* Found a hole so stops here */
h303net/inet/tcp.csum = skb->len -(counted - skb->h.th->seq);  /* Length - header but start from where we are up to (avoid overlaps) */
h304net/inet/tcp.cif (skb->h.th->syn) 
h306net/inet/tcp.cif (skb->h.th->urg) 
h308net/inet/tcp.csum -= ntohs(skb->h.th->urg_ptr);  /* Dont count urg data */
h313net/inet/tcp.cif (skb->h.th->syn) 
h473net/inet/tcp.cif (sk->copied_seq+1 == skb->h.th->seq && skb->h.th->urg) 
h600net/inet/tcp.ctcp_send_check(skb->h.th, sk->saddr, sk->daddr,
h601net/inet/tcp.cskb->len-(unsigned long)skb->h.th +
h607net/inet/tcp.cskb->h.seq = sk->send_seq;
h906net/inet/tcp.cif (skb->len -(unsigned long)skb->h.th + (unsigned long)(skb+1) >= sk->mss ||(flags & MSG_OOB) || copy==0) 
h1025net/inet/tcp.cskb->h.th =(struct tcphdr *) buff;
h1086net/inet/tcp.cskb->h.seq = sk->send_seq;
h1411net/inet/tcp.cif (skb->h.th->urg && !skb->urg_used) 
h1413net/inet/tcp.cif (skb->h.th->urg_ptr == 0) 
h1415net/inet/tcp.cskb->h.th->urg_ptr = ntohs(skb->len);
h1417net/inet/tcp.camt = min(ntohs(skb->h.th->urg_ptr),len);
h1421net/inet/tcp.cmemcpy_tofs(to,(unsigned char *)(skb->h.th) +
h1422net/inet/tcp.cskb->h.th->doff*4, amt);
h1491net/inet/tcp.cwhile(skb == NULL || before(sk->copied_seq+1, skb->h.th->seq) || skb->used) 
h1609net/inet/tcp.cif (skb_peek(&sk->rqueue) == NULL || before(sk->copied_seq+1, sk->rqueue->h.th->seq)) 
h1649net/inet/tcp.coffset = sk->copied_seq+1 - skb->h.th->seq;
h1651net/inet/tcp.cif (skb->h.th->syn) 
h1660net/inet/tcp.cif (skb->h.th->urg) 
h1664net/inet/tcp.csk->copied_seq += ntohs(skb->h.th->urg_ptr);
h1665net/inet/tcp.coffset += ntohs(skb->h.th->urg_ptr);
h1696net/inet/tcp.cmemcpy_tofs(to,((unsigned char *)skb->h.th) +
h1697net/inet/tcp.cskb->h.th->doff*4 + offset, used);
h1715net/inet/tcp.cif (!(flags & MSG_PEEK) && (!skb->h.th->urg || skb->urg_used) && (used + offset >= skb->len)) 
h1723net/inet/tcp.cif ((skb->h.th->psh && type) || skb->h.th->urg) 
h1837net/inet/tcp.cbuff->h.seq = sk->send_seq;
h2065net/inet/tcp.cth = skb->h.th;
h2131net/inet/tcp.cnewsk->acked_seq = skb->h.th->seq+1;
h2132net/inet/tcp.cnewsk->fin_seq = skb->h.th->seq;
h2133net/inet/tcp.cnewsk->copied_seq = skb->h.th->seq;
h2143net/inet/tcp.cnewsk->dummy_th.source = skb->h.th->dest;
h2144net/inet/tcp.cnewsk->dummy_th.dest = skb->h.th->source;
h2160net/inet/tcp.cnewsk->acked_seq = skb->h.th->seq + 1;
h2161net/inet/tcp.cnewsk->copied_seq = skb->h.th->seq;
h2167net/inet/tcp.ctcp_options(newsk,skb->h.th);
h2210net/inet/tcp.cmemcpy(t1, skb->h.th, sizeof(*t1));
h2211net/inet/tcp.cbuff->h.seq = newsk->send_seq;
h2214net/inet/tcp.ct1->dest = skb->h.th->source;
h2226net/inet/tcp.ct1->ack_seq = ntohl(skb->h.th->seq+1);
h2281net/inet/tcp.cif(skb->len > 0 && after(skb->h.th->seq + skb->len + 1 , sk->copied_seq))
h2375net/inet/tcp.cbuff->h.seq = sk->send_seq;
h2441net/inet/tcp.cbefore(sk->wfront->h.seq, sk->window_seq) &&
h2462net/inet/tcp.cif (before(skb->h.seq, sk->rcv_ack_seq +1)) 
h2490net/inet/tcp.cif (list == NULL || before (skb2->h.seq, list->h.seq)) 
h2500net/inet/tcp.cif (skb3->link3 == NULL || before(skb->h.seq, skb3->link3->h.seq)) 
h2575net/inet/tcp.cif (after(skb->h.seq, sk->window_seq)) 
h2646net/inet/tcp.cif (sk->send_head->link3 && after(sk->send_head->h.seq, sk->send_head->link3->h.seq)) 
h2652net/inet/tcp.cif (before(sk->send_head->h.seq, ack+1)) 
h2662net/inet/tcp.csk->send_head, sk->send_head->h.seq, ack));
h2727net/inet/tcp.cif (after (sk->window_seq, sk->wfront->h.seq) && sk->packets_out < sk->cong_window) 
h2834net/inet/tcp.cth = skb->h.th;
h2854net/inet/tcp.ctcp_reset(sk->saddr, sk->daddr, skb->h.th, sk->prot, NULL, skb->dev);
h2891net/inet/tcp.cprintk("skb1->h.th->seq = %ld: ", skb1->h.th->seq);
h2892net/inet/tcp.cprintk("skb->h.th->seq = %ld\n",skb->h.th->seq);
h2896net/inet/tcp.cif (th->seq==skb1->h.th->seq && skb->len>= skb1->len)
h2905net/inet/tcp.cif (after(th->seq+1, skb1->h.th->seq))
h2944net/inet/tcp.cif (skb->h.th->fin) 
h2955net/inet/tcp.cif (before(skb2->h.th->seq, sk->acked_seq+1)) 
h2957net/inet/tcp.cif (after(skb2->h.th->ack_seq, sk->acked_seq))
h2958net/inet/tcp.csk->acked_seq = skb2->h.th->ack_seq;
h2965net/inet/tcp.cif (skb2->h.th->fin) 
h3305net/inet/tcp.cbuff->h.seq = sk->send_seq;
h3437net/inet/tcp.cth = skb->h.th;
h500net/inet/udp.caddr.sin_port = skb->h.uh->source;
h566net/inet/udp.cuh = (struct udphdr *) skb->h.uh;
h170net/socket/datagram.cmemcpy_tofs(to,skb->h.raw+offset,size);
h523net/socket/dev.cskb->h.raw = (unsigned char *) (skb + 1) + skb->dev->hard_header_len;
h556net/socket/dev.cskb2->h.raw = (unsigned char *)
h559net/socket/dev.c(unsigned long) skb->h.raw -
h364net/socket/skbuff.cnewsk->h.raw+=((char *)newsk-(char *)orig);
h65net/socket/skbuff.h} h;
h117zBoot/inflate.cint h;                        /* table level */
h199zBoot/inflate.ch = -1;                       /* no tables yet--level -1 */
h219zBoot/inflate.ch++;
h245zBoot/inflate.cif (h)
h253zBoot/inflate.cu[h] = ++q;             /* table starts after link */
h257zBoot/inflate.cif (h)
h259zBoot/inflate.cx[h] = i;             /* save pattern for backing up */
h264zBoot/inflate.cu[h-1][j] = r;        /* connect to last table */
h297zBoot/inflate.cwhile ((i & ((1 << w) - 1)) != x[h])
h299zBoot/inflate.ch--;                    /* don't need to update q */
h782zBoot/inflate.cunsigned h;           /* maximum struct huft's malloc'ed */
h792zBoot/inflate.ch = 0;
h797zBoot/inflate.cif (hufts > h)
h798zBoot/inflate.ch = hufts;
h815zBoot/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;