Searched refs:obj_hashfn (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A 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() 912 BUG_ON(ht->p.obj_hashfn); in rhashtable_lookup_insert_fast() 938 BUG_ON(ht->p.obj_hashfn); in rhashtable_lookup_get_insert_fast() 965 BUG_ON(!ht->p.obj_hashfn || !key); in rhashtable_lookup_insert_key() 989 BUG_ON(!ht->p.obj_hashfn || !key); in rhashtable_lookup_get_insert_key()
|
A D | rhashtable-types.h | 65 rht_obj_hashfn_t obj_hashfn; member
|
/linux-6.3-rc2/net/ieee802154/6lowpan/ |
A D | reassembly.c | 511 .obj_hashfn = lowpan_obj_hashfn,
|
/linux-6.3-rc2/lib/ |
A D | rhashtable.c | 1025 if ((!params->key_len && !params->obj_hashfn) || in rhashtable_init() 1026 (params->obj_hashfn && !params->obj_cmpfn)) in rhashtable_init()
|
A D | test_rhashtable.c | 106 .obj_hashfn = my_hashfn,
|
/linux-6.3-rc2/net/ipv6/netfilter/ |
A D | nf_conntrack_reasm.c | 538 .obj_hashfn = ip6frag_obj_hashfn,
|
/linux-6.3-rc2/net/ipv6/ |
A D | reassembly.c | 568 .obj_hashfn = ip6frag_obj_hashfn,
|
/linux-6.3-rc2/net/netfilter/ |
A D | nf_flow_table_core.c | 262 .obj_hashfn = flow_offload_hash_obj,
|
A D | nft_set_hash.c | 72 .obj_hashfn = nft_rhash_obj,
|
A D | nf_tables_api.c | 56 .obj_hashfn = nft_chain_hash_obj, 65 .obj_hashfn = nft_objname_hash_obj,
|
/linux-6.3-rc2/net/ipv4/ |
A D | ip_fragment.c | 743 .obj_hashfn = ip4_obj_hashfn,
|
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/flower/ |
A D | metadata.c | 481 .obj_hashfn = nfp_fl_obj_hashfn,
|
/linux-6.3-rc2/fs/nfsd/ |
A D | filecache.c | 204 .obj_hashfn = nfsd_file_obj_hashfn,
|
/linux-6.3-rc2/net/sctp/ |
A D | input.c | 924 .obj_hashfn = sctp_hash_obj,
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | core_acl_flex_actions.c | 177 .obj_hashfn = mlxsw_afa_cookie_obj_hashfn,
|
A D | spectrum_router.c | 3329 .obj_hashfn = mlxsw_sp_nexthop_group_hash_obj,
|
/linux-6.3-rc2/net/netlink/ |
A D | af_netlink.c | 2907 .obj_hashfn = netlink_hash,
|
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_policy.c | 1498 .obj_hashfn = xfrm_pol_bin_obj,
|
Completed in 75 milliseconds