Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dnexthop.h197 struct nh_notifier_single_info old_nh; member
/Linux-v6.6/drivers/net/vxlan/
Dvxlan_core.c826 struct nexthop *old_nh = rtnl_dereference(fdb->nh); in vxlan_fdb_nh_update() local
830 if (old_nh && old_nh->id == nhid) in vxlan_fdb_nh_update()
871 if (old_nh) { in vxlan_fdb_nh_update()
873 nexthop_put(old_nh); in vxlan_fdb_nh_update()
/Linux-v6.6/net/ipv4/
Dnexthop.c315 __nh_notifier_single_info_init(&info->nh_res_bucket->old_nh, oldi); in nh_notifier_res_bucket_info_init()
379 struct nexthop *old_nh, in call_nexthop_res_bucket_notifiers() argument
383 struct nh_info *oldi = nh_res_dereference(old_nh->nh_info); in call_nexthop_res_bucket_notifiers()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c5470 nh_obj = &info->nh_res_bucket->old_nh; in mlxsw_sp_nexthop_obj_bucket_replace()