Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dnexthop.c306 info->nh_res_bucket = kzalloc(sizeof(*info->nh_res_bucket), in nh_notifier_res_bucket_info_init()
308 if (!info->nh_res_bucket) in nh_notifier_res_bucket_info_init()
311 info->nh_res_bucket->bucket_index = bucket_index; in nh_notifier_res_bucket_info_init()
313 info->nh_res_bucket->force = force; in nh_notifier_res_bucket_info_init()
321 kfree(info->nh_res_bucket); in nh_notifier_res_bucket_info_fini()
874 const struct nh_res_bucket *bucket, in nh_res_bucket_idle_point()
893 struct nh_res_bucket *bucket) in nh_res_bucket_set_idle()
1195 struct nh_res_bucket *bucket; in nexthop_select_path_res()
1443 struct nh_res_bucket *bucket, in nh_res_bucket_should_migrate()
3358 struct nh_res_bucket *bucket; in rtm_dump_nexthop_bucket_nh()
[all …]
/linux/include/net/
A Dnexthop.h72 struct nh_res_bucket { struct
95 struct nh_res_bucket nh_buckets[]; argument
215 struct nh_notifier_res_bucket_info *nh_res_bucket; member
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_router.c4740 nh = &info->nh_res_bucket->new_nh; in mlxsw_sp_nexthop_obj_validate()
5189 u16 bucket_index = info->nh_res_bucket->bucket_index; in mlxsw_sp_nexthop_obj_bucket_adj_update()
5191 bool force = info->nh_res_bucket->force; in mlxsw_sp_nexthop_obj_bucket_adj_update()
5200 if (!force && info->nh_res_bucket->idle_timer_ms < in mlxsw_sp_nexthop_obj_bucket_adj_update()
5236 u16 bucket_index = info->nh_res_bucket->bucket_index; in mlxsw_sp_nexthop_obj_bucket_replace()
5260 nh_obj = &info->nh_res_bucket->new_nh; in mlxsw_sp_nexthop_obj_bucket_replace()
5276 nh_obj = &info->nh_res_bucket->old_nh; in mlxsw_sp_nexthop_obj_bucket_replace()
/linux/drivers/net/netdevsim/
A Dfib.c1301 info->nh_res_bucket->bucket_index, in nsim_nexthop_bucket_replace()

Completed in 41 milliseconds