| tag | line | file | source code | 
| h | 14 | arch/ppc/kernel/mmu.h | unsigned long h:1;  /* Hash algorithm indicator */ | 
| h | 558 | arch/ppc/mm/init.c | int hash, page_index, segment, i, h, _h, api, vsid, perms; | 
| h | 597 | arch/ppc/mm/init.c | if (_pte->v && _pte->vsid == vsid && _pte->h == _h && _pte->api == api) | 
| h | 599 | arch/ppc/mm/init.c | h = _h; | 
| h | 605 | arch/ppc/mm/init.c | h = _h; | 
| h | 618 | arch/ppc/mm/init.c | printk("Map VA: %08X, Slot: %08X[%08X/%08X], H: %d\n", va, slot, slot0, slot1, h); | 
| h | 623 | arch/ppc/mm/init.c | printk("  V: %d, VSID: %05x, H: %d, RPN: %04x, R: %d, C: %d, PP: %x\n", _pte->v, _pte->vsid, _pte->h, _pte->rpn, _pte->r, _pte->c, _pte->pp); | 
| h | 629 | arch/ppc/mm/init.c | printk("  V: %d, VSID: %05x, H: %d, RPN: %04x, R: %d, C: %d, PP: %x\n", _pte->v, _pte->vsid, _pte->h, _pte->rpn, _pte->r, _pte->c, _pte->pp); | 
| h | 648 | arch/ppc/mm/init.c | _printk("Map VA: %08X, Slot: %08X[%08X/%08X], H: %d\n", va, slot, slot0, slot1, h);   | 
| h | 655 | arch/ppc/mm/init.c | slot->h = h; | 
| h | 14 | arch/ppc/mm/mmu.h | unsigned long h:1;  /* Hash algorithm indicator */ | 
| h | 303 | drivers/block/ide.c | unsigned int h, unit; | 
| h | 310 | drivers/block/ide.c | for (h = 0; h < NR_IRQS; ++h) | 
| h | 311 | drivers/block/ide.c | irq_to_hwgroup[h] = NULL; | 
| h | 320 | drivers/block/ide.c | for (h = 0; h < MAX_HWIFS; ++h) { | 
| h | 321 | drivers/block/ide.c | ide_hwif_t *hwif = &ide_hwifs[h]; | 
| h | 323 | drivers/block/ide.c | hwif->index     = h; | 
| h | 324 | drivers/block/ide.c | hwif->noprobe  = (h > 1); | 
| h | 325 | drivers/block/ide.c | hwif->io_base  = default_io_base[h]; | 
| h | 331 | drivers/block/ide.c | hwif->major  = ide_hwif_to_major[h]; | 
| h | 335 | drivers/block/ide.c | hwif->name[3]  = '0' + h; | 
| h | 351 | drivers/block/ide.c | drive->name[2]      = 'a' + (h * MAX_DRIVES) + unit; | 
| h | 1594 | drivers/block/ide.c | unsigned int  h; | 
| h | 1596 | drivers/block/ide.c | for (h = 0; h < MAX_HWIFS; ++h) { | 
| h | 1597 | drivers/block/ide.c | ide_hwif_t  *hwif = &ide_hwifs[h]; | 
| h | 3012 | drivers/block/ide.c | int h; | 
| h | 3023 | drivers/block/ide.c | for (h = 0; h < MAX_HWIFS; ++h) { | 
| h | 3024 | drivers/block/ide.c | ide_hwif_t *hwif = &ide_hwifs[h]; | 
| h | 3032 | drivers/block/ide.c | if (!(hwif->irq = default_irqs[h])) { | 
| h | 3050 | drivers/block/ide.c | for (h = MAX_HWIFS-1; h >= 0; --h) { | 
| h | 3052 | drivers/block/ide.c | ide_hwif_t *hwif = &ide_hwifs[h]; | 
| h | 389 | drivers/block/triton.c | int rc = 0, h; | 
| h | 429 | drivers/block/triton.c | for (h = 0; h < MAX_HWIFS; ++h) { | 
| h | 431 | drivers/block/triton.c | ide_hwif_t *hwif = &ide_hwifs[h]; | 
| h | 444 | drivers/char/consolemap.c | int h; | 
| h | 467 | drivers/char/consolemap.c | (h = p2[ucs & 0x3f]) < MAX_GLYPH ) | 
| h | 468 | drivers/char/consolemap.c | return h; | 
| h | 192 | drivers/net/plip.c | unsigned short h; | 
| h | 537 | drivers/net/plip.c | if (rcv->length.h > dev->mtu + dev->hard_header_len | 
| h | 538 | drivers/net/plip.c | || rcv->length.h < 8) { | 
| h | 539 | drivers/net/plip.c | printk("%s: bogus packet size %d.\n", dev->name, rcv->length.h); | 
| h | 543 | drivers/net/plip.c | rcv->skb = dev_alloc_skb(rcv->length.h); | 
| h | 548 | drivers/net/plip.c | skb_put(rcv->skb,rcv->length.h); | 
| h | 560 | drivers/net/plip.c | while (++rcv->byte < rcv->length.h); | 
| h | 731 | drivers/net/plip.c | while (++snd->byte < snd->length.h); | 
| h | 913 | drivers/net/plip.c | snd->length.h = skb->len; | 
| h | 222 | drivers/net/tunnel.c | iph=skb2->h.iph=(struct iphdr *)skb2->data; | 
| h | 224 | drivers/net/tunnel.c | memcpy(skb2->h.iph, skb->data, ip_header_len ); | 
| h | 666 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *h; | 
| h | 667 | drivers/scsi/53c7,8xx.c | for (h = first_host; h && h->host_no != host; h = h->next); | 
| h | 668 | drivers/scsi/53c7,8xx.c | if (!h) { | 
| h | 671 | drivers/scsi/53c7,8xx.c | } else if (h->hostt != the_template) { | 
| h | 675 | drivers/scsi/53c7,8xx.c | return h; | 
| h | 694 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *h; | 
| h | 701 | drivers/scsi/53c7,8xx.c | if (!(h = find_host (host))) | 
| h | 703 | drivers/scsi/53c7,8xx.c | else if (h->this_id == target) { | 
| h | 708 | drivers/scsi/53c7,8xx.c | else if (target > h->max_id) { | 
| h | 710 | drivers/scsi/53c7,8xx.c | h->max_id); | 
| h | 714 | drivers/scsi/53c7,8xx.c | hostdata = (struct NCR53c7x0_hostdata *)h->hostdata; | 
| h | 742 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *h; | 
| h | 744 | drivers/scsi/53c7,8xx.c | if (!(h = find_host (host))) | 
| h | 746 | drivers/scsi/53c7,8xx.c | hostdata = (struct NCR53c7x0_hostdata *) h->hostdata; | 
| h | 3174 | drivers/scsi/53c7,8xx.c | {DT_help, "?", 0} , TOKEN(h,0), TOKEN(i,0), TOKEN(mp,2),  | 
| h | 118 | drivers/scsi/AM53C974.c | #define INSIDE(x,l,h) ( ((x) >= (l)) && ((x) <= (h)) ) | 
| h | 4769 | drivers/scsi/advansys.c | asc_prt_dvc_var(ASC_DVC_VAR *h) | 
| h | 4771 | drivers/scsi/advansys.c | printk("ASC_DVC_VAR at addr %x\n", (unsigned) h); | 
| h | 4775 | drivers/scsi/advansys.c | h->iop_base, h->err_code, h->dvc_cntl, h->bug_fix_cntl); | 
| h | 4779 | drivers/scsi/advansys.c | h->bus_type, (unsigned) h->isr_callback, (unsigned) h->exe_callback, | 
| h | 4780 | drivers/scsi/advansys.c | (unsigned) h->init_sdtr); | 
| h | 4784 | drivers/scsi/advansys.c | (unsigned) h->sdtr_done, (unsigned) h->use_tagged_qng, | 
| h | 4785 | drivers/scsi/advansys.c | (unsigned) h->unit_not_ready, (unsigned) h->chip_no); | 
| h | 4789 | drivers/scsi/advansys.c | (unsigned) h->queue_full_or_busy, (unsigned) h->start_motor, | 
| h | 4790 | drivers/scsi/advansys.c | (unsigned) h->scsi_reset_wait, (unsigned) h->irq_no); | 
| h | 4794 | drivers/scsi/advansys.c | (unsigned) h->is_in_int, (unsigned) h->max_total_qng, | 
| h | 4795 | drivers/scsi/advansys.c | (unsigned) h->cur_total_qng, (unsigned) h->in_critical_cnt); | 
| h | 4799 | drivers/scsi/advansys.c | (unsigned) h->last_q_shortage, (unsigned) h->init_state, | 
| h | 4800 | drivers/scsi/advansys.c | (unsigned) h->no_scam, (unsigned) h->pci_fix_asyn_xfer); | 
| h | 4804 | drivers/scsi/advansys.c | h->int_count, h->req_count, h->busy_count, (unsigned) h->cfg, | 
| h | 4805 | drivers/scsi/advansys.c | (unsigned) h->saved_ptr2func); | 
| h | 4812 | drivers/scsi/advansys.c | asc_prt_dvc_cfg(ASC_DVC_CFG *h) | 
| h | 4814 | drivers/scsi/advansys.c | printk("ASC_DVC_CFG at addr %x\n", (unsigned) h); | 
| h | 4818 | drivers/scsi/advansys.c | h->can_tagged_qng, h->cmd_qng_enabled, h->disc_enable, h->res); | 
| h | 4822 | drivers/scsi/advansys.c | h->chip_scsi_id, h->isa_dma_speed, h->isa_dma_channel, | 
| h | 4823 | drivers/scsi/advansys.c | h->chip_version); | 
| h | 4827 | drivers/scsi/advansys.c | h->pci_device_id, h->lib_serial_no, h->lib_version, h->mcode_date); | 
| h | 4831 | drivers/scsi/advansys.c | h->mcode_version, (unsigned) h->overrun_buf); | 
| h | 43 | fs/dcache.c | struct hash_list h; | 
| h | 115 | fs/dcache.c | if (de->h.next) { | 
| h | 116 | fs/dcache.c | de->h.next->h.prev = de->h.prev; | 
| h | 117 | fs/dcache.c | de->h.prev->h.next = de->h.next; | 
| h | 118 | fs/dcache.c | de->h.next = NULL; | 
| h | 124 | fs/dcache.c | de->h.next = hash->next; | 
| h | 125 | fs/dcache.c | de->h.prev = (struct dir_cache_entry *) hash; | 
| h | 126 | fs/dcache.c | hash->next->h.prev = de; | 
| h | 137 | fs/dcache.c | for (de = hash->next ; de != (struct dir_cache_entry *) hash ; de = de->h.next) { | 
| h | 58 | fs/inode.c | struct inode_hash_entry *h; | 
| h | 59 | fs/inode.c | h = hash(inode->i_dev, inode->i_ino); | 
| h | 61 | fs/inode.c | inode->i_hash_next = h->inode; | 
| h | 65 | fs/inode.c | h->inode = inode; | 
| h | 70 | fs/inode.c | struct inode_hash_entry *h; | 
| h | 71 | fs/inode.c | h = hash(inode->i_dev, inode->i_ino); | 
| h | 73 | fs/inode.c | if (h->inode == inode) | 
| h | 74 | fs/inode.c | h->inode = inode->i_hash_next; | 
| h | 553 | fs/inode.c | struct inode_hash_entry * h; | 
| h | 559 | fs/inode.c | h = hash(sb->s_dev, nr); | 
| h | 561 | fs/inode.c | for (inode = h->inode; inode ; inode = inode->i_hash_next) | 
| h | 565 | fs/inode.c | h->updating++; | 
| h | 567 | fs/inode.c | if (!--h->updating) | 
| h | 604 | fs/inode.c | while (h->updating) | 
| h | 492 | fs/ncpfs/sock.c | struct ncp_request_header *h | 
| h | 504 | fs/ncpfs/sock.c | *(__u16 *)&(h->data[0]) = request_size - 2; | 
| h | 507 | fs/ncpfs/sock.c | h->type = NCP_REQUEST; | 
| h | 510 | fs/ncpfs/sock.c | h->sequence  = server->sequence; | 
| h | 511 | fs/ncpfs/sock.c | h->conn_low  = (server->connection) & 0xff; | 
| h | 512 | fs/ncpfs/sock.c | h->conn_high = ((server->connection) & 0xff00) >> 8; | 
| h | 513 | fs/ncpfs/sock.c | h->task      = (current->pid) & 0xff; | 
| h | 514 | fs/ncpfs/sock.c | h->function  = function; | 
| h | 516 | fs/ncpfs/sock.c | if ((result = ncp_do_request(server, request_size + sizeof(*h))) < 0) | 
| h | 539 | fs/ncpfs/sock.c | struct ncp_request_header *h | 
| h | 543 | fs/ncpfs/sock.c | h->type = NCP_ALLOC_SLOT_REQUEST; | 
| h | 546 | fs/ncpfs/sock.c | h->sequence  = server->sequence; | 
| h | 547 | fs/ncpfs/sock.c | h->conn_low  = 0xff; | 
| h | 548 | fs/ncpfs/sock.c | h->conn_high = 0xff; | 
| h | 549 | fs/ncpfs/sock.c | h->task      = (current->pid) & 0xff; | 
| h | 550 | fs/ncpfs/sock.c | h->function  = 0; | 
| h | 552 | fs/ncpfs/sock.c | if ((result = ncp_do_request(server, sizeof(*h))) < 0) | 
| h | 558 | fs/ncpfs/sock.c | server->connection = h->conn_low + (h->conn_high * 256); | 
| h | 565 | fs/ncpfs/sock.c | struct ncp_request_header *h | 
| h | 568 | fs/ncpfs/sock.c | h->type = NCP_DEALLOC_SLOT_REQUEST; | 
| h | 571 | fs/ncpfs/sock.c | h->sequence  = server->sequence; | 
| h | 572 | fs/ncpfs/sock.c | h->conn_low  = (server->connection) & 0xff; | 
| h | 573 | fs/ncpfs/sock.c | h->conn_high = ((server->connection) & 0xff00) >> 8; | 
| h | 574 | fs/ncpfs/sock.c | h->task      = (current->pid) & 0xff; | 
| h | 575 | fs/ncpfs/sock.c | h->function  = 0; | 
| h | 577 | fs/ncpfs/sock.c | return ncp_do_request(server, sizeof(*h)); | 
| h | 209 | fs/nfs/nfsroot.c | struct arphdr *rarp = (struct arphdr *)skb->h.raw; | 
| h | 319 | include/asm-alpha/lca.h | struct el_common  h;    /* common logout header */ | 
| h | 329 | include/asm-alpha/lca.h | struct el_common  h;    /* common logout header */ | 
| h | 178 | include/asm-mips/io.h | __IN(unsigned short,h,w) | 
| h | 182 | include/asm-mips/io.h | __OUT(h,w) | 
| h | 186 | include/asm-mips/io.h | __INS(h,w,2) | 
| h | 190 | include/asm-mips/io.h | __OUTS(h,w,2) | 
| h | 14 | include/asm-ppc/mmu.h | unsigned long h:1;  /* Hash algorithm indicator */ | 
| h | 45 | include/asm-ppc/string.h | register const char *h = begin; | 
| h | 48 | include/asm-ppc/string.h | if (*h != *n) | 
| h | 50 | include/asm-ppc/string.h | while (--n >= needle && --h >= haystack); | 
| h | 52 | include/asm-ppc/string.h | return (char *) h; | 
| h | 68 | include/linux/skbuff.h | } h; | 
| h | 286 | lib/inflate.c | int h;                        /* table level */ | 
| h | 371 | lib/inflate.c | h = -1;                       /* no tables yet--level -1 */ | 
| h | 391 | lib/inflate.c | h++; | 
| h | 415 | lib/inflate.c | if (h) | 
| h | 423 | lib/inflate.c | u[h] = ++q;             /* table starts after link */ | 
| h | 427 | lib/inflate.c | if (h) | 
| h | 429 | lib/inflate.c | x[h] = i;             /* save pattern for backing up */ | 
| h | 434 | lib/inflate.c | u[h-1][j] = r;        /* connect to last table */ | 
| h | 468 | lib/inflate.c | while ((i & ((1 << w) - 1)) != x[h]) | 
| h | 470 | lib/inflate.c | h--;                    /* don't need to update q */ | 
| h | 956 | lib/inflate.c | unsigned h;           /* maximum struct huft's malloc'ed */ | 
| h | 966 | lib/inflate.c | h = 0; | 
| h | 975 | lib/inflate.c | if (hufts > h) | 
| h | 976 | lib/inflate.c | h = hufts; | 
| h | 993 | lib/inflate.c | fprintf(stderr, "<%u> ", h); | 
| h | 526 | mm/mmap.c | int h, hl, hr; | 
| h | 532 | mm/mmap.c | h = tree->vm_avl_height; | 
| h | 535 | mm/mmap.c | if ((h == hl+1) && (hr <= hl) && (hl <= hr+1)) | 
| h | 537 | mm/mmap.c | if ((h == hr+1) && (hl <= hr) && (hr <= hl+1)) | 
| h | 34 | net/802/p8022.c | proto = find_8022_client(*(skb->h.raw)); | 
| h | 36 | net/802/p8022.c | skb->h.raw += 3; | 
| h | 53 | net/802/psnap.c | proto = find_snap_client(skb->h.raw); | 
| h | 60 | net/802/psnap.c | skb->h.raw += 5; | 
| h | 599 | net/appletalk/aarp.c | struct elapaarp *ea=(struct elapaarp *)skb->h.raw; | 
| h | 1366 | net/appletalk/ddp.c | struct ddpehdr *ddp=(void *)skb->h.raw; | 
| h | 1677 | net/appletalk/ddp.c | skb->h.raw = skb->data + ddp_dl->header_length + dev->hard_header_len; | 
| h | 1721 | net/appletalk/ddp.c | ddp = (struct ddpehdr *)(skb->h.raw); | 
| h | 1450 | net/ax25/af_ax25.c | skb->h.raw = skb->data; | 
| h | 1454 | net/ax25/af_ax25.c | if(call_in_firewall(PF_AX25, skb, skb->h.raw)!=FW_ACCEPT) | 
| h | 1545 | net/ax25/af_ax25.c | skb->h.raw = skb->data + 2;    /* skip control and pid */ | 
| h | 1904 | net/ax25/af_ax25.c | skb->h.raw = asmptr; | 
| h | 1947 | net/ax25/af_ax25.c | length = skb->len + (skb->data - skb->h.raw); | 
| h | 1952 | net/ax25/af_ax25.c | skb->h.raw = skb->data; | 
| h | 92 | net/ax25/ax25_in.c | skbn->h.raw = skbn->data; | 
| h | 95 | net/ax25/ax25_in.c | hdrlen = skbo->data - skbo->h.raw; | 
| h | 153 | net/ax25/ax25_in.c | skb->h.raw = skb->data; | 
| h | 168 | net/core/datagram.c | memcpy_tofs(to,skb->h.raw+offset,size); | 
| h | 178 | net/core/datagram.c | memcpy_toiovec(to,skb->h.raw+offset,size); | 
| h | 419 | net/core/dev.c | skb2->h.raw = skb2->data + dev->hard_header_len; | 
| h | 602 | net/core/dev.c | skb->h.raw = skb->data; | 
| h | 696 | net/core/skbuff.c | n->h.raw=skb->h.raw+offset; | 
| h | 780 | net/ipv4/arp.c | struct arphdr *arp = (struct arphdr *)skb->h.raw; | 
| h | 640 | net/ipv4/icmp.c | struct icmphdr *icmph=(void *)skb->h.raw; | 
| h | 445 | net/ipv4/igmp.c | ih=(struct igmphdr *)skb->h.raw; | 
| h | 447 | net/ipv4/igmp.c | if(skb->len <sizeof(struct igmphdr) || skb->ip_hdr->ttl>1 || ip_compute_csum((void *)skb->h.raw,sizeof(struct igmphdr))) | 
| h | 112 | net/ipv4/ip_forward.c | fw_res=call_fw_firewall(PF_INET, skb, skb->h.iph); | 
| h | 136 | net/ipv4/ip_forward.c | iph = skb->h.iph; | 
| h | 301 | net/ipv4/ip_forward.c | skb2->h.raw = ptr; | 
| h | 306 | net/ipv4/ip_forward.c | memcpy(ptr, skb->h.raw, skb->len); | 
| h | 308 | net/ipv4/ip_forward.c | iph = skb2->ip_hdr = skb2->h.iph; | 
| h | 364 | net/ipv4/ip_fragment.c | skb->h.raw = skb->data; | 
| h | 368 | net/ipv4/ip_fragment.c | ptr = (unsigned char *) skb->h.raw; | 
| h | 395 | net/ipv4/ip_fragment.c | iph = skb->h.iph; | 
| h | 727 | net/ipv4/ip_fragment.c | skb2->h.raw=(char *) skb2->data; | 
| h | 747 | net/ipv4/ip_fragment.c | memcpy(skb2->h.raw, raw, hlen); | 
| h | 752 | net/ipv4/ip_fragment.c | memcpy(skb2->h.raw + hlen, ptr, len); | 
| h | 755 | net/ipv4/ip_fragment.c | skb2->h.raw+=dev->hard_header_len; | 
| h | 760 | net/ipv4/ip_fragment.c | iph = (struct iphdr *)(skb2->h.raw/*+dev->hard_header_len*/); | 
| h | 605 | net/ipv4/ip_fw.c | struct iphdr *iph = skb->h.iph; | 
| h | 644 | net/ipv4/ip_fw.c | while (skb->len - ((unsigned char *)data - skb->h.raw) > 18) | 
| h | 754 | net/ipv4/ip_fw.c | skb2->h.raw = skb2->data + (skb->h.raw - skb->data); | 
| h | 755 | net/ipv4/ip_fw.c | iph=skb2->h.iph; | 
| h | 802 | net/ipv4/ip_fw.c | struct iphdr  *iph = skb->h.iph; | 
| h | 862 | net/ipv4/ip_fw.c | size = skb->len - ((unsigned char *)portptr - skb->h.raw); | 
| h | 882 | net/ipv4/ip_fw.c | iph = skb->h.iph; | 
| h | 884 | net/ipv4/ip_fw.c | size = skb->len - ((unsigned char *)portptr-skb->h.raw); | 
| h | 919 | net/ipv4/ip_fw.c | struct iphdr  *iph = skb_ptr->h.iph; | 
| h | 922 | net/ipv4/ip_fw.c | struct tcphdr   *th = (struct tcphdr *)(skb_ptr->h.raw+(iph->ihl<<2)); | 
| h | 957 | net/ipv4/ip_fw.c | int size = skb_ptr->len - ((unsigned char *)portptr - skb_ptr->h.raw); | 
| h | 200 | net/ipv4/ip_input.c | struct iphdr *iph = skb->h.iph; | 
| h | 428 | net/ipv4/ip_input.c | struct iphdr *iph=skb->h.iph; | 
| h | 446 | net/ipv4/ip_input.c | iph=skb->h.iph; | 
| h | 454 | net/ipv4/ip_input.c | skb->h.raw += iph->ihl*4; | 
| h | 74 | net/ipv4/ipip.c | skb->h.iph=(struct iphdr *)skb->data; | 
| h | 268 | net/ipv4/ipmr.c | skb->h.iph=skb->ip_hdr; | 
| h | 714 | net/ipv4/ipmr.c | skb->raddr=skb->h.iph->daddr; | 
| h | 125 | net/ipv4/raw.c | skb->h.raw = (unsigned char *) skb->ip_hdr; | 
| h | 633 | net/ipv4/tcp.c | if (skb->h.th->syn) | 
| h | 638 | net/ipv4/tcp.c | if (skb->h.th->syn)  | 
| h | 658 | net/ipv4/tcp.c | if (skb->h.th->urg) | 
| h | 660 | net/ipv4/tcp.c | if (amount && skb->h.th->psh) break; | 
| h | 1022 | net/ipv4/tcp.c | tcp_size = skb->tail - (unsigned char *)(skb->h.th + 1); | 
| h | 1163 | net/ipv4/tcp.c | skb->h.th =(struct tcphdr *)skb_put(skb,sizeof(struct tcphdr)); | 
| h | 1164 | net/ipv4/tcp.c | tmp = tcp_build_header(skb->h.th, sk, seglen-copy); | 
| h | 1176 | net/ipv4/tcp.c | skb->h.th->urg = 1; | 
| h | 1177 | net/ipv4/tcp.c | skb->h.th->urg_ptr = ntohs(copy); | 
| h | 1512 | net/ipv4/tcp.c | if (skb->h.th->syn) | 
| h | 1516 | net/ipv4/tcp.c | if (skb->h.th->fin) | 
| h | 1623 | net/ipv4/tcp.c | memcpy_toiovec(msg->msg_iov,((unsigned char *)skb->h.th) + | 
| h | 1624 | net/ipv4/tcp.c | skb->h.th->doff*4 + offset, used); | 
| h | 1645 | net/ipv4/tcp.c | if (skb->h.th->fin) | 
| h | 320 | net/ipv4/tcp_input.c | th = skb->h.th; | 
| h | 440 | net/ipv4/tcp_input.c | newsk->dummy_th.source = skb->h.th->dest; | 
| h | 441 | net/ipv4/tcp_input.c | newsk->dummy_th.dest = skb->h.th->source; | 
| h | 510 | net/ipv4/tcp_input.c | tcp_options(newsk,skb->h.th); | 
| h | 1198 | net/ipv4/tcp_input.c | th = skb->h.th; | 
| h | 1262 | net/ipv4/tcp_input.c | tcp_send_reset(sk->saddr, sk->daddr, skb->h.th, | 
| h | 1378 | net/ipv4/tcp_input.c | if (skb->h.th->fin)  | 
| h | 1380 | net/ipv4/tcp_input.c | tcp_fin(skb,sk,skb->h.th); | 
| h | 1397 | net/ipv4/tcp_input.c | if (skb2->h.th->fin)  | 
| h | 1399 | net/ipv4/tcp_input.c | tcp_fin(skb,sk,skb->h.th); | 
| h | 1588 | net/ipv4/tcp_input.c | th = skb->h.th; | 
| h | 1599 | net/ipv4/tcp_input.c | skb_pull(skb, skb->h.raw-skb->data); | 
| h | 34 | net/ipv4/tcp_output.c | struct tcphdr * th = skb->h.th; | 
| h | 715 | net/ipv4/tcp_output.c | memcpy(t1, skb->h.th, sizeof(*t1)); | 
| h | 721 | net/ipv4/tcp_output.c | t1->dest = skb->h.th->source; | 
| h | 538 | net/ipv4/udp.c | sin->sin_port = skb->h.uh->source; | 
| h | 610 | net/ipv4/udp.c | uh = (struct udphdr *) skb->h.uh; | 
| h | 371 | net/ipx/af_ipx.c | ipx_packet  *ipx = (ipx_packet *)(skb->h.raw); | 
| h | 435 | net/ipx/af_ipx.c | ipx_packet  *ipx = (ipx_packet *)(skb->h.raw); | 
| h | 534 | net/ipx/af_ipx.c | int  in_offset = skb->h.raw - skb->head; | 
| h | 549 | net/ipx/af_ipx.c | skb2->h.raw=skb_put(skb2,skb->len); | 
| h | 552 | net/ipx/af_ipx.c | memcpy(skb2->h.raw, skb->h.raw, skb->len); | 
| h | 560 | net/ipx/af_ipx.c | ipx_packet  *ipx = (ipx_packet *)(skb->h.raw); | 
| h | 671 | net/ipx/af_ipx.c | dump_pkt("IPX snd:", (ipx_packet *)skb->h.raw); | 
| h | 672 | net/ipx/af_ipx.c | dump_data("ETH hdr:", skb->data, skb->h.raw - skb->data); | 
| h | 696 | net/ipx/af_ipx.c | ipx_packet  *ipx = (ipx_packet *) (skb->h.raw); | 
| h | 1200 | net/ipx/af_ipx.c | skb->h.raw = (unsigned char *)ipx; | 
| h | 1240 | net/ipx/af_ipx.c | ipx_packet  *ipx = (ipx_packet *) (skb->h.raw); | 
| h | 1929 | net/ipx/af_ipx.c | ipx=(ipx_packet *)skb->h.raw; | 
| h | 2040 | net/ipx/af_ipx.c | ipx = (ipx_packet *)(skb->h.raw); | 
| h | 922 | net/netrom/af_netrom.c | skb->h.raw = skb->data; | 
| h | 934 | net/netrom/af_netrom.c | skb->h.raw = skb->data; | 
| h | 1090 | net/netrom/af_netrom.c | skb->h.raw = skb_put(skb, len); | 
| h | 1092 | net/netrom/af_netrom.c | asmptr = skb->h.raw; | 
| h | 1142 | net/netrom/af_netrom.c | skb->h.raw = skb->data; | 
| h | 70 | net/netrom/nr_dev.c | skb->h.raw = skb->data; | 
| h | 74 | net/netrom/nr_in.c | skbn->h.raw = skbn->data; | 
| h | 822 | net/unix/af_unix.c | skb->h.filp = filp; | 
| h | 951 | net/unix/af_unix.c | if ((filp = skb->h.filp) != NULL) { | 
| h | 952 | net/unix/af_unix.c | skb->h.filp = NULL; |