Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dnexthop.c784 struct nexthop *nhp = nhge->nh_parent; in remove_nh_grp_entry()
822 new_nhges[j].nh_parent = nhges[i].nh_parent; in remove_nh_grp_entry()
976 newg->nh_entries[i].nh_parent = old; in replace_nexthop_grp()
981 oldg->nh_entries[i].nh_parent = new; in replace_nexthop_grp()
1019 newi->nh_parent = old; in replace_nexthop_single()
1020 oldi->nh_parent = new; in replace_nexthop_single()
1035 struct nexthop *nhp = nhge->nh_parent; in replace_nexthop_single()
1083 __nexthop_replace_notify(net, nhge->nh_parent, info); in nexthop_replace_notify()
1115 nexthop_num_path(nhge->nh_parent) > 1) { in replace_nexthop()
1120 err = fib_check_nh_list(nhge->nh_parent, new, extack); in replace_nexthop()
[all …]
Dfib_semantics.c1500 nexthop_nh->nh_parent = fi; in fib_create_info()
2002 struct fib_info *fi = nh->nh_parent; in fib_sync_down_dev()
2160 struct fib_info *fi = nh->nh_parent; in fib_sync_up()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dlag_mp.c218 fib_nh->nh_parent); in mlx5_lag_fib_update()
219 fib_info_put(fib_work->fnh_info.fib_nh->nh_parent); in mlx5_lag_fib_update()
292 fib_info_hold(fib_work->fnh_info.fib_nh->nh_parent); in mlx5_lag_fib_event()
/kernel/linux/linux-5.10/include/net/
Dnexthop.h53 struct nexthop *nh_parent; member
72 struct nexthop *nh_parent; /* nexthop of group with this entry */ member
Dip_fib.h106 struct fib_info *nh_parent; member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c3809 fib_nh->nh_parent->fib_type == RTN_UNICAST && in mlxsw_sp_nexthop4_ipip_type()
6000 fib_info_put(fib_work->fnh_info.fib_nh->nh_parent); in mlxsw_sp_router_fib4_event_work()
6110 fib_info_hold(fib_work->fnh_info.fib_nh->nh_parent); in mlxsw_sp_router_fib4_event()