Searched refs:hashfn (Results 1 – 21 of 21) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | rhashtable-types.h | 64 rht_hashfn_t hashfn; member
|
A D | rhashtable.h | 133 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 D | rhashtable.c | 1051 if (!params->hashfn) { in rhashtable_init() 1052 ht->p.hashfn = jhash; in rhashtable_init() 1056 ht->p.hashfn = rhashtable_jhash2; in rhashtable_init()
|
A D | test_rhashtable.c | 98 .hashfn = jhash, 105 .hashfn = jhash,
|
/linux-6.3-rc2/net/ieee802154/6lowpan/ |
A D | reassembly.c | 510 .hashfn = lowpan_key_hashfn,
|
/linux-6.3-rc2/net/ipv6/netfilter/ |
A D | nf_conntrack_reasm.c | 537 .hashfn = ip6frag_key_hashfn,
|
/linux-6.3-rc2/net/ipv6/ |
A D | reassembly.c | 567 .hashfn = ip6frag_key_hashfn,
|
/linux-6.3-rc2/net/core/ |
A D | xdp.c | 67 .hashfn = xdp_mem_id_hashfn,
|
/linux-6.3-rc2/net/mac80211/ |
A D | mesh_pathtbl.c | 32 .hashfn = mesh_table_hash,
|
/linux-6.3-rc2/net/netfilter/ |
A D | nf_flow_table_core.c | 261 .hashfn = flow_offload_hash,
|
A D | nft_set_hash.c | 71 .hashfn = nft_rhash_key,
|
A D | nf_tables_api.c | 55 .hashfn = nft_chain_hash, 64 .hashfn = nft_objname_hash,
|
/linux-6.3-rc2/net/ipv4/ |
A D | ip_fragment.c | 742 .hashfn = ip4_key_hashfn,
|
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/flower/ |
A D | metadata.c | 479 .hashfn = nfp_fl_key_hashfn,
|
/linux-6.3-rc2/fs/quota/ |
A D | dquot.c | 264 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 D | filecache.c | 203 .hashfn = nfsd_file_key_hashfn,
|
/linux-6.3-rc2/net/sctp/ |
A D | input.c | 923 .hashfn = sctp_hash_key,
|
/linux-6.3-rc2/security/apparmor/ |
A D | policy_unpack.c | 1023 params.hashfn = strhash; in unpack_profile()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | core_acl_flex_actions.c | 176 .hashfn = mlxsw_afa_cookie_key_hashfn,
|
A D | spectrum_router.c | 3328 .hashfn = mlxsw_sp_nexthop_group_hash,
|
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_policy.c | 1497 .hashfn = xfrm_pol_bin_key,
|
Completed in 97 milliseconds