Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Drhashtable-types.h64 rht_hashfn_t hashfn; member
A Drhashtable.h133 hash = ht->p.hashfn(key, ht->key_len, hash_rnd); in rht_key_get_hash()
137 if (params.hashfn) in rht_key_get_hash()
138 hash = params.hashfn(key, key_len, hash_rnd); in rht_key_get_hash()
146 if (params.hashfn) in rht_key_get_hash()
147 hash = params.hashfn(key, key_len, hash_rnd); in rht_key_get_hash()
/linux-6.3-rc2/lib/
A Drhashtable.c1051 if (!params->hashfn) { in rhashtable_init()
1052 ht->p.hashfn = jhash; in rhashtable_init()
1056 ht->p.hashfn = rhashtable_jhash2; in rhashtable_init()
A Dtest_rhashtable.c98 .hashfn = jhash,
105 .hashfn = jhash,
/linux-6.3-rc2/net/ieee802154/6lowpan/
A Dreassembly.c510 .hashfn = lowpan_key_hashfn,
/linux-6.3-rc2/net/ipv6/netfilter/
A Dnf_conntrack_reasm.c537 .hashfn = ip6frag_key_hashfn,
/linux-6.3-rc2/net/ipv6/
A Dreassembly.c567 .hashfn = ip6frag_key_hashfn,
/linux-6.3-rc2/net/core/
A Dxdp.c67 .hashfn = xdp_mem_id_hashfn,
/linux-6.3-rc2/net/mac80211/
A Dmesh_pathtbl.c32 .hashfn = mesh_table_hash,
/linux-6.3-rc2/net/netfilter/
A Dnf_flow_table_core.c261 .hashfn = flow_offload_hash,
A Dnft_set_hash.c71 .hashfn = nft_rhash_key,
A Dnf_tables_api.c55 .hashfn = nft_chain_hash,
64 .hashfn = nft_objname_hash,
/linux-6.3-rc2/net/ipv4/
A Dip_fragment.c742 .hashfn = ip4_key_hashfn,
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/flower/
A Dmetadata.c479 .hashfn = nfp_fl_key_hashfn,
/linux-6.3-rc2/fs/quota/
A Ddquot.c264 hashfn(const struct super_block *sb, struct kqid qid) in hashfn() function
280 head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id); in insert_dquot_hash()
862 unsigned int hashent = hashfn(sb, qid); in dqget()
/linux-6.3-rc2/fs/nfsd/
A Dfilecache.c203 .hashfn = nfsd_file_key_hashfn,
/linux-6.3-rc2/net/sctp/
A Dinput.c923 .hashfn = sctp_hash_key,
/linux-6.3-rc2/security/apparmor/
A Dpolicy_unpack.c1023 params.hashfn = strhash; in unpack_profile()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/
A Dcore_acl_flex_actions.c176 .hashfn = mlxsw_afa_cookie_key_hashfn,
A Dspectrum_router.c3328 .hashfn = mlxsw_sp_nexthop_group_hash,
/linux-6.3-rc2/net/xfrm/
A Dxfrm_policy.c1497 .hashfn = xfrm_pol_bin_key,

Completed in 90 milliseconds