Home
last modified time | relevance | path

Searched refs:old_nh (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/include/net/
H A Dnexthop.h197 struct nh_notifier_single_info old_nh; member
/kernel/linux/linux-5.10/drivers/net/vxlan/
H A Dvxlan_core.c886 struct nexthop *old_nh = rtnl_dereference(fdb->nh); in vxlan_fdb_nh_update() local
890 if (old_nh && old_nh->id == nhid) in vxlan_fdb_nh_update()
933 if (old_nh) { in vxlan_fdb_nh_update()
935 nexthop_put(old_nh); in vxlan_fdb_nh_update()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
383 struct nh_info *oldi = nh_res_dereference(old_nh->nh_info); in call_nexthop_res_bucket_notifiers()
377 call_nexthop_res_bucket_notifiers(struct net *net, u32 nhg_id, u16 bucket_index, bool force, struct nexthop *old_nh, struct nexthop *new_nh, struct netlink_ext_ack *extack) call_nexthop_res_bucket_notifiers() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c5470 nh_obj = &info->nh_res_bucket->old_nh; in mlxsw_sp_nexthop_obj_bucket_replace()

Completed in 37 milliseconds