Searched refs:hashfn (Results 1 – 21 of 21) sorted by relevance
/linux-6.1.9/include/linux/ |
D | rhashtable-types.h | 64 rht_hashfn_t hashfn; member
|
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.1.9/lib/ |
D | rhashtable.c | 1047 if (!params->hashfn) { in rhashtable_init() 1048 ht->p.hashfn = jhash; in rhashtable_init() 1052 ht->p.hashfn = rhashtable_jhash2; in rhashtable_init()
|
D | test_rhashtable.c | 98 .hashfn = jhash, 105 .hashfn = jhash,
|
/linux-6.1.9/net/ieee802154/6lowpan/ |
D | reassembly.c | 510 .hashfn = lowpan_key_hashfn,
|
/linux-6.1.9/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 537 .hashfn = ip6frag_key_hashfn,
|
/linux-6.1.9/net/ipv6/ |
D | reassembly.c | 562 .hashfn = ip6frag_key_hashfn,
|
/linux-6.1.9/net/core/ |
D | xdp.c | 65 .hashfn = xdp_mem_id_hashfn,
|
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/flower/ |
D | metadata.c | 479 .hashfn = nfp_fl_key_hashfn,
|
/linux-6.1.9/net/mac80211/ |
D | mesh_pathtbl.c | 32 .hashfn = mesh_table_hash,
|
/linux-6.1.9/net/ipv4/ |
D | ip_fragment.c | 735 .hashfn = ip4_key_hashfn,
|
/linux-6.1.9/net/netfilter/ |
D | nf_flow_table_core.c | 258 .hashfn = flow_offload_hash,
|
D | nft_set_hash.c | 71 .hashfn = nft_rhash_key,
|
D | nf_tables_api.c | 55 .hashfn = nft_chain_hash, 64 .hashfn = nft_objname_hash,
|
/linux-6.1.9/fs/quota/ |
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.1.9/fs/nfsd/ |
D | filecache.c | 178 .hashfn = nfsd_file_key_hashfn,
|
/linux-6.1.9/net/sctp/ |
D | input.c | 935 .hashfn = sctp_hash_key,
|
/linux-6.1.9/security/apparmor/ |
D | policy_unpack.c | 896 params.hashfn = strhash; in unpack_profile()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_acl_flex_actions.c | 176 .hashfn = mlxsw_afa_cookie_key_hashfn,
|
D | spectrum_router.c | 3324 .hashfn = mlxsw_sp_nexthop_group_hash,
|
/linux-6.1.9/net/xfrm/ |
D | xfrm_policy.c | 1496 .hashfn = xfrm_pol_bin_key,
|