Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Drhashtable-types.h64 rht_hashfn_t hashfn; member
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.1.9/lib/
Drhashtable.c1047 if (!params->hashfn) { in rhashtable_init()
1048 ht->p.hashfn = jhash; in rhashtable_init()
1052 ht->p.hashfn = rhashtable_jhash2; in rhashtable_init()
Dtest_rhashtable.c98 .hashfn = jhash,
105 .hashfn = jhash,
/linux-6.1.9/net/ieee802154/6lowpan/
Dreassembly.c510 .hashfn = lowpan_key_hashfn,
/linux-6.1.9/net/ipv6/netfilter/
Dnf_conntrack_reasm.c537 .hashfn = ip6frag_key_hashfn,
/linux-6.1.9/net/ipv6/
Dreassembly.c562 .hashfn = ip6frag_key_hashfn,
/linux-6.1.9/net/core/
Dxdp.c65 .hashfn = xdp_mem_id_hashfn,
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/flower/
Dmetadata.c479 .hashfn = nfp_fl_key_hashfn,
/linux-6.1.9/net/mac80211/
Dmesh_pathtbl.c32 .hashfn = mesh_table_hash,
/linux-6.1.9/net/ipv4/
Dip_fragment.c735 .hashfn = ip4_key_hashfn,
/linux-6.1.9/net/netfilter/
Dnf_flow_table_core.c258 .hashfn = flow_offload_hash,
Dnft_set_hash.c71 .hashfn = nft_rhash_key,
Dnf_tables_api.c55 .hashfn = nft_chain_hash,
64 .hashfn = nft_objname_hash,
/linux-6.1.9/fs/quota/
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.1.9/fs/nfsd/
Dfilecache.c178 .hashfn = nfsd_file_key_hashfn,
/linux-6.1.9/net/sctp/
Dinput.c935 .hashfn = sctp_hash_key,
/linux-6.1.9/security/apparmor/
Dpolicy_unpack.c896 params.hashfn = strhash; in unpack_profile()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dcore_acl_flex_actions.c176 .hashfn = mlxsw_afa_cookie_key_hashfn,
Dspectrum_router.c3324 .hashfn = mlxsw_sp_nexthop_group_hash,
/linux-6.1.9/net/xfrm/
Dxfrm_policy.c1496 .hashfn = xfrm_pol_bin_key,