Home
last modified time | relevance | path

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

/linux/include/linux/
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()
A Drhashtable-types.h64 rht_hashfn_t hashfn; member
/linux/lib/
A 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()
A Dtest_rhashtable.c98 .hashfn = jhash,
105 .hashfn = jhash,
/linux/net/ieee802154/6lowpan/
A Dreassembly.c509 .hashfn = lowpan_key_hashfn,
/linux/net/ipv6/netfilter/
A Dnf_conntrack_reasm.c537 .hashfn = ip6frag_key_hashfn,
/linux/net/core/
A Dxdp.c65 .hashfn = xdp_mem_id_hashfn,
/linux/net/ipv6/
A Dreassembly.c561 .hashfn = ip6frag_key_hashfn,
/linux/net/mac80211/
A Dmesh_pathtbl.c32 .hashfn = mesh_table_hash,
/linux/net/netfilter/
A Dnf_flow_table_core.c268 .hashfn = flow_offload_hash,
A Dnft_set_hash.c71 .hashfn = nft_rhash_key,
A Dnf_tables_api.c56 .hashfn = nft_chain_hash,
65 .hashfn = nft_objname_hash,
/linux/drivers/net/ethernet/netronome/nfp/flower/
A Dmetadata.c487 .hashfn = nfp_fl_key_hashfn,
/linux/net/ipv4/
A Dip_fragment.c733 .hashfn = ip4_key_hashfn,
/linux/fs/quota/
A Ddquot.c263 hashfn(const struct super_block *sb, struct kqid qid) in hashfn() function
279 head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id); in insert_dquot_hash()
847 unsigned int hashent = hashfn(sb, qid); in dqget()
/linux/net/sctp/
A Dinput.c940 .hashfn = sctp_hash_key,
/linux/security/apparmor/
A Dpolicy_unpack.c886 params.hashfn = strhash; in unpack_profile()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dcore_acl_flex_actions.c176 .hashfn = mlxsw_afa_cookie_key_hashfn,
A Dspectrum_router.c3355 .hashfn = mlxsw_sp_nexthop_group_hash,
/linux/net/xfrm/
A Dxfrm_policy.c1494 .hashfn = xfrm_pol_bin_key,

Completed in 85 milliseconds