Searched refs:new_nh (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/net/ipv4/ |
D | nexthop.c | 330 __nh_notifier_single_info_init(&info->nh_res_bucket->new_nh, newi); in nh_notifier_res_bucket_info_init() 394 struct nexthop *new_nh, in call_nexthop_res_bucket_notifiers() argument 398 struct nh_info *newi = nh_res_dereference(new_nh->nh_info); in call_nexthop_res_bucket_notifiers() 2543 static int insert_nexthop(struct net *net, struct nexthop *new_nh, in insert_nexthop() argument 2550 u32 new_id = new_nh->id; in insert_nexthop() 2570 rc = replace_nexthop(net, nh, new_nh, cfg, extack); in insert_nexthop() 2572 new_nh = nh; /* send notification with old nh */ in insert_nexthop() 2588 if (new_nh->is_group) { in insert_nexthop() 2589 struct nh_group *nhg = rtnl_dereference(new_nh->nh_grp); in insert_nexthop() 2613 rb_link_node_rcu(&new_nh->rb_node, parent, pp); in insert_nexthop() [all …]
|
/linux-6.12.1/include/net/ |
D | nexthop.h | 211 struct nh_notifier_single_info new_nh; member
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router.c | 5058 nh = &info->nh_res_bucket->new_nh; in mlxsw_sp_nexthop_obj_validate() 5621 nh_obj = &info->nh_res_bucket->new_nh; in mlxsw_sp_nexthop_obj_bucket_replace()
|