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 | 1648 | drivers/block/ide.c | unsigned int h; |
h | 1650 | drivers/block/ide.c | for (h = 0; h < MAX_HWIFS; ++h) { |
h | 1651 | drivers/block/ide.c | ide_hwif_t *hwif = &ide_hwifs[h]; |
h | 3141 | drivers/block/ide.c | static int hwif_init (int h) |
h | 3143 | drivers/block/ide.c | ide_hwif_t *hwif = &ide_hwifs[h]; |
h | 3156 | drivers/block/ide.c | if (!(hwif->irq = default_irqs[h])) { |
h | 380 | drivers/block/triton.c | int rc = 0, h; |
h | 432 | drivers/block/triton.c | for (h = 0; h < MAX_HWIFS; ++h) { |
h | 434 | 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 | 235 | drivers/net/new_tunnel.c | skb->h.iph = (struct iphdr *) skb_push(skb, tunnel_hlen); |
h | 266 | drivers/net/new_tunnel.c | new_skb->h.iph = (struct iphdr *) skb_push(new_skb, tunnel_hlen); |
h | 277 | drivers/net/new_tunnel.c | iph = skb->h.iph; |
h | 289 | drivers/net/new_tunnel.c | skb->ip_hdr = skb->h.iph; |
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 | 186 | drivers/net/strip.c | STRIP_Header h; |
h | 677 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *h; |
h | 678 | drivers/scsi/53c7,8xx.c | for (h = first_host; h && h->host_no != host; h = h->next); |
h | 679 | drivers/scsi/53c7,8xx.c | if (!h) { |
h | 682 | drivers/scsi/53c7,8xx.c | } else if (h->hostt != the_template) { |
h | 686 | drivers/scsi/53c7,8xx.c | return h; |
h | 705 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *h; |
h | 712 | drivers/scsi/53c7,8xx.c | if (!(h = find_host (host))) |
h | 714 | drivers/scsi/53c7,8xx.c | else if (h->this_id == target) { |
h | 719 | drivers/scsi/53c7,8xx.c | else if (target > h->max_id) { |
h | 721 | drivers/scsi/53c7,8xx.c | h->max_id); |
h | 725 | drivers/scsi/53c7,8xx.c | hostdata = (struct NCR53c7x0_hostdata *)h->hostdata; |
h | 753 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *h; |
h | 755 | drivers/scsi/53c7,8xx.c | if (!(h = find_host (host))) |
h | 757 | drivers/scsi/53c7,8xx.c | hostdata = (struct NCR53c7x0_hostdata *) h->hostdata; |
h | 3187 | 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 | 4798 | drivers/scsi/advansys.c | asc_prt_dvc_var(ASC_DVC_VAR *h) |
h | 4800 | drivers/scsi/advansys.c | printk("ASC_DVC_VAR at addr %x\n", (unsigned) h); |
h | 4804 | drivers/scsi/advansys.c | h->iop_base, h->err_code, h->dvc_cntl, h->bug_fix_cntl); |
h | 4808 | drivers/scsi/advansys.c | h->bus_type, (unsigned) h->isr_callback, (unsigned) h->exe_callback, |
h | 4809 | drivers/scsi/advansys.c | (unsigned) h->init_sdtr); |
h | 4813 | drivers/scsi/advansys.c | (unsigned) h->sdtr_done, (unsigned) h->use_tagged_qng, |
h | 4814 | drivers/scsi/advansys.c | (unsigned) h->unit_not_ready, (unsigned) h->chip_no); |
h | 4818 | drivers/scsi/advansys.c | (unsigned) h->queue_full_or_busy, (unsigned) h->start_motor, |
h | 4819 | drivers/scsi/advansys.c | (unsigned) h->scsi_reset_wait, (unsigned) h->irq_no); |
h | 4823 | drivers/scsi/advansys.c | (unsigned) h->is_in_int, (unsigned) h->max_total_qng, |
h | 4824 | drivers/scsi/advansys.c | (unsigned) h->cur_total_qng, (unsigned) h->in_critical_cnt); |
h | 4828 | drivers/scsi/advansys.c | (unsigned) h->last_q_shortage, (unsigned) h->init_state, |
h | 4829 | drivers/scsi/advansys.c | (unsigned) h->no_scam, (unsigned) h->pci_fix_asyn_xfer); |
h | 4833 | drivers/scsi/advansys.c | h->int_count, h->req_count, h->busy_count, (unsigned) h->cfg, |
h | 4834 | drivers/scsi/advansys.c | (unsigned) h->saved_ptr2func); |
h | 4841 | drivers/scsi/advansys.c | asc_prt_dvc_cfg(ASC_DVC_CFG *h) |
h | 4843 | drivers/scsi/advansys.c | printk("ASC_DVC_CFG at addr %x\n", (unsigned) h); |
h | 4847 | drivers/scsi/advansys.c | h->can_tagged_qng, h->cmd_qng_enabled, h->disc_enable, h->res); |
h | 4851 | drivers/scsi/advansys.c | h->chip_scsi_id, h->isa_dma_speed, h->isa_dma_channel, |
h | 4852 | drivers/scsi/advansys.c | h->chip_version); |
h | 4856 | drivers/scsi/advansys.c | h->pci_device_id, h->lib_serial_no, h->lib_version, h->mcode_date); |
h | 4860 | drivers/scsi/advansys.c | h->mcode_version, (unsigned) h->overrun_buf); |
h | 259 | drivers/scsi/ppa.c | { char r, l, h, v; |
h | 291 | drivers/scsi/ppa.c | out_p(2,0x4); h = in_p(1); |
h | 293 | drivers/scsi/ppa.c | v = ((l >> 4) & 0x0f) + (h & 0xf0); |
h | 313 | drivers/scsi/ppa.c | h = in_p(1); |
h | 317 | drivers/scsi/ppa.c | r = ((l >> 4) & 0x0f) + (h & 0xf0); |
h | 41 | fs/dcache.c | struct hash_list h; |
h | 122 | fs/dcache.c | struct dir_cache_entry * next = de->h.next; |
h | 125 | fs/dcache.c | struct dir_cache_entry * prev = de->h.prev; |
h | 126 | fs/dcache.c | next->h.prev = prev; |
h | 127 | fs/dcache.c | prev->h.next = next; |
h | 128 | fs/dcache.c | de->h.next = NULL; |
h | 135 | fs/dcache.c | de->h.next = next; |
h | 136 | fs/dcache.c | de->h.prev = (struct dir_cache_entry *) hash; |
h | 137 | fs/dcache.c | next->h.prev = de; |
h | 148 | fs/dcache.c | for (de = hash->next ; de != (struct dir_cache_entry *) hash ; de = de->h.next) { |
h | 77 | fs/inode.c | struct inode_hash_entry *h; |
h | 78 | fs/inode.c | h = hash(inode->i_dev, inode->i_ino); |
h | 80 | fs/inode.c | inode->i_hash_next = h->inode; |
h | 84 | fs/inode.c | h->inode = inode; |
h | 89 | fs/inode.c | struct inode_hash_entry *h; |
h | 90 | fs/inode.c | h = hash(inode->i_dev, inode->i_ino); |
h | 92 | fs/inode.c | if (h->inode == inode) |
h | 93 | fs/inode.c | h->inode = inode->i_hash_next; |
h | 573 | fs/inode.c | struct inode_hash_entry * h; |
h | 579 | fs/inode.c | h = hash(sb->s_dev, nr); |
h | 581 | fs/inode.c | for (inode = h->inode; inode ; inode = inode->i_hash_next) |
h | 592 | fs/inode.c | h->updating++; |
h | 594 | fs/inode.c | if (!--h->updating) |
h | 631 | fs/inode.c | while (h->updating) |
h | 582 | fs/ncpfs/sock.c | struct ncp_request_header *h |
h | 594 | fs/ncpfs/sock.c | *(__u16 *)&(h->data[0]) = request_size - 2; |
h | 597 | fs/ncpfs/sock.c | h->type = NCP_REQUEST; |
h | 600 | fs/ncpfs/sock.c | h->sequence = server->sequence; |
h | 601 | fs/ncpfs/sock.c | h->conn_low = (server->connection) & 0xff; |
h | 602 | fs/ncpfs/sock.c | h->conn_high = ((server->connection) & 0xff00) >> 8; |
h | 603 | fs/ncpfs/sock.c | h->task = (current->pid) & 0xff; |
h | 604 | fs/ncpfs/sock.c | h->function = function; |
h | 606 | fs/ncpfs/sock.c | if ((result = ncp_do_request(server, request_size + sizeof(*h))) < 0) |
h | 629 | fs/ncpfs/sock.c | struct ncp_request_header *h |
h | 633 | fs/ncpfs/sock.c | h->type = NCP_ALLOC_SLOT_REQUEST; |
h | 636 | fs/ncpfs/sock.c | h->sequence = server->sequence; |
h | 637 | fs/ncpfs/sock.c | h->conn_low = 0xff; |
h | 638 | fs/ncpfs/sock.c | h->conn_high = 0xff; |
h | 639 | fs/ncpfs/sock.c | h->task = (current->pid) & 0xff; |
h | 640 | fs/ncpfs/sock.c | h->function = 0; |
h | 642 | fs/ncpfs/sock.c | if ((result = ncp_do_request(server, sizeof(*h))) < 0) |
h | 648 | fs/ncpfs/sock.c | server->connection = h->conn_low + (h->conn_high * 256); |
h | 655 | fs/ncpfs/sock.c | struct ncp_request_header *h |
h | 658 | fs/ncpfs/sock.c | h->type = NCP_DEALLOC_SLOT_REQUEST; |
h | 661 | fs/ncpfs/sock.c | h->sequence = server->sequence; |
h | 662 | fs/ncpfs/sock.c | h->conn_low = (server->connection) & 0xff; |
h | 663 | fs/ncpfs/sock.c | h->conn_high = ((server->connection) & 0xff00) >> 8; |
h | 664 | fs/ncpfs/sock.c | h->task = (current->pid) & 0xff; |
h | 665 | fs/ncpfs/sock.c | h->function = 0; |
h | 667 | fs/ncpfs/sock.c | return ncp_do_request(server, sizeof(*h)); |
h | 278 | 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 | 512 | mm/mmap.c | int h, hl, hr; |
h | 518 | mm/mmap.c | h = tree->vm_avl_height; |
h | 521 | mm/mmap.c | if ((h == hl+1) && (hr <= hl) && (hl <= hr+1)) |
h | 523 | mm/mmap.c | if ((h == hr+1) && (hl <= hr) && (hr <= hl+1)) |
h | 36 | net/802/p8022.c | proto = find_8022_client(*(skb->h.raw)); |
h | 38 | net/802/p8022.c | skb->h.raw += 3; |
h | 38 | net/802/p8022tr.c | proto = find_8022tr_client(*(skb->h.raw)); |
h | 40 | net/802/p8022tr.c | skb->h.raw += 3; |
h | 54 | net/802/psnap.c | proto = find_snap_client(skb->h.raw); |
h | 61 | net/802/psnap.c | skb->h.raw += 5; |
h | 641 | net/appletalk/aarp.c | struct elapaarp *ea=(struct elapaarp *)skb->h.raw; |
h | 1420 | net/appletalk/ddp.c | struct ddpehdr *ddp=(void *)skb->h.raw; |
h | 1643 | net/appletalk/ddp.c | skb->h.raw = skb->data; |
h | 1809 | net/appletalk/ddp.c | skb->h.raw = skb->data + ddp_dl->header_length + dev->hard_header_len; |
h | 1853 | net/appletalk/ddp.c | ddp = (struct ddpehdr *)(skb->h.raw); |
h | 1617 | net/ax25/af_ax25.c | skb->h.raw = skb->data; |
h | 1620 | net/ax25/af_ax25.c | if (call_in_firewall(PF_AX25, skb, skb->h.raw) != FW_ACCEPT) { |
h | 1709 | net/ax25/af_ax25.c | skb->h.raw = skb->data + 2; /* skip control and pid */ |
h | 2076 | net/ax25/af_ax25.c | skb->h.raw = asmptr; |
h | 2119 | net/ax25/af_ax25.c | length = skb->len + (skb->data - skb->h.raw); |
h | 2124 | net/ax25/af_ax25.c | skb->h.raw = skb->data; |
h | 104 | net/ax25/ax25_in.c | hdrlen = skbo->data - skbo->h.raw - 2; /* skip PID & fragno */ |
h | 183 | net/ax25/ax25_in.c | skb->h.raw = skb->data; |
h | 161 | net/core/datagram.c | memcpy_tofs(to,skb->h.raw+offset,size); |
h | 171 | net/core/datagram.c | memcpy_toiovec(to,skb->h.raw+offset,size); |
h | 428 | net/core/dev.c | skb2->h.raw = skb2->data + dev->hard_header_len; |
h | 594 | net/core/dev.c | skb->h.raw = skb->data; |
h | 820 | net/core/skbuff.c | n->h.raw=skb->h.raw+offset; |
h | 969 | net/ipv4/arp.c | struct arphdr *arp = (struct arphdr *)skb->h.raw; |
h | 652 | net/ipv4/icmp.c | struct icmphdr *icmph=(void *)skb->h.raw; |
h | 448 | net/ipv4/igmp.c | ih=(struct igmphdr *)skb->h.raw; |
h | 450 | 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 | 115 | net/ipv4/ip_forward.c | fw_res=call_fw_firewall(PF_INET, skb, skb->h.iph); |
h | 139 | net/ipv4/ip_forward.c | iph = skb->h.iph; |
h | 308 | net/ipv4/ip_forward.c | skb2->h.raw = ptr; |
h | 313 | net/ipv4/ip_forward.c | memcpy(ptr, skb->h.raw, skb->len); |
h | 315 | net/ipv4/ip_forward.c | iph = skb2->ip_hdr = skb2->h.iph; |
h | 352 | net/ipv4/ip_fragment.c | skb->h.raw = skb->data; |
h | 356 | net/ipv4/ip_fragment.c | ptr = (unsigned char *) skb->h.raw; |
h | 383 | net/ipv4/ip_fragment.c | iph = skb->h.iph; |
h | 714 | net/ipv4/ip_fragment.c | skb2->h.raw=(char *) skb2->data; |
h | 731 | net/ipv4/ip_fragment.c | memcpy(skb2->h.raw, raw, hlen); |
h | 736 | net/ipv4/ip_fragment.c | memcpy(skb2->h.raw + hlen, ptr, len); |
h | 739 | net/ipv4/ip_fragment.c | skb2->h.raw+=dev->hard_header_len; |
h | 744 | net/ipv4/ip_fragment.c | iph = (struct iphdr *)(skb2->h.raw/*+dev->hard_header_len*/); |
h | 203 | net/ipv4/ip_input.c | struct iphdr *iph = skb->h.iph; |
h | 431 | net/ipv4/ip_input.c | struct iphdr *iph=skb->h.iph; |
h | 449 | net/ipv4/ip_input.c | iph=skb->h.iph; |
h | 457 | net/ipv4/ip_input.c | skb->h.raw += iph->ihl*4; |
h | 400 | net/ipv4/ip_masq.c | struct iphdr *iph = skb->h.iph; |
h | 447 | net/ipv4/ip_masq.c | size = skb->len - ((unsigned char *)portptr - skb->h.raw); |
h | 464 | net/ipv4/ip_masq.c | iph = skb->h.iph; |
h | 466 | net/ipv4/ip_masq.c | size = skb->len - ((unsigned char *)portptr-skb->h.raw); |
h | 516 | net/ipv4/ip_masq.c | struct iphdr *iph = skb->h.iph; |
h | 564 | net/ipv4/ip_masq.c | size = skb->len - ((unsigned char *)portptr - skb->h.raw); |
h | 580 | net/ipv4/ip_masq.c | iph = skb->h.iph; |
h | 582 | net/ipv4/ip_masq.c | size = skb->len - ((unsigned char *)portptr-skb->h.raw); |
h | 328 | net/ipv4/ip_masq_app.c | iph = (*skb_p)->h.iph; |
h | 391 | net/ipv4/ip_masq_app.c | iph = (*skb_p)->h.iph; |
h | 512 | net/ipv4/ip_masq_app.c | n_skb->h.raw = n_skb->data + (skb->h.raw - skb->data); |
h | 564 | net/ipv4/ip_masq_app.c | iph = n_skb->h.iph; |
h | 66 | net/ipv4/ip_masq_ftp.c | iph = skb->h.iph; |
h | 70 | net/ipv4/ip_masq_ftp.c | data_limit = skb->h.raw + skb->len - 18; |
h | 68 | net/ipv4/ip_masq_irc.c | iph = skb->h.iph; |
h | 84 | net/ipv4/ip_masq_irc.c | data_limit = skb->h.raw + skb->len; |
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 | 632 | net/ipv4/tcp.c | if (skb->h.th->syn) |
h | 637 | net/ipv4/tcp.c | if (skb->h.th->syn) |
h | 657 | net/ipv4/tcp.c | if (skb->h.th->urg) |
h | 659 | net/ipv4/tcp.c | if (amount && skb->h.th->psh) break; |
h | 1001 | net/ipv4/tcp.c | tcp_size = skb->tail - (unsigned char *)(skb->h.th + 1); |
h | 1113 | net/ipv4/tcp.c | skb->h.th =(struct tcphdr *)skb_put(skb,sizeof(struct tcphdr)); |
h | 1114 | net/ipv4/tcp.c | tmp = tcp_build_header(skb->h.th, sk, seglen-copy); |
h | 1125 | net/ipv4/tcp.c | skb->h.th->urg = 1; |
h | 1126 | net/ipv4/tcp.c | skb->h.th->urg_ptr = ntohs(copy); |
h | 1466 | net/ipv4/tcp.c | if (skb->h.th->syn) |
h | 1470 | net/ipv4/tcp.c | if (skb->h.th->fin) |
h | 1571 | net/ipv4/tcp.c | memcpy_toiovec(msg->msg_iov,((unsigned char *)skb->h.th) + |
h | 1572 | net/ipv4/tcp.c | skb->h.th->doff*4 + offset, used); |
h | 1593 | net/ipv4/tcp.c | if (skb->h.th->fin) |
h | 324 | net/ipv4/tcp_input.c | th = skb->h.th; |
h | 444 | net/ipv4/tcp_input.c | newsk->dummy_th.source = skb->h.th->dest; |
h | 445 | net/ipv4/tcp_input.c | newsk->dummy_th.dest = skb->h.th->source; |
h | 514 | net/ipv4/tcp_input.c | tcp_options(newsk,skb->h.th); |
h | 1196 | net/ipv4/tcp_input.c | if (skb->h.th->fin) |
h | 1197 | net/ipv4/tcp_input.c | tcp_fin(skb,sk,skb->h.th); |
h | 1298 | net/ipv4/tcp_input.c | th = skb->h.th; |
h | 1362 | net/ipv4/tcp_input.c | tcp_send_reset(sk->saddr, sk->daddr, skb->h.th, |
h | 1554 | net/ipv4/tcp_input.c | th = skb->h.th; |
h | 1565 | 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 | 708 | net/ipv4/tcp_output.c | memcpy(t1, skb->h.th, sizeof(*t1)); |
h | 714 | 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 | 607 | net/ipv4/udp.c | uh = (struct udphdr *) skb->h.uh; |
h | 386 | net/ipx/af_ipx.c | ipx_packet *ipx = (ipx_packet *)(skb->h.raw); |
h | 450 | net/ipx/af_ipx.c | ipx_packet *ipx = (ipx_packet *)(skb->h.raw); |
h | 549 | net/ipx/af_ipx.c | int in_offset = skb->h.raw - skb->head; |
h | 564 | net/ipx/af_ipx.c | skb2->h.raw=skb_put(skb2,skb->len); |
h | 567 | net/ipx/af_ipx.c | memcpy(skb2->h.raw, skb->h.raw, skb->len); |
h | 575 | net/ipx/af_ipx.c | ipx_packet *ipx = (ipx_packet *)(skb->h.raw); |
h | 686 | net/ipx/af_ipx.c | dump_pkt("IPX snd:", (ipx_packet *)skb->h.raw); |
h | 687 | net/ipx/af_ipx.c | dump_data("ETH hdr:", skb->data, skb->h.raw - skb->data); |
h | 711 | net/ipx/af_ipx.c | ipx_packet *ipx = (ipx_packet *) (skb->h.raw); |
h | 1286 | net/ipx/af_ipx.c | skb->h.raw = (unsigned char *)ipx; |
h | 1335 | net/ipx/af_ipx.c | ipx_packet *ipx = (ipx_packet *) (skb->h.raw); |
h | 2023 | net/ipx/af_ipx.c | ipx=(ipx_packet *)skb->h.raw; |
h | 2140 | net/ipx/af_ipx.c | ipx = (ipx_packet *)(skb->h.raw); |
h | 915 | net/netrom/af_netrom.c | skb->h.raw = skb->data; |
h | 927 | net/netrom/af_netrom.c | skb->h.raw = skb->data; |
h | 1083 | net/netrom/af_netrom.c | skb->h.raw = skb_put(skb, len); |
h | 1085 | net/netrom/af_netrom.c | asmptr = skb->h.raw; |
h | 1135 | net/netrom/af_netrom.c | skb->h.raw = skb->data; |
h | 69 | net/netrom/nr_dev.c | skb->h.raw = skb->data; |
h | 74 | net/netrom/nr_in.c | skbn->h.raw = skbn->data; |
h | 826 | net/unix/af_unix.c | memcpy(&fdnum,skb->h.filp,sizeof(int)); |
h | 827 | net/unix/af_unix.c | fp=(struct file **)(skb->h.filp+sizeof(int)); |
h | 858 | net/unix/af_unix.c | kfree(skb->h.filp); |
h | 859 | net/unix/af_unix.c | skb->h.filp=NULL; |
h | 876 | net/unix/af_unix.c | skb->h.filp=kmalloc(sizeof(int)+fpnum*sizeof(struct file *), |
h | 879 | net/unix/af_unix.c | memcpy(skb->h.filp,&fpnum,sizeof(int)); |
h | 881 | net/unix/af_unix.c | memcpy(skb->h.filp+sizeof(int),fp,fpnum*sizeof(struct file *)); |
h | 1009 | net/unix/af_unix.c | skb->h.filp=NULL; |
h | 1157 | net/unix/af_unix.c | if (skb->h.filp!=NULL) |
h | 209 | net/unix/garbage.c | if(skb->h.filp) |
h | 214 | net/unix/garbage.c | int nfd=*(int *)skb->h.filp; |
h | 215 | net/unix/garbage.c | struct file **fp=(struct file **)(skb->h.filp+sizeof(int)); |