Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/core/
Diwpm_util.c520 u32 hash = jhash_2words(ipv6_hash, (__force u32) ipv6_sockaddr->sin6_port, 0); in iwpm_ipv6_jhash()
527 u32 hash = jhash_2words(ipv4_hash, (__force u32) ipv4_sockaddr->sin_port, 0); in iwpm_ipv4_jhash()
551 *hash = jhash_2words(a_hash, b_hash, 0); in get_hash_bucket()
Dfmr_pool.c109 return jhash_2words((u32) first_page, (u32) (first_page >> 32), 0) & in ib_fmr_hash()
/linux-4.1.27/net/rds/
Dbind.c47 return bind_hash_table + (jhash_2words((u32)addr, (u32)port, 0) & in hash_to_bucket()
/linux-4.1.27/include/linux/
Djhash.h165 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function
/linux-4.1.27/net/xfrm/
Dxfrm_hash.h49 return jhash_2words(ntohl(daddr->a4) & __bits2mask32(dbits), in __xfrm4_dpref_spref_hash()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c97 return jhash_2words(*key, ifindex, 0) & L2T_HASH_MASK; in arp_hash()
104 return L2T_SZ_HALF + (jhash_2words(xor, ifindex, 0) & L2T_HASH_MASK); in ipv6_hash()
/linux-4.1.27/net/ipv6/
Dinet6_connection_sock.c110 c = jhash_2words((__force u32)raddr->s6_addr32[3], in inet6_synq_hash()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.c71 return jhash_2words(key, ifindex, 0) & (d->nentries - 1); in arp_hash()
/linux-4.1.27/net/decnet/
Ddn_neigh.c69 return jhash_2words(*(__u16 *)pkey, 0, hash_rnd[0]); in dn_neigh_hash()
/linux-4.1.27/net/ipv4/netfilter/
Dipt_CLUSTERIP.c270 hashval = jhash_2words(ntohl(iph->saddr), sport, in clusterip_hashfn()
/linux-4.1.27/fs/nfsd/
Dnfs4layouts.c42 return jhash_2words(idx, idx >> 32, 0) & DEVID_HASH_MASK; in devid_hashfn()
Dvfs.c786 hash = jhash_2words(dev, ino, 0xfeedbeef) & RAPARM_HASH_MASK; in nfsd_get_raparms()
/linux-4.1.27/net/bridge/
Dbr_fdb.c78 return jhash_2words(key, vid, fdb_salt) & (BR_HASH_SIZE - 1); in br_mac_hash()
Dbr_multicast.c62 return jhash_2words((__force u32)ip, vid, mdb->secret) & (mdb->max - 1); in __br_ip4_hash()
70 return jhash_2words(ipv6_addr_hash(ip), vid, in __br_ip6_hash()
/linux-4.1.27/net/ipv4/
Dinet_connection_sock.c475 return jhash_2words((__force u32)raddr, (__force u32)rport, rnd) & (synq_hsize - 1); in inet_synq_hash()
/linux-4.1.27/net/mac80211/
Dmesh_pathtbl.c192 return jhash_2words(*(u32 *)(addr+2), sdata->dev->ifindex, in mesh_table_hash()