Home
last modified time | relevance | path

Searched refs:num_nh_buckets (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/net/
Dnexthop.h96 u16 num_nh_buckets; member
97 struct nh_res_bucket nh_buckets[] __counted_by(num_nh_buckets);
215 u16 num_nh_buckets; member
217 struct nh_notifier_single_info nhs[] __counted_by(num_nh_buckets);
/linux-6.12.1/net/ipv4/
Dnexthop.c166 u16 num_nh_buckets = res_table->num_nh_buckets; in nh_notifier_res_table_info_init() local
171 size = struct_size(info->nh_res_table, nhs, num_nh_buckets); in nh_notifier_res_table_info_init()
177 info->nh_res_table->num_nh_buckets = num_nh_buckets; in nh_notifier_res_table_info_init()
180 for (i = 0; i < num_nh_buckets; i++) { in nh_notifier_res_table_info_init()
564 const u16 num_nh_buckets = cfg->nh_grp_res_num_buckets; in nexthop_res_table_alloc() local
568 size = struct_size(res_table, nh_buckets, num_nh_buckets); in nexthop_res_table_alloc()
579 res_table->num_nh_buckets = num_nh_buckets; in nexthop_res_table_alloc()
655 res_table->num_nh_buckets) || in nla_put_nh_group_res()
1454 u16 bucket_index = hash % res_table->num_nh_buckets; in nexthop_select_path_res()
1835 for (i = 0; i < res_table->num_nh_buckets; i++) { in nh_res_table_upkeep()
[all …]
/linux-6.12.1/drivers/net/netdevsim/
Dfib.c1138 occ = info->nh_res_table->num_nh_buckets; in nsim_nexthop_create()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c4972 if (nh_res_table->num_nh_buckets < 32) { in mlxsw_sp_nexthop_obj_res_group_size_validate()
4982 if (nh_res_table->num_nh_buckets >= size_range->start && in mlxsw_sp_nexthop_obj_res_group_size_validate()
4983 nh_res_table->num_nh_buckets <= size_range->end) { in mlxsw_sp_nexthop_obj_res_group_size_validate()
4996 nh_res_table->num_nh_buckets, in mlxsw_sp_nexthop_obj_res_group_size_validate()
4998 if (err || nh_res_table->num_nh_buckets != alloc_size) { in mlxsw_sp_nexthop_obj_res_group_size_validate()
5020 for (i = 0; i < nh_res_table->num_nh_buckets; i++) { in mlxsw_sp_nexthop_obj_res_group_validate()
5189 nhs = info->nh_res_table->num_nh_buckets; in mlxsw_sp_nexthop_obj_group_info_init()