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;
h475net/inet/arp.carp = skb->h.arp;
h161net/inet/datagram.cmemcpy_tofs(to,skb->h.raw+offset,size);
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 -
h371net/inet/icmp.cbuff = skb1->h.raw;
h759net/inet/ip.cskb->h.raw = (unsigned char *) (skb + 1);
h764net/inet/ip.cptr = (unsigned char *) skb->h.raw;
h771net/inet/ip.cskb->h.raw += qp->maclen;
h796net/inet/ip.ciph = skb->h.iph;
h1024net/inet/ip.cskb2->h.raw=(char *)(skb2+1);
h1030net/inet/ip.cmemcpy(skb2->h.raw, raw, hlen);
h1033net/inet/ip.cmemcpy(skb2->h.raw + hlen, ptr, len);
h1036net/inet/ip.cskb2->h.raw+=dev->hard_header_len; 
h1038net/inet/ip.ciph = (struct iphdr *)(skb2->h.raw/*+dev->hard_header_len*/);
h1085net/inet/ip.ciph = skb->h.iph;
h1160net/inet/ip.cskb2->h.raw = ptr;
h1163net/inet/ip.cmemcpy(ptr + dev2->hard_header_len, skb->h.raw, skb->len);
h1185net/inet/ip.cstruct iphdr *iph = skb->h.iph;
h1245net/inet/ip.ciph=skb->h.iph;
h1269net/inet/ip.cskb->h.raw += iph->ihl*4;
h1292net/inet/ip.cskb2->h.raw = (unsigned char *)(
h1294net/inet/ip.c(unsigned long) skb->h.raw -
h361net/inet/skbuff.cnewsk->h.raw+=((char *)newsk-(char *)orig);
h62net/inet/skbuff.h} h;
h292net/inet/tcp.cif (before(counted, skb->h.th->seq))   /* Found a hole so stops here */
h294net/inet/tcp.csum = skb->len -(counted - skb->h.th->seq);  /* Length - header but start from where we are up to (avoid overlaps) */
h295net/inet/tcp.cif (skb->h.th->syn) sum++;
h296net/inet/tcp.cif (skb->h.th->urg) {
h297net/inet/tcp.csum -= ntohs(skb->h.th->urg_ptr);  /* Dont count urg data */
h301net/inet/tcp.cif (skb->h.th->syn) amount--;
h450net/inet/tcp.cif (sk->copied_seq+1 == skb->h.th->seq && skb->h.th->urg) 
h563net/inet/tcp.ctcp_send_check(skb->h.th, sk->saddr, sk->daddr,
h564net/inet/tcp.cskb->len-(unsigned long)skb->h.th +
h567net/inet/tcp.cskb->h.seq = sk->send_seq;
h807net/inet/tcp.cif (skb->len -(unsigned long)skb->h.th +
h901net/inet/tcp.cskb->h.th =(struct tcphdr *) buff;
h930net/inet/tcp.cskb->h.seq = sk->send_seq;
h1185net/inet/tcp.cif (skb->h.th->urg && !skb->urg_used) {
h1186net/inet/tcp.cif (skb->h.th->urg_ptr == 0) {
h1187net/inet/tcp.cskb->h.th->urg_ptr = ntohs(skb->len);
h1189net/inet/tcp.camt = min(ntohs(skb->h.th->urg_ptr),len);
h1193net/inet/tcp.cmemcpy_tofs(to,(unsigned char *)(skb->h.th) +
h1194net/inet/tcp.cskb->h.th->doff*4, amt);
h1254net/inet/tcp.cbefore(sk->copied_seq+1, skb->h.th->seq) || skb->used) {
h1333net/inet/tcp.cbefore(sk->copied_seq+1, sk->rqueue->h.th->seq)) {
h1362net/inet/tcp.coffset = sk->copied_seq+1 - skb->h.th->seq;
h1364net/inet/tcp.cif (skb->h.th->syn) offset--;
h1371net/inet/tcp.cif (skb->h.th->urg) 
h1375net/inet/tcp.csk->copied_seq += ntohs(skb->h.th->urg_ptr);
h1376net/inet/tcp.coffset += ntohs(skb->h.th->urg_ptr);
h1396net/inet/tcp.cmemcpy_tofs(to,((unsigned char *)skb->h.th) +
h1397net/inet/tcp.cskb->h.th->doff*4 + offset, used);
h1412net/inet/tcp.c(!skb->h.th->urg || skb->urg_used) &&
h1420net/inet/tcp.cif (/*skb->h.th->psh || */skb->h.th->urg) 
h1502net/inet/tcp.cbuff->h.seq = sk->send_seq;
h1713net/inet/tcp.cth = skb->h.th;
h1773net/inet/tcp.cnewsk->acked_seq = skb->h.th->seq+1;
h1774net/inet/tcp.cnewsk->fin_seq = skb->h.th->seq;
h1775net/inet/tcp.cnewsk->copied_seq = skb->h.th->seq;
h1785net/inet/tcp.cnewsk->dummy_th.source = skb->h.th->dest;
h1786net/inet/tcp.cnewsk->dummy_th.dest = skb->h.th->source;
h1802net/inet/tcp.cnewsk->acked_seq = skb->h.th->seq + 1;
h1803net/inet/tcp.cnewsk->copied_seq = skb->h.th->seq;
h1806net/inet/tcp.cif (skb->h.th->doff == 5) {
h1809net/inet/tcp.cptr =(unsigned char *)(skb->h.th + 1);
h1818net/inet/tcp.ctcp_options(newsk,skb->h.th);
h1855net/inet/tcp.cmemcpy(t1, skb->h.th, sizeof(*t1));
h1856net/inet/tcp.cbuff->h.seq = newsk->send_seq;
h1859net/inet/tcp.ct1->dest = skb->h.th->source;
h1871net/inet/tcp.ct1->ack_seq = ntohl(skb->h.th->seq+1);
h1928net/inet/tcp.cafter(skb->h.th->seq + skb->len + 1, sk->copied_seq))
h1938net/inet/tcp.cif(skb->len > 0 && after(skb->h.th->seq + skb->len + 1 , sk->copied_seq))
h2016net/inet/tcp.cbuff->h.seq = sk->send_seq;
h2070net/inet/tcp.cbefore(sk->wfront->h.seq, sk->window_seq) &&
h2088net/inet/tcp.cif (before(skb->h.seq, sk->rcv_ack_seq +1)) {
h2111net/inet/tcp.cif (list == NULL || before (skb2->h.seq, list->h.seq)) {
h2118net/inet/tcp.cbefore(skb->h.seq, skb3->link3->h.seq)) {
h2184net/inet/tcp.cif (after(skb->h.seq, sk->window_seq)) {
h2259net/inet/tcp.cafter(sk->send_head->h.seq, sk->send_head->link3->h.seq)) {
h2264net/inet/tcp.cif (before(sk->send_head->h.seq, ack+1)) {
h2272net/inet/tcp.csk->send_head, sk->send_head->h.seq, ack));
h2324net/inet/tcp.cif (after (sk->window_seq, sk->wfront->h.seq) &&
h2407net/inet/tcp.cth = skb->h.th;
h2423net/inet/tcp.ctcp_reset(sk->saddr, sk->daddr, skb->h.th,
h2460net/inet/tcp.cprintk("skb1->h.th->seq = %ld: ", skb1->h.th->seq);
h2461net/inet/tcp.cprintk("skb->h.th->seq = %ld\n",skb->h.th->seq);
h2466net/inet/tcp.cif (after(th->seq+1, skb1->h.th->seq)) {
h2484net/inet/tcp.cif (th->seq==skb1->h.th->seq && skb->len>= skb1->len)
h2493net/inet/tcp.cif (after(th->seq+1, skb1->h.th->seq))
h2525net/inet/tcp.cif (skb->h.th->fin) {
h2533net/inet/tcp.cif (before(skb2->h.th->seq, sk->acked_seq+1)) {
h2534net/inet/tcp.cif (after(skb2->h.th->ack_seq, sk->acked_seq))
h2535net/inet/tcp.csk->acked_seq = skb2->h.th->ack_seq;
h2542net/inet/tcp.cif (skb2->h.th->fin) {
h2827net/inet/tcp.cbuff->h.seq = sk->send_seq;
h2937net/inet/tcp.cth = skb->h.th;
h488net/inet/udp.caddr.sin_port = skb->h.uh->source;
h553net/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;