Home
last modified time | relevance | path

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

/include/net/
A Dipv6.h794 unsigned int hash, mix = net_hash_mix(net); in ipv6_portaddr_hash() local
797 hash = jhash_1word(0, mix); in ipv6_portaddr_hash()
799 hash = jhash_1word((__force u32)addr6->s6_addr32[3], mix); in ipv6_portaddr_hash()
801 hash = jhash2((__force u32 *)addr6->s6_addr32, 4, mix); in ipv6_portaddr_hash()

Completed in 5 milliseconds