Searched refs:hash4 (Results 1 – 4 of 4) sorted by relevance
/linux/include/net/ |
H A D | udp.h | 101 struct udp_hslot *hash4; member 164 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()
|
/linux/net/ipv6/ |
H A D | udp.c | 296 unsigned int hash4, slot; in udp6_lib_lookup4() local 300 hash4 = udp6_ehashfn(net, daddr, hnum, saddr, sport); in udp6_lib_lookup4() 301 slot = hash4 & udptable->mask; in udp6_lib_lookup4() 302 hslot4 = &udptable->hash4[slot]; in udp6_lib_lookup4()
|
/linux/net/ipv4/ |
H A D | udp.c | 552 unsigned int hash4, slot; in udp4_lib_lookup4() local 556 hash4 = udp_ehashfn(net, daddr, hnum, saddr, sport); in udp4_lib_lookup4() 557 slot = hash4 & udptable->mask; in udp4_lib_lookup4() 558 hslot4 = &udptable->hash4[slot]; in udp4_lib_lookup4()
|
/linux/drivers/net/ethernet/agere/ |
H A D | et131x.c | 952 u32 hash4 = 0; in et1310_setup_device_for_multicast() local 980 hash4 |= (1 << result); in et1310_setup_device_for_multicast() 990 writel(hash4, &rxmac->multi_hash4); in et1310_setup_device_for_multicast()
|