Home
last modified time | relevance | path

Searched refs:hash4 (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dudp.c551 unsigned int hash4, slot; in udp4_lib_lookup4() local
555 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()
/linux/drivers/net/ethernet/agere/
H A Det131x.c952 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()