Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dnexthop.h197 struct nh_notifier_single_info old_nh; member
/openbmc/linux/drivers/net/vxlan/
H A 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()
/openbmc/linux/net/ipv4/
H A 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c5471 nh_obj = &info->nh_res_bucket->old_nh; in mlxsw_sp_nexthop_obj_bucket_replace()