hash2             950 drivers/net/ethernet/agere/et131x.c 	u32 hash2 = 0;
hash2             975 drivers/net/ethernet/agere/et131x.c 				hash2 |= (1 << result);
hash2             990 drivers/net/ethernet/agere/et131x.c 		writel(hash2, &rxmac->multi_hash2);
hash2            1284 drivers/net/ethernet/ti/tlan.c 	u32			hash2 = 0;
hash2            1316 drivers/net/ethernet/ti/tlan.c 						hash2 |= (1 << (offset - 32));
hash2            1323 drivers/net/ethernet/ti/tlan.c 			tlan_dio_write32(dev->base_addr, TLAN_HASH_2, hash2);
hash2            1819 fs/ext4/namei.c 	u32 hash2;
hash2            1867 fs/ext4/namei.c 	hash2 = map[split].hash;
hash2            1868 fs/ext4/namei.c 	continued = hash2 == map[split - 1].hash;
hash2            1871 fs/ext4/namei.c 					hash2, split, count-split));
hash2            1894 fs/ext4/namei.c 	if (hinfo->hash >= hash2) {
hash2            1898 fs/ext4/namei.c 	dx_insert_block(frame, hash2 + continued, newblock);
hash2            2361 fs/ext4/namei.c 			unsigned hash2 = dx_get_hash(entries + icount1);
hash2            2383 fs/ext4/namei.c 			dx_insert_block((frame - 1), hash2, newblock);
hash2              73 include/net/udp.h 	struct udp_hslot	*hash2;
hash2              91 include/net/udp.h 	return &table->hash2[hash & table->mask];
hash2             300 net/ipv4/inet_hashtables.c 	unsigned int hash2;
hash2             302 net/ipv4/inet_hashtables.c 	hash2 = ipv4_portaddr_hash(net, daddr, hnum);
hash2             303 net/ipv4/inet_hashtables.c 	ilb2 = inet_lhash2_bucket(hashinfo, hash2);
hash2             312 net/ipv4/inet_hashtables.c 	hash2 = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum);
hash2             313 net/ipv4/inet_hashtables.c 	ilb2 = inet_lhash2_bucket(hashinfo, hash2);
hash2             451 net/ipv4/udp.c 	unsigned int hash2, slot2;
hash2             454 net/ipv4/udp.c 	hash2 = ipv4_portaddr_hash(net, daddr, hnum);
hash2             455 net/ipv4/udp.c 	slot2 = hash2 & udptable->mask;
hash2             456 net/ipv4/udp.c 	hslot2 = &udptable->hash2[slot2];
hash2             462 net/ipv4/udp.c 		hash2 = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum);
hash2             463 net/ipv4/udp.c 		slot2 = hash2 & udptable->mask;
hash2             464 net/ipv4/udp.c 		hslot2 = &udptable->hash2[slot2];
hash2            2152 net/ipv4/udp.c 	unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10);
hash2            2162 net/ipv4/udp.c 		hash2 = ipv4_portaddr_hash(net, daddr, hnum) & udptable->mask;
hash2            2164 net/ipv4/udp.c 		hslot = &udptable->hash2[hash2];
hash2            2192 net/ipv4/udp.c 	if (use_hash2 && hash2 != hash2_any) {
hash2            2193 net/ipv4/udp.c 		hash2 = hash2_any;
hash2            2417 net/ipv4/udp.c 	unsigned int hash2 = ipv4_portaddr_hash(net, loc_addr, hnum);
hash2            2418 net/ipv4/udp.c 	unsigned int slot2 = hash2 & udp_table.mask;
hash2            2419 net/ipv4/udp.c 	struct udp_hslot *hslot2 = &udp_table.hash2[slot2];
hash2            3013 net/ipv4/udp.c 	table->hash2 = table->hash + (table->mask + 1);
hash2            3020 net/ipv4/udp.c 		INIT_HLIST_HEAD(&table->hash2[i].head);
hash2            3021 net/ipv4/udp.c 		table->hash2[i].count = 0;
hash2            3022 net/ipv4/udp.c 		spin_lock_init(&table->hash2[i].lock);
hash2             158 net/ipv6/inet6_hashtables.c 	unsigned int hash2;
hash2             160 net/ipv6/inet6_hashtables.c 	hash2 = ipv6_portaddr_hash(net, daddr, hnum);
hash2             161 net/ipv6/inet6_hashtables.c 	ilb2 = inet_lhash2_bucket(hashinfo, hash2);
hash2             170 net/ipv6/inet6_hashtables.c 	hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum);
hash2             171 net/ipv6/inet6_hashtables.c 	ilb2 = inet_lhash2_bucket(hashinfo, hash2);
hash2             186 net/ipv6/udp.c 	unsigned int hash2, slot2;
hash2             190 net/ipv6/udp.c 	hash2 = ipv6_portaddr_hash(net, daddr, hnum);
hash2             191 net/ipv6/udp.c 	slot2 = hash2 & udptable->mask;
hash2             192 net/ipv6/udp.c 	hslot2 = &udptable->hash2[slot2];
hash2             198 net/ipv6/udp.c 		hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum);
hash2             199 net/ipv6/udp.c 		slot2 = hash2 & udptable->mask;
hash2             201 net/ipv6/udp.c 		hslot2 = &udptable->hash2[slot2];
hash2             752 net/ipv6/udp.c 	unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10);
hash2             761 net/ipv6/udp.c 		hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask;
hash2             763 net/ipv6/udp.c 		hslot = &udptable->hash2[hash2];
hash2             796 net/ipv6/udp.c 	if (use_hash2 && hash2 != hash2_any) {
hash2             797 net/ipv6/udp.c 		hash2 = hash2_any;
hash2             956 net/ipv6/udp.c 	unsigned int hash2 = ipv6_portaddr_hash(net, loc_addr, hnum);
hash2             957 net/ipv6/udp.c 	unsigned int slot2 = hash2 & udp_table.mask;
hash2             958 net/ipv6/udp.c 	struct udp_hslot *hslot2 = &udp_table.hash2[slot2];
hash2              65 net/netfilter/ipvs/ip_vs_mh.c 	hsiphash_key_t			hash1, hash2;
hash2              71 net/netfilter/ipvs/ip_vs_mh.c 					hsiphash_key_t *hash2)
hash2              76 net/netfilter/ipvs/ip_vs_mh.c 	hash2->key[0] = 2654446892UL;
hash2              77 net/netfilter/ipvs/ip_vs_mh.c 	hash2->key[1] = 2654446892UL;
hash2             147 net/netfilter/ipvs/ip_vs_mh.c 					    dest->port, &s->hash2, 0) %
hash2             399 net/netfilter/ipvs/ip_vs_mh.c 	generate_hash_secret(&s->hash1, &s->hash2);