Searched refs:rht_params (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ila/ |
H A D | ila_xlat.c | 85 static const struct rhashtable_params rht_params = { variable 134 rht_params); in ila_lookup_wildcards() 152 rht_params); in ila_lookup_by_params() 237 rht_params); in ila_add_mapping() 241 &ila->node, rht_params); in ila_add_mapping() 268 &ila->node, rht_params); in ila_add_mapping() 293 &xp->ip.locator_match, rht_params); in ila_del_mapping() 323 &head->node, rht_params); in ila_del_mapping() 330 &ila->node, rht_params); in ila_del_mapping() 408 &ila->node, rht_params); in ila_xlat_nl_cmd_flush() [all...] |
/kernel/linux/linux-6.6/net/ipv6/ila/ |
H A D | ila_xlat.c | 84 static const struct rhashtable_params rht_params = { variable 133 rht_params); in ila_lookup_wildcards() 151 rht_params); in ila_lookup_by_params() 236 rht_params); in ila_add_mapping() 240 &ila->node, rht_params); in ila_add_mapping() 267 &ila->node, rht_params); in ila_add_mapping() 292 &xp->ip.locator_match, rht_params); in ila_del_mapping() 322 &head->node, rht_params); in ila_del_mapping() 329 &ila->node, rht_params); in ila_del_mapping() 407 &ila->node, rht_params); in ila_xlat_nl_cmd_flush() [all...] |
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6_hmac.c | 66 static const struct rhashtable_params rht_params = { variable 286 hinfo = rhashtable_lookup_fast(&sdata->hmac_infos, &key, rht_params); in seg6_hmac_info_lookup() 298 rht_params); in seg6_hmac_info_add() 310 hinfo = rhashtable_lookup_fast(&sdata->hmac_infos, &key, rht_params); in seg6_hmac_info_del() 315 rht_params); in seg6_hmac_info_del() 408 rhashtable_init(&sdata->hmac_infos, &rht_params); in seg6_hmac_net_init()
|
H A D | ip6mr.c | 377 .rht_params = &ip6mr_rht_params,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6_hmac.c | 65 static const struct rhashtable_params rht_params = { variable 285 hinfo = rhashtable_lookup_fast(&sdata->hmac_infos, &key, rht_params); in seg6_hmac_info_lookup() 297 rht_params); in seg6_hmac_info_add() 309 hinfo = rhashtable_lookup_fast(&sdata->hmac_infos, &key, rht_params); in seg6_hmac_info_del() 314 rht_params); in seg6_hmac_info_del() 407 return rhashtable_init(&sdata->hmac_infos, &rht_params); in seg6_hmac_net_init()
|
H A D | ip6mr.c | 377 .rht_params = &ip6mr_rht_params,
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ipmr_base.c | 48 err = rhltable_init(&mrt->mfc_hash, mrt->ops.rht_params); in mr_table_alloc() 69 list = rhltable_lookup(&mrt->mfc_hash, hasharg, *mrt->ops.rht_params); in mr_mfc_find_parent() 84 *mrt->ops.rht_params); in mr_mfc_find_any_parent() 98 list = rhltable_lookup(&mrt->mfc_hash, hasharg, *mrt->ops.rht_params); in mr_mfc_find_any()
|
H A D | ipmr.c | 395 .rht_params = &ipmr_rht_params,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ipmr_base.c | 48 err = rhltable_init(&mrt->mfc_hash, mrt->ops.rht_params); in mr_table_alloc() 69 list = rhltable_lookup(&mrt->mfc_hash, hasharg, *mrt->ops.rht_params); in mr_mfc_find_parent() 84 *mrt->ops.rht_params); in mr_mfc_find_any_parent() 98 list = rhltable_lookup(&mrt->mfc_hash, hasharg, *mrt->ops.rht_params); in mr_mfc_find_any()
|
H A D | ipmr.c | 393 .rht_params = &ipmr_rht_params,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mroute_base.h | 215 * @rht_params: parameters for accessing the MFC hash 219 const struct rhashtable_params *rht_params; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mroute_base.h | 220 * @rht_params: parameters for accessing the MFC hash 224 const struct rhashtable_params *rht_params; member
|
Completed in 20 milliseconds