Searched refs:obj_hashfn (Results 1 – 17 of 17) sorted by relevance
| /linux/include/linux/ |
| H A D | rhashtable.h | 164 return likely(params.obj_hashfn) ? in rht_head_hashfn() 165 rht_bucket_index(tbl, params.obj_hashfn(ptr, params.key_len ?: in rht_head_hashfn() 963 BUG_ON(ht->p.obj_hashfn); in rhashtable_lookup_insert_fast() 989 BUG_ON(ht->p.obj_hashfn); in rhashtable_lookup_get_insert_fast() 1016 BUG_ON(!ht->p.obj_hashfn || !key); in rhashtable_lookup_insert_key() 1040 BUG_ON(!ht->p.obj_hashfn || !key); in rhashtable_lookup_get_insert_key()
|
| H A D | rhashtable-types.h | 69 rht_obj_hashfn_t obj_hashfn; member
|
| /linux/lib/ |
| H A D | rhashtable.c | 1058 if ((!params->key_len && !params->obj_hashfn) || in rhashtable_init_noprof() 1059 (params->obj_hashfn && !params->obj_cmpfn)) in rhashtable_init_noprof()
|
| H A D | test_rhashtable.c | 107 .obj_hashfn = my_hashfn,
|
| /linux/net/ieee802154/6lowpan/ |
| H A D | reassembly.c | 518 .obj_hashfn = lowpan_obj_hashfn,
|
| /linux/net/ipv6/netfilter/ |
| H A D | nf_conntrack_reasm.c | 549 .obj_hashfn = ip6frag_obj_hashfn,
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | metadata.c | 481 .obj_hashfn = nfp_fl_obj_hashfn,
|
| /linux/net/ipv4/ |
| H A D | ip_fragment.c | 736 .obj_hashfn = ip4_obj_hashfn,
|
| /linux/kernel/trace/ |
| H A D | fprobe.c | 76 .obj_hashfn = fprobe_node_obj_hashfn,
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_core.c | 300 .obj_hashfn = flow_offload_hash_obj,
|
| H A D | nft_set_hash.c | 79 .obj_hashfn = nft_rhash_obj,
|
| H A D | nf_tables_api.c | 62 .obj_hashfn = nft_chain_hash_obj, 71 .obj_hashfn = nft_objname_hash_obj,
|
| /linux/net/sctp/ |
| H A D | input.c | 927 .obj_hashfn = sctp_hash_obj,
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_acl_flex_actions.c | 177 .obj_hashfn = mlxsw_afa_cookie_obj_hashfn,
|
| H A D | spectrum_router.c | 3611 .obj_hashfn = mlxsw_sp_nexthop_group_hash_obj,
|
| /linux/net/netlink/ |
| H A D | af_netlink.c | 2882 .obj_hashfn = netlink_hash,
|
| /linux/net/xfrm/ |
| H A D | xfrm_policy.c | 1536 .obj_hashfn = xfrm_pol_bin_obj,
|