taglinefilesource code
hash190fs/buffer.cif (hash(bh->b_dev,bh->b_blocknr) == bh)
hash191fs/buffer.chash(bh->b_dev,bh->b_blocknr) = bh->b_next;
hash253fs/buffer.cbh->b_next = hash(bh->b_dev,bh->b_blocknr);
hash254fs/buffer.chash(bh->b_dev,bh->b_blocknr) = bh;
hash263fs/buffer.cfor (tmp = hash(dev,block) ; tmp != NULL ; tmp = tmp->b_next)
hash182fs/ext2/dcache.cremove_from_queue (hash (p->dev, p->dir), p);
hash213fs/ext2/dcache.cqueue = hash(dev, dir);
hash263fs/ext2/dcache.cqueue = hash(dev, dir);
hash287fs/ext2/dcache.cremove_from_queue (hash (p->dev, p->dir), p);
hash324fs/ext2/dcache.cqueue = hash(dev, dir);
hash294net/tcp/arp.cunsigned long hash;
hash299net/tcp/arp.chash = net32(paddr) & (ARP_TABLE_SIZE - 1);
hash301net/tcp/arp.cfor (apt = (struct arp_table *)arp_table[hash];
hash318net/tcp/arp.cunsigned long hash;
hash324net/tcp/arp.chash = net32(paddr) & (ARP_TABLE_SIZE - 1);
hash328net/tcp/arp.cif (arp_table[hash] == NULL) return;
hash331net/tcp/arp.cif (arp_table[hash]->ip == paddr)
hash333net/tcp/arp.capt = (struct arp_table *)arp_table[hash];
hash334net/tcp/arp.carp_table[hash] = arp_table[hash]->next;
hash341net/tcp/arp.clapt = (struct arp_table *)arp_table[hash];
hash342net/tcp/arp.cfor (apt = (struct arp_table *)arp_table[hash]->next;
hash363net/tcp/arp.cunsigned long hash;
hash367net/tcp/arp.chash = net32(paddr) & (ARP_TABLE_SIZE - 1);
hash373net/tcp/arp.capt->next = arp_table[hash];
hash374net/tcp/arp.carp_table[hash] = apt;
hash223net/tcp/icmp.cunsigned char hash;
hash233net/tcp/icmp.chash = iph->protocol & (MAX_IP_PROTOS -1 );
hash236net/tcp/icmp.cfor (ipprot = (struct ip_protocol *)ip_protos[hash];
hash109net/tcp/ip.cunsigned char hash;
hash112net/tcp/ip.chash = prot & (MAX_IP_PROTOS -1);
hash113net/tcp/ip.cfor (p = ip_protos[hash] ; p != NULL; p=p->next)
hash127net/tcp/ip.cunsigned char hash;
hash129net/tcp/ip.chash = prot->protocol & (MAX_IP_PROTOS-1);
hash130net/tcp/ip.cprot ->next = ip_protos[hash];
hash131net/tcp/ip.cip_protos[hash] = prot;
hash152net/tcp/ip.cunsigned char hash;
hash155net/tcp/ip.chash = prot->protocol & (MAX_IP_PROTOS -1);
hash156net/tcp/ip.cif (prot == ip_protos[hash])
hash158net/tcp/ip.cip_protos[hash]=(struct ip_protocol *)ip_protos[hash]->next;
hash162net/tcp/ip.cfor (p = (struct ip_protocol *)ip_protos[hash];
hash812net/tcp/ip.cunsigned char hash;
hash858net/tcp/ip.chash = iph->protocol & (MAX_IP_PROTOS -1);
hash859net/tcp/ip.cfor (ipprot = (struct ip_protocol *)ip_protos[hash];