taglinefilesource code
h371net/tcp/arp.carp = skb->h.arp;
h375net/tcp/dev.cskb->h.raw = (unsigned char *)(skb+1) + skb->dev->hard_header_len;
h396net/tcp/dev.cskb2->h.raw = (void *)((unsigned long)skb2
h397net/tcp/dev.c+ (unsigned long)skb->h.raw
h196net/tcp/icmp.cbuff = skb1->h.raw;
h820net/tcp/ip.ciph=skb->h.iph;
h858net/tcp/ip.cskb->h.raw += iph->ihl*4;
h882net/tcp/ip.cskb2->h.raw = (void *)((unsigned long)skb2
h883net/tcp/ip.c+ (unsigned long)skb->h.raw
h426net/tcp/raw.cmemcpy_tofs (to, skb->h.raw,  copied);
h182net/tcp/sock.h} h;
h279net/tcp/tcp.cif (before (counted, skb->h.th->seq)) break;
h280net/tcp/tcp.csum = skb->len - ( counted - skb->h.th->seq);
h281net/tcp/tcp.cif (skb->h.th->syn) sum ++;
h282net/tcp/tcp.cif (skb->h.th->urg)
h284net/tcp/tcp.csum -= net16(skb->h.th->urg_ptr);
h289net/tcp/tcp.cif (skb->h.th->syn) amount --;
h292net/tcp/tcp.cif (amount && skb->h.th->psh) break;
h418net/tcp/tcp.cif (sk->copied_seq+1 == skb->h.th->seq && skb->h.th->urg)
h531net/tcp/tcp.ctcp_send_check (skb->h.th, sk->saddr, sk->daddr,
h532net/tcp/tcp.cskb->len-(unsigned long)skb->h.th +
h535net/tcp/tcp.cskb->h.seq = sk->send_seq;
h794net/tcp/tcp.cif (skb->len - (unsigned long)skb->h.th +
h895net/tcp/tcp.cskb->h.th =(struct tcp_header *) buff;
h931net/tcp/tcp.cskb->h.seq = sk->send_seq;
h1180net/tcp/tcp.cif (skb->h.th->urg && !skb->urg_used)
h1182net/tcp/tcp.cif (skb->h.th->urg_ptr == 0)
h1184net/tcp/tcp.cskb->h.th->urg_ptr = net16(skb->len);
h1186net/tcp/tcp.camt = min(net16(skb->h.th->urg_ptr),len);
h1188net/tcp/tcp.cmemcpy_tofs (to, (unsigned char *)(skb->h.th) +
h1189net/tcp/tcp.cskb->h.th->doff*4, amt);
h1243net/tcp/tcp.cwhile ( skb == NULL || before (sk->copied_seq+1, skb->h.th->seq) ||
h1321net/tcp/tcp.cbefore (sk->copied_seq+1, sk->rqueue->next->h.th->seq) )
h1351net/tcp/tcp.coffset = sk->copied_seq+1 - skb->h.th->seq;
h1353net/tcp/tcp.cif (skb->h.th->syn) offset --;
h1358net/tcp/tcp.cif (skb->h.th->urg)
h1362net/tcp/tcp.csk->copied_seq += net16(skb->h.th->urg_ptr);
h1363net/tcp/tcp.coffset += net16(skb->h.th->urg_ptr);
h1381net/tcp/tcp.cmemcpy_tofs(to, ((unsigned char *)skb->h.th) +
h1382net/tcp/tcp.cskb->h.th->doff*4 +
h1395net/tcp/tcp.c(!skb->h.th->urg || skb->urg_used) &&
h1401net/tcp/tcp.cif ( skb->h.th->psh || skb->h.th->urg)
h1490net/tcp/tcp.cbuff->h.seq = sk->send_seq;
h1617net/tcp/tcp.cth = skb->h.th;
h1682net/tcp/tcp.cnewsk->acked_seq = skb->h.th->seq+1;
h1683net/tcp/tcp.cnewsk->fin_seq = skb->h.th->seq;
h1684net/tcp/tcp.cnewsk->copied_seq = skb->h.th->seq;
h1694net/tcp/tcp.cnewsk->dummy_th.source = skb->h.th->dest;
h1695net/tcp/tcp.cnewsk->dummy_th.dest = skb->h.th->source;
h1710net/tcp/tcp.cnewsk->acked_seq = skb->h.th->seq+1;
h1711net/tcp/tcp.cnewsk->copied_seq = skb->h.th->seq;
h1713net/tcp/tcp.cif (skb->h.th->doff == 5)
h1719net/tcp/tcp.cptr = (unsigned char *)(skb->h.th + 1);
h1768net/tcp/tcp.cmemcpy (t1, skb->h.th, sizeof (*t1));
h1769net/tcp/tcp.cbuff->h.seq = newsk->send_seq;
h1771net/tcp/tcp.ct1->dest = skb->h.th->source;
h1783net/tcp/tcp.ct1->ack_seq = net32(skb->h.th->seq+1);
h1850net/tcp/tcp.cafter (skb->h.th->seq + skb->len + 1, sk->copied_seq))
h1940net/tcp/tcp.cbuff->h.seq = sk->send_seq;
h1995net/tcp/tcp.cwhile (sk->wfront != NULL && before (sk->wfront->h.seq, sk->window_seq) &&
h2060net/tcp/tcp.cif (after( skb->h.seq, sk->window_seq))
h2143net/tcp/tcp.cif (before (sk->send_head->h.seq, ack+1))
h2223net/tcp/tcp.cif (after (sk->window_seq, sk->wfront->h.seq))
h2311net/tcp/tcp.cth = skb->h.th;
h2331net/tcp/tcp.ctcp_reset (sk->saddr, sk->daddr, skb->h.th,
h2365net/tcp/tcp.cPRINTK (("skb1->h.th->seq = %d\n", skb1->h.th->seq));
h2366net/tcp/tcp.cif (after ( th->seq+1, skb1->h.th->seq))
h2411net/tcp/tcp.cif (skb->h.th->fin)  
h2421net/tcp/tcp.cif (before(skb2->h.th->seq, sk->acked_seq+1))
h2423net/tcp/tcp.cif (after (skb2->h.th->ack_seq, sk->acked_seq))
h2424net/tcp/tcp.csk->acked_seq = skb2->h.th->ack_seq;
h2428net/tcp/tcp.cif (skb2->h.th->fin)  
h2614net/tcp/tcp.cbuff->h.seq = sk->send_seq;
h2756net/tcp/tcp.cbuff->h.seq = sk->send_seq;
h2884net/tcp/tcp.cth = skb->h.th;
h283net/tcp/udp.cskb->h.raw = (unsigned char *)(skb+1);
h285net/tcp/udp.cuh = skb->h.uh;
h586net/tcp/udp.cmemcpy_tofs (to, skb->h.raw + sizeof (struct udp_header), copied);
h592net/tcp/udp.caddr.sin_port = skb->h.uh->source;
h651net/tcp/udp.cuh = (struct udp_header *) 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;