Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/core/
Diwpm_util.c528 u32 hash = jhash_2words(ipv6_hash, (__force u32) ipv6_sockaddr->sin6_port, 0); in iwpm_ipv6_jhash()
535 u32 hash = jhash_2words(ipv4_hash, (__force u32) ipv4_sockaddr->sin_port, 0); in iwpm_ipv4_jhash()
559 *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.4.14/include/linux/
Djhash.h165 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function
/linux-4.4.14/net/xfrm/
Dxfrm_hash.h49 return jhash_2words(ntohl(daddr->a4) & __bits2mask32(dbits), in __xfrm4_dpref_spref_hash()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c93 return jhash_2words(*key, ifindex, 0) % l2t_size_half; in arp_hash()
103 (jhash_2words(xor, ifindex, 0) % l2t_size_half)); in ipv6_hash()
/linux-4.4.14/include/net/
Dip_fib.h329 return jhash_2words(saddr, daddr, fib_multipath_secret) >> 1; in fib_multipath_hash()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.c71 return jhash_2words(key, ifindex, 0) & (d->nentries - 1); in arp_hash()
/linux-4.4.14/net/decnet/
Ddn_neigh.c69 return jhash_2words(*(__u16 *)pkey, 0, hash_rnd[0]); in dn_neigh_hash()
/linux-4.4.14/net/ipv4/netfilter/
Dipt_CLUSTERIP.c270 hashval = jhash_2words(ntohl(iph->saddr), sport, in clusterip_hashfn()
/linux-4.4.14/fs/nfsd/
Dnfs4layouts.c42 return jhash_2words(idx, idx >> 32, 0) & DEVID_HASH_MASK; in devid_hashfn()
Dvfs.c734 hash = jhash_2words(dev, ino, 0xfeedbeef) & RAPARM_HASH_MASK; in nfsd_init_raparms()
/linux-4.4.14/net/mac80211/
Dmesh_pathtbl.c192 return jhash_2words(*(u32 *)(addr+2), sdata->dev->ifindex, in mesh_table_hash()
/linux-4.4.14/net/bridge/
Dbr_multicast.c74 return jhash_2words((__force u32)ip, vid, mdb->secret) & (mdb->max - 1); in __br_ip4_hash()
82 return jhash_2words(ipv6_addr_hash(ip), vid, in __br_ip6_hash()
Dbr_fdb.c79 return jhash_2words(key, vid, fdb_salt) & (BR_HASH_SIZE - 1); in br_mac_hash()