Home
last modified time | relevance | path

Searched refs:fnh_info (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dlag_mp.c109 struct fib_nh_notifier_info fnh_info; member
217 fib_nh = fib_work->fnh_info.fib_nh; in mlx5_lag_fib_update()
220 fib_work->fnh_info.fib_nh, in mlx5_lag_fib_update()
222 fib_info_put(fib_work->fnh_info.fib_nh->nh_parent); in mlx5_lag_fib_update()
255 struct fib_nh_notifier_info *fnh_info; in mlx5_lag_fib_event() local
291 fnh_info = container_of(info, struct fib_nh_notifier_info, in mlx5_lag_fib_event()
296 fib_work->fnh_info = *fnh_info; in mlx5_lag_fib_event()
297 fib_info_hold(fib_work->fnh_info.fib_nh->nh_parent); in mlx5_lag_fib_event()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c7366 struct fib_nh_notifier_info fnh_info; member
7450 mlxsw_sp_nexthop4_event(mlxsw_sp, fib_event->event, fib_event->fnh_info.fib_nh); in mlxsw_sp_router_fib4_event_process()
7451 fib_info_put(fib_event->fnh_info.fib_nh->nh_parent); in mlxsw_sp_router_fib4_event_process()
7613 struct fib_nh_notifier_info *fnh_info; in mlxsw_sp_router_fib4_event() local
7628 fnh_info = container_of(info, struct fib_nh_notifier_info, in mlxsw_sp_router_fib4_event()
7630 fib_event->fnh_info = *fnh_info; in mlxsw_sp_router_fib4_event()
7631 fib_info_hold(fib_event->fnh_info.fib_nh->nh_parent); in mlxsw_sp_router_fib4_event()