Searched refs:jhash_2words (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/drivers/infiniband/core/ |
D | iwpm_util.c | 520 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()
|
D | fmr_pool.c | 109 return jhash_2words((u32) first_page, (u32) (first_page >> 32), 0) & in ib_fmr_hash()
|
/linux-4.1.27/net/rds/ |
D | bind.c | 47 return bind_hash_table + (jhash_2words((u32)addr, (u32)port, 0) & in hash_to_bucket()
|
/linux-4.1.27/include/linux/ |
D | jhash.h | 165 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_hash.h | 49 return jhash_2words(ntohl(daddr->a4) & __bits2mask32(dbits), in __xfrm4_dpref_spref_hash()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | l2t.c | 97 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/ |
D | inet6_connection_sock.c | 110 c = jhash_2words((__force u32)raddr->s6_addr32[3], in inet6_synq_hash()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | l2t.c | 71 return jhash_2words(key, ifindex, 0) & (d->nentries - 1); in arp_hash()
|
/linux-4.1.27/net/decnet/ |
D | dn_neigh.c | 69 return jhash_2words(*(__u16 *)pkey, 0, hash_rnd[0]); in dn_neigh_hash()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ipt_CLUSTERIP.c | 270 hashval = jhash_2words(ntohl(iph->saddr), sport, in clusterip_hashfn()
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4layouts.c | 42 return jhash_2words(idx, idx >> 32, 0) & DEVID_HASH_MASK; in devid_hashfn()
|
D | vfs.c | 786 hash = jhash_2words(dev, ino, 0xfeedbeef) & RAPARM_HASH_MASK; in nfsd_get_raparms()
|
/linux-4.1.27/net/bridge/ |
D | br_fdb.c | 78 return jhash_2words(key, vid, fdb_salt) & (BR_HASH_SIZE - 1); in br_mac_hash()
|
D | br_multicast.c | 62 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/ |
D | inet_connection_sock.c | 475 return jhash_2words((__force u32)raddr, (__force u32)rport, rnd) & (synq_hsize - 1); in inet_synq_hash()
|
/linux-4.1.27/net/mac80211/ |
D | mesh_pathtbl.c | 192 return jhash_2words(*(u32 *)(addr+2), sdata->dev->ifindex, in mesh_table_hash()
|