Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dnexthop.h210 struct nh_notifier_single_info old_nh; member
/linux-6.12.1/drivers/net/vxlan/
Dvxlan_core.c825 struct nexthop *old_nh = rtnl_dereference(fdb->nh); in vxlan_fdb_nh_update() local
829 if (old_nh && old_nh->id == nhid) in vxlan_fdb_nh_update()
870 if (old_nh) { in vxlan_fdb_nh_update()
872 nexthop_put(old_nh); in vxlan_fdb_nh_update()
/linux-6.12.1/net/ipv4/
Dnexthop.c329 __nh_notifier_single_info_init(&info->nh_res_bucket->old_nh, oldi); in nh_notifier_res_bucket_info_init()
393 struct nexthop *old_nh, in call_nexthop_res_bucket_notifiers() argument
397 struct nh_info *oldi = nh_res_dereference(old_nh->nh_info); in call_nexthop_res_bucket_notifiers()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c5637 nh_obj = &info->nh_res_bucket->old_nh; in mlxsw_sp_nexthop_obj_bucket_replace()