Home
last modified time | relevance | path

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

/drivers/infiniband/core/
Diwpm_util.c417 u32 local_hash, mapped_hash, hash; in get_hash_bucket_head() local
420 local_hash = iwpm_ipv4_jhash((struct sockaddr_in *) local_sockaddr); in get_hash_bucket_head()
424 local_hash = iwpm_ipv6_jhash((struct sockaddr_in6 *) local_sockaddr); in get_hash_bucket_head()
431 if (local_hash == mapped_hash) /* if port mapper isn't available */ in get_hash_bucket_head()
432 hash = local_hash; in get_hash_bucket_head()
434 hash = jhash_2words(local_hash, mapped_hash, 0); in get_hash_bucket_head()