Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Drhashtable-types.h65 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.12.1/lib/
Drhashtable.c1057 if (!params->hashfn) { in rhashtable_init_noprof()
1058 ht->p.hashfn = jhash; in rhashtable_init_noprof()
1062 ht->p.hashfn = rhashtable_jhash2; in rhashtable_init_noprof()
Dtest_rhashtable.c99 .hashfn = jhash,
106 .hashfn = jhash,
/linux-6.12.1/net/mac80211/
Dmesh_pathtbl.c34 .hashfn = mesh_table_hash,
43 .hashfn = mesh_table_hash,
/linux-6.12.1/net/ieee802154/6lowpan/
Dreassembly.c510 .hashfn = lowpan_key_hashfn,
/linux-6.12.1/net/ipv6/netfilter/
Dnf_conntrack_reasm.c541 .hashfn = ip6frag_key_hashfn,
/linux-6.12.1/net/ipv6/
Dreassembly.c566 .hashfn = ip6frag_key_hashfn,
/linux-6.12.1/net/core/
Dxdp.c68 .hashfn = xdp_mem_id_hashfn,
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/flower/
Dmetadata.c479 .hashfn = nfp_fl_key_hashfn,
/linux-6.12.1/net/ipv4/
Dip_fragment.c741 .hashfn = ip4_key_hashfn,
/linux-6.12.1/net/netfilter/
Dnf_flow_table_core.c250 .hashfn = flow_offload_hash,
Dnft_set_hash.c75 .hashfn = nft_rhash_key,
Dnf_tables_api.c58 .hashfn = nft_chain_hash,
67 .hashfn = nft_objname_hash,
/linux-6.12.1/fs/quota/
Ddquot.c275 hashfn(const struct super_block *sb, struct kqid qid) in hashfn() function
291 head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id); in insert_dquot_hash()
924 unsigned int hashent = hashfn(sb, qid); in dqget()
/linux-6.12.1/net/sctp/
Dinput.c926 .hashfn = sctp_hash_key,
/linux-6.12.1/security/apparmor/
Dpolicy_unpack.c1054 params.hashfn = strhash; in unpack_profile()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dcore_acl_flex_actions.c176 .hashfn = mlxsw_afa_cookie_key_hashfn,
Dspectrum_router.c3607 .hashfn = mlxsw_sp_nexthop_group_hash,
/linux-6.12.1/fs/bcachefs/
Dfs.c187 .hashfn = bch2_vfs_inode_hash_fn,
/linux-6.12.1/net/xfrm/
Dxfrm_policy.c1524 .hashfn = xfrm_pol_bin_key,