Searched refs:num_nh (Results 1 – 5 of 5) sorted by relevance
130 u16 num_nh; member139 struct nh_grp_entry nh_entries[] __counted_by(num_nh);202 u16 num_nh; member205 struct nh_notifier_grp_entry_info nh_entries[] __counted_by(num_nh);228 u16 num_nh; member230 struct nh_notifier_grp_hw_stats_entry_info stats[] __counted_by(num_nh);329 rc = nh_grp->num_nh; in nexthop_num_path()341 if (nhsel >= nhg->num_nh) in nexthop_mpath_select()354 for (i = 0; i < nhg->num_nh; i++) { in nexthop_mpath_fill_node()376 if (nh_grp->num_nh > 1) in nexthop_is_blackhole()[all …]
136 u16 num_nh = nhg->num_nh; in nh_notifier_mpath_info_init() local140 info->nh_grp = kzalloc_flex(*info->nh_grp, nh_entries, num_nh); in nh_notifier_mpath_info_init()144 info->nh_grp->num_nh = num_nh; in nh_notifier_mpath_info_init()148 for (i = 0; i < num_nh; i++) { in nh_notifier_mpath_info_init()486 for (i = 0; i < nhg->num_nh; ++i) { in nexthop_free_group()547 static struct nh_group *nexthop_grp_alloc(u16 num_nh) in nexthop_grp_alloc() argument551 nhg = kzalloc_flex(*nhg, nh_entries, num_nh); in nexthop_grp_alloc()553 nhg->num_nh = num_nh; in nexthop_grp_alloc()717 nhg->num_nh); in nh_notifier_grp_hw_stats_init()721 info->nh_grp_hw_stats->num_nh = nhg->num_nh; in nh_notifier_grp_hw_stats_init()[all …]
535 static struct mpls_route *mpls_rt_alloc(u8 num_nh, u8 max_alen, u8 max_labels) in mpls_rt_alloc() argument541 size = sizeof(*rt) + num_nh * nh_size; in mpls_rt_alloc()549 rt->rt_nhn = num_nh; in mpls_rt_alloc()550 rt->rt_nhn_alive = num_nh; in mpls_rt_alloc()
1134 for (i = 0; i < info->nh_grp->num_nh; i++) in nsim_nexthop_create()
4951 for (i = 0; i < nh_grp->num_nh; i++) { in mlxsw_sp_nexthop_obj_group_validate()5187 nhs = info->nh_grp->num_nh; in mlxsw_sp_nexthop_obj_group_info_init()5654 for (nhi = 0; nhi < info->num_nh; nhi++) { in mlxsw_sp_nexthop_obj_mp_hw_stats_get()5681 for (nhi = 0; nhi < info->num_nh; nhi++) in mlxsw_sp_nexthop_obj_res_hw_stats_get()5684 if (WARN_ON_ONCE(nhi == info->num_nh)) { in mlxsw_sp_nexthop_obj_res_hw_stats_get()