Searched refs:hashfn (Results 1 – 21 of 21) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | rhashtable-types.h | 65 rht_hashfn_t hashfn; member
|
| H 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.15/lib/ |
| H A D | rhashtable.c | 1061 if (!params->hashfn) { in rhashtable_init_noprof() 1062 ht->p.hashfn = jhash; in rhashtable_init_noprof() 1066 ht->p.hashfn = rhashtable_jhash2; in rhashtable_init_noprof()
|
| H A D | test_rhashtable.c | 99 .hashfn = jhash, 106 .hashfn = jhash,
|
| /linux-6.15/net/ieee802154/6lowpan/ |
| H A D | reassembly.c | 517 .hashfn = lowpan_key_hashfn,
|
| /linux-6.15/net/mac80211/ |
| H A D | mesh_pathtbl.c | 34 .hashfn = mesh_table_hash, 43 .hashfn = mesh_table_hash,
|
| /linux-6.15/net/ipv6/netfilter/ |
| H A D | nf_conntrack_reasm.c | 548 .hashfn = ip6frag_key_hashfn,
|
| /linux-6.15/net/ipv6/ |
| H A D | reassembly.c | 567 .hashfn = ip6frag_key_hashfn,
|
| /linux-6.15/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | metadata.c | 479 .hashfn = nfp_fl_key_hashfn,
|
| /linux-6.15/net/ipv4/ |
| H A D | ip_fragment.c | 737 .hashfn = ip4_key_hashfn,
|
| /linux-6.15/net/netfilter/ |
| H A D | nf_flow_table_core.c | 294 .hashfn = flow_offload_hash,
|
| H A D | nft_set_hash.c | 77 .hashfn = nft_rhash_key,
|
| H A D | nf_tables_api.c | 60 .hashfn = nft_chain_hash, 69 .hashfn = nft_objname_hash,
|
| /linux-6.15/net/core/ |
| H A D | xdp.c | 68 .hashfn = xdp_mem_id_hashfn,
|
| /linux-6.15/fs/quota/ |
| H A D | dquot.c | 274 hashfn(const struct super_block *sb, struct kqid qid) in hashfn() function 290 head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id); in insert_dquot_hash() 925 unsigned int hashent = hashfn(sb, qid); in dqget()
|
| /linux-6.15/net/sctp/ |
| H A D | input.c | 926 .hashfn = sctp_hash_key,
|
| /linux-6.15/security/apparmor/ |
| H A D | policy_unpack.c | 1057 params.hashfn = strhash; in unpack_profile()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_acl_flex_actions.c | 176 .hashfn = mlxsw_afa_cookie_key_hashfn,
|
| H A D | spectrum_router.c | 3610 .hashfn = mlxsw_sp_nexthop_group_hash,
|
| /linux-6.15/fs/bcachefs/ |
| H A D | fs.c | 227 .hashfn = bch2_vfs_inode_hash_fn,
|
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_policy.c | 1535 .hashfn = xfrm_pol_bin_key,
|