Searched refs:obj_hashfn (Results 1 – 17 of 17) sorted by relevance
/linux/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() 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()
|
A D | rhashtable-types.h | 65 rht_obj_hashfn_t obj_hashfn; member
|
/linux/lib/ |
A D | rhashtable.c | 1021 if ((!params->key_len && !params->obj_hashfn) || in rhashtable_init() 1022 (params->obj_hashfn && !params->obj_cmpfn)) in rhashtable_init()
|
A D | test_rhashtable.c | 106 .obj_hashfn = my_hashfn,
|
/linux/net/ieee802154/6lowpan/ |
A D | reassembly.c | 510 .obj_hashfn = lowpan_obj_hashfn,
|
/linux/net/ipv6/netfilter/ |
A D | nf_conntrack_reasm.c | 538 .obj_hashfn = ip6frag_obj_hashfn,
|
/linux/net/ipv6/ |
A D | reassembly.c | 562 .obj_hashfn = ip6frag_obj_hashfn,
|
/linux/net/netfilter/ |
A D | nf_flow_table_core.c | 269 .obj_hashfn = flow_offload_hash_obj,
|
A D | nft_set_hash.c | 72 .obj_hashfn = nft_rhash_obj,
|
A D | nf_tables_api.c | 57 .obj_hashfn = nft_chain_hash_obj, 66 .obj_hashfn = nft_objname_hash_obj,
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
A D | metadata.c | 489 .obj_hashfn = nfp_fl_obj_hashfn,
|
/linux/net/ipv4/ |
A D | ip_fragment.c | 734 .obj_hashfn = ip4_obj_hashfn,
|
/linux/net/sctp/ |
A D | input.c | 941 .obj_hashfn = sctp_hash_obj,
|
/linux/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 | 3356 .obj_hashfn = mlxsw_sp_nexthop_group_hash_obj,
|
/linux/net/netlink/ |
A D | af_netlink.c | 2829 .obj_hashfn = netlink_hash,
|
/linux/net/xfrm/ |
A D | xfrm_policy.c | 1495 .obj_hashfn = xfrm_pol_bin_obj,
|
Completed in 74 milliseconds