taglinefilesource code
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;
h430fs/inode.cstruct inode_hash_entry * h;
h436fs/inode.ch = hash(sb->s_dev, nr);
h438fs/inode.cfor (inode = h->inode; inode ; inode = inode->i_hash_next)
h442fs/inode.ch->updating++;
h444fs/inode.cif (!--h->updating)
h481fs/inode.cwhile (h->updating)
h520net/inet/arp.carp = skb->h.arp;
h162net/inet/datagram.cmemcpy_tofs(to,skb->h.raw+offset,size);
h619net/inet/dev.cskb->h.raw = skb->data + skb->dev->hard_header_len;
h651net/inet/dev.cskb2->h.raw = (unsigned char *)(
h653net/inet/dev.c(unsigned long) skb->h.raw -
h371net/inet/icmp.cbuff = skb1->h.raw;
h765net/inet/ip.cskb->h.raw = skb->data;
h769net/inet/ip.cptr = (unsigned char *) skb->h.raw;
h776net/inet/ip.cskb->h.raw += qp->maclen;
h801net/inet/ip.ciph = skb->h.iph;
h1030net/inet/ip.cskb2->h.raw=(char *) skb2->data;
h1036net/inet/ip.cmemcpy(skb2->h.raw, raw, hlen);
h1039net/inet/ip.cmemcpy(skb2->h.raw + hlen, ptr, len);
h1042net/inet/ip.cskb2->h.raw+=dev->hard_header_len; 
h1044net/inet/ip.ciph = (struct iphdr *)(skb2->h.raw/*+dev->hard_header_len*/);
h1091net/inet/ip.ciph = skb->h.iph;
h1166net/inet/ip.cskb2->h.raw = ptr;
h1169net/inet/ip.cmemcpy(ptr + dev2->hard_header_len, skb->h.raw, skb->len);
h1191net/inet/ip.cstruct iphdr *iph = skb->h.iph;
h1252net/inet/ip.ciph=skb->h.iph;
h1278net/inet/ip.cskb->h.raw += iph->ihl*4;
h1305net/inet/ip.cskb2->h.raw = (unsigned char *)(
h1307net/inet/ip.c(unsigned long) skb->h.raw -
h118net/inet/raw.cskb->h.raw = (unsigned char *) skb->ip_hdr;
h361net/inet/skbuff.cnewsk->h.raw+=((char *)newsk-(char *)orig);
h62net/inet/skbuff.h} h;
h339net/inet/tcp.cif (before(counted, skb->h.th->seq))   /* Found a hole so stops here */
h341net/inet/tcp.csum = skb->len -(counted - skb->h.th->seq);  /* Length - header but start from where we are up to (avoid overlaps) */
h342net/inet/tcp.cif (skb->h.th->syn) sum++;
h343net/inet/tcp.cif (skb->h.th->urg) {
h344net/inet/tcp.csum -= ntohs(skb->h.th->urg_ptr);  /* Dont count urg data */
h348net/inet/tcp.cif (skb->h.th->syn) amount--;
h351net/inet/tcp.cif (amount && skb->h.th->psh) break;
h497net/inet/tcp.cif (sk->copied_seq+1 == skb->h.th->seq && skb->h.th->urg) 
h603net/inet/tcp.csize = skb->len - ((unsigned char *) skb->h.th - skb->data);
h608net/inet/tcp.cskb, skb->data, skb->h.th, skb->len);
h616net/inet/tcp.cif(!skb->h.th->syn && !skb->h.th->fin) {
h624net/inet/tcp.ctcp_send_check(skb->h.th, sk->saddr, sk->daddr, size, sk);
h626net/inet/tcp.cskb->h.seq = sk->send_seq;
h642net/inet/tcp.cif (before(sk->window_seq, sk->wfront->h.seq) &&
h913net/inet/tcp.chdrlen = ((unsigned long)skb->h.th - (unsigned long)skb->data)
h1031net/inet/tcp.cskb->h.th =(struct tcphdr *) buff;
h1317net/inet/tcp.cif (skb->h.th->urg && !skb->urg_used) {
h1318net/inet/tcp.cif (skb->h.th->urg_ptr == 0) {
h1319net/inet/tcp.cskb->h.th->urg_ptr = ntohs(skb->len);
h1321net/inet/tcp.camt = min(ntohs(skb->h.th->urg_ptr),len);
h1324net/inet/tcp.cmemcpy_tofs(to,(unsigned char *)(skb->h.th) +
h1325net/inet/tcp.cskb->h.th->doff*4, amt);
h1385net/inet/tcp.cbefore(sk->copied_seq+1, skb->h.th->seq) || skb->used) {
h1464net/inet/tcp.cbefore(sk->copied_seq+1, sk->rqueue->h.th->seq)) {
h1493net/inet/tcp.coffset = sk->copied_seq+1 - skb->h.th->seq;
h1495net/inet/tcp.cif (skb->h.th->syn) offset--;
h1502net/inet/tcp.cif (skb->h.th->urg) 
h1506net/inet/tcp.csk->copied_seq += ntohs(skb->h.th->urg_ptr);
h1507net/inet/tcp.coffset += ntohs(skb->h.th->urg_ptr);
h1527net/inet/tcp.cmemcpy_tofs(to,((unsigned char *)skb->h.th) +
h1528net/inet/tcp.cskb->h.th->doff*4 + offset, used);
h1543net/inet/tcp.c(!skb->h.th->urg || skb->urg_used) &&
h1551net/inet/tcp.cif (/*skb->h.th->psh || */skb->h.th->urg) 
h1634net/inet/tcp.cbuff->h.seq = sk->send_seq;
h1858net/inet/tcp.cth = skb->h.th;
h1923net/inet/tcp.cnewsk->acked_seq = skb->h.th->seq+1;
h1924net/inet/tcp.cnewsk->fin_seq = skb->h.th->seq;
h1925net/inet/tcp.cnewsk->copied_seq = skb->h.th->seq;
h1936net/inet/tcp.cnewsk->dummy_th.source = skb->h.th->dest;
h1937net/inet/tcp.cnewsk->dummy_th.dest = skb->h.th->source;
h1953net/inet/tcp.cnewsk->acked_seq = skb->h.th->seq + 1;
h1954net/inet/tcp.cnewsk->copied_seq = skb->h.th->seq;
h1978net/inet/tcp.ctcp_options(newsk,skb->h.th);
h2015net/inet/tcp.cmemcpy(t1, skb->h.th, sizeof(*t1));
h2016net/inet/tcp.cbuff->h.seq = newsk->send_seq;
h2019net/inet/tcp.ct1->dest = skb->h.th->source;
h2031net/inet/tcp.ct1->ack_seq = ntohl(skb->h.th->seq+1);
h2086net/inet/tcp.cif(skb->len > 0 && after(skb->h.th->seq + skb->len + 1 , sk->copied_seq))
h2167net/inet/tcp.cbuff->h.seq = sk->send_seq;
h2220net/inet/tcp.cbefore(sk->wfront->h.seq, sk->window_seq +1) &&
h2223net/inet/tcp.cbefore(sk->wfront->h.seq, sk->rcv_ack_seq +1))
h2241net/inet/tcp.cif (before(skb->h.seq, sk->rcv_ack_seq +1)) {
h2264net/inet/tcp.cif (list == NULL || before (skb2->h.seq, list->h.seq)) {
h2271net/inet/tcp.cbefore(skb->h.seq, skb3->link3->h.seq)) {
h2351net/inet/tcp.cif (after(skb->h.seq, sk->window_seq)) {
h2427net/inet/tcp.c! before (sk->window_seq, sk->wfront->h.seq)) {
h2443net/inet/tcp.cafter(sk->send_head->h.seq, sk->send_head->link3->h.seq)) {
h2448net/inet/tcp.cif (before(sk->send_head->h.seq, ack+1)) {
h2486net/inet/tcp.csk->send_head, sk->send_head->h.seq, ack));
h2547net/inet/tcp.cif (after (sk->window_seq+1, sk->wfront->h.seq) &&
h2550net/inet/tcp.cbefore(sk->wfront->h.seq, sk->rcv_ack_seq +1))
h2554net/inet/tcp.c} else if (before(sk->window_seq, sk->wfront->h.seq) &&
h2667net/inet/tcp.cth = skb->h.th;
h2683net/inet/tcp.ctcp_reset(sk->saddr, sk->daddr, skb->h.th,
h2720net/inet/tcp.cprintk("skb1->h.th->seq = %ld: ", skb1->h.th->seq);
h2721net/inet/tcp.cprintk("skb->h.th->seq = %ld\n",skb->h.th->seq);
h2726net/inet/tcp.cif (after(th->seq+1, skb1->h.th->seq)) {
h2744net/inet/tcp.cif (th->seq==skb1->h.th->seq && skb->len>= skb1->len)
h2753net/inet/tcp.cif (after(th->seq+1, skb1->h.th->seq))
h2785net/inet/tcp.cif (skb->h.th->fin) {
h2793net/inet/tcp.cif (before(skb2->h.th->seq, sk->acked_seq+1)) {
h2794net/inet/tcp.cif (after(skb2->h.th->ack_seq, sk->acked_seq))
h2797net/inet/tcp.csk->acked_seq = skb2->h.th->ack_seq;
h2813net/inet/tcp.cif (skb2->h.th->fin) {
h3105net/inet/tcp.cbuff->h.seq = sk->send_seq;
h3252net/inet/tcp.cth = skb->h.th;
h3775net/inet/tcp.cskb2->h.raw = (char *)(skb2->data);
h3780net/inet/tcp.cmemcpy(skb2->h.raw, raw, len);
h3782net/inet/tcp.cskb2->h.raw += hlen;  /* it's now h.th -- pointer to the tcp header */
h3783net/inet/tcp.ct1 = skb2->h.th;
h105net/inet/timer.cbefore(sk->window_seq, sk->wfront->h.seq) &&
h489net/inet/udp.caddr.sin_port = skb->h.uh->source;
h554net/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.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;