Searched refs:hash4 (Results 1 – 3 of 3) sorted by relevance
101 struct udp_hslot *hash4; member164 table->hash4 = (void *)(table->hash2 + (table->mask + 1)); in udp_table_hash4_init()168 INIT_HLIST_NULLS_HEAD(&table->hash4[i].nulls_head, i); in udp_table_hash4_init()169 table->hash4[i].count = 0; in udp_table_hash4_init()170 spin_lock_init(&table->hash4[i].lock); in udp_table_hash4_init()177 return &table->hash4[hash & table->mask]; in udp_hashslot4()
551 unsigned int hash4, slot; in udp4_lib_lookup4() local555 hash4 = udp_ehashfn(net, daddr, hnum, saddr, sport); in udp4_lib_lookup4()556 slot = hash4 & udptable->mask; in udp4_lib_lookup4()557 hslot4 = &udptable->hash4[slot]; in udp4_lib_lookup4()
952 u32 hash4 = 0; in et1310_setup_device_for_multicast() local980 hash4 |= (1 << result); in et1310_setup_device_for_multicast()990 writel(hash4, &rxmac->multi_hash4); in et1310_setup_device_for_multicast()