Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c7807 struct fib_nh_notifier_info fnh_info; member
7891 fib_work->fnh_info.fib_nh); in mlxsw_sp_router_fib4_event_work()
7892 fib_info_put(fib_work->fnh_info.fib_nh->nh_parent); in mlxsw_sp_router_fib4_event_work()
7993 struct fib_nh_notifier_info *fnh_info; in mlxsw_sp_router_fib4_event() local
8008 fnh_info = container_of(info, struct fib_nh_notifier_info, in mlxsw_sp_router_fib4_event()
8010 fib_work->fnh_info = *fnh_info; in mlxsw_sp_router_fib4_event()
8011 fib_info_hold(fib_work->fnh_info.fib_nh->nh_parent); in mlxsw_sp_router_fib4_event()