Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dnexthop.c152 u16 num_nh_buckets = res_table->num_nh_buckets; in nh_notifier_res_table_info_init() local
163 info->nh_res_table->num_nh_buckets = num_nh_buckets; in nh_notifier_res_table_info_init()
165 for (i = 0; i < num_nh_buckets; i++) { in nh_notifier_res_table_info_init()
562 res_table->num_nh_buckets = num_nh_buckets; in nexthop_res_table_alloc()
638 res_table->num_nh_buckets) || in nla_put_nh_group_res()
1574 for (i = 0; i < res_table->num_nh_buckets; i++) { in nh_res_table_upkeep()
1671 for (i = 0; i < res_table->num_nh_buckets; i++) { in nh_res_table_migrate_buckets()
1971 old_res_table->num_nh_buckets) { in replace_nexthop_grp()
3356 bucket_index < res_table->num_nh_buckets; in rtm_dump_nexthop_bucket_nh()
3523 if (bucket_index >= res_table->num_nh_buckets) { in rtm_get_nexthop_bucket()
[all …]
/linux/include/net/
A Dnexthop.h94 u16 num_nh_buckets; member
202 u16 num_nh_buckets; member
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_router.c4654 if (nh_res_table->num_nh_buckets < 32) { in mlxsw_sp_nexthop_obj_res_group_size_validate()
4664 if (nh_res_table->num_nh_buckets >= size_range->start && in mlxsw_sp_nexthop_obj_res_group_size_validate()
4665 nh_res_table->num_nh_buckets <= size_range->end) { in mlxsw_sp_nexthop_obj_res_group_size_validate()
4678 nh_res_table->num_nh_buckets, in mlxsw_sp_nexthop_obj_res_group_size_validate()
4680 if (err || nh_res_table->num_nh_buckets != alloc_size) { in mlxsw_sp_nexthop_obj_res_group_size_validate()
4702 for (i = 0; i < nh_res_table->num_nh_buckets; i++) { in mlxsw_sp_nexthop_obj_res_group_validate()
4872 nhs = info->nh_res_table->num_nh_buckets; in mlxsw_sp_nexthop_obj_group_info_init()
/linux/drivers/net/netdevsim/
A Dfib.c1123 occ = info->nh_res_table->num_nh_buckets; in nsim_nexthop_create()

Completed in 37 milliseconds