Searched refs:obj_hashfn (Results 1 – 18 of 18) sorted by relevance
/linux-6.1.9/include/linux/ |
D | rhashtable.h | 170 return likely(params.obj_hashfn) ? in rht_head_hashfn() 171 rht_bucket_index(tbl, params.obj_hashfn(ptr, params.key_len ?: in rht_head_hashfn() 903 BUG_ON(ht->p.obj_hashfn); in rhashtable_lookup_insert_fast() 929 BUG_ON(ht->p.obj_hashfn); in rhashtable_lookup_get_insert_fast() 956 BUG_ON(!ht->p.obj_hashfn || !key); in rhashtable_lookup_insert_key() 980 BUG_ON(!ht->p.obj_hashfn || !key); in rhashtable_lookup_get_insert_key()
|
D | rhashtable-types.h | 65 rht_obj_hashfn_t obj_hashfn; member
|
/linux-6.1.9/net/ieee802154/6lowpan/ |
D | reassembly.c | 511 .obj_hashfn = lowpan_obj_hashfn,
|
/linux-6.1.9/lib/ |
D | rhashtable.c | 1021 if ((!params->key_len && !params->obj_hashfn) || in rhashtable_init() 1022 (params->obj_hashfn && !params->obj_cmpfn)) in rhashtable_init()
|
D | test_rhashtable.c | 106 .obj_hashfn = my_hashfn,
|
/linux-6.1.9/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 538 .obj_hashfn = ip6frag_obj_hashfn,
|
/linux-6.1.9/net/ipv6/ |
D | reassembly.c | 563 .obj_hashfn = ip6frag_obj_hashfn,
|
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/flower/ |
D | metadata.c | 481 .obj_hashfn = nfp_fl_obj_hashfn,
|
/linux-6.1.9/net/ipv4/ |
D | ip_fragment.c | 736 .obj_hashfn = ip4_obj_hashfn,
|
/linux-6.1.9/net/netfilter/ |
D | nf_flow_table_core.c | 259 .obj_hashfn = flow_offload_hash_obj,
|
D | nft_set_hash.c | 72 .obj_hashfn = nft_rhash_obj,
|
D | nf_tables_api.c | 56 .obj_hashfn = nft_chain_hash_obj, 65 .obj_hashfn = nft_objname_hash_obj,
|
/linux-6.1.9/fs/nfsd/ |
D | filecache.c | 179 .obj_hashfn = nfsd_file_obj_hashfn,
|
/linux-6.1.9/net/sctp/ |
D | input.c | 936 .obj_hashfn = sctp_hash_obj,
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_acl_flex_actions.c | 177 .obj_hashfn = mlxsw_afa_cookie_obj_hashfn,
|
D | spectrum_router.c | 3325 .obj_hashfn = mlxsw_sp_nexthop_group_hash_obj,
|
/linux-6.1.9/net/netlink/ |
D | af_netlink.c | 2883 .obj_hashfn = netlink_hash,
|
/linux-6.1.9/net/xfrm/ |
D | xfrm_policy.c | 1497 .obj_hashfn = xfrm_pol_bin_obj,
|