Searched refs:new_nh (Results 1 – 3 of 3) sorted by relevance
/linux/net/ipv4/ |
A D | nexthop.c | 379 struct nexthop *new_nh, in call_nexthop_res_bucket_notifiers() argument 383 struct nh_info *newi = nh_res_dereference(new_nh->nh_info); in call_nexthop_res_bucket_notifiers() 2288 u32 new_id = new_nh->id; in insert_nexthop() 2308 rc = replace_nexthop(net, nh, new_nh, cfg, extack); in insert_nexthop() 2310 new_nh = nh; /* send notification with old nh */ in insert_nexthop() 2326 if (new_nh->is_group) { in insert_nexthop() 2351 rb_link_node_rcu(&new_nh->rb_node, parent, pp); in insert_nexthop() 2352 rb_insert_color(&new_nh->rb_node, root); in insert_nexthop() 2359 rb_erase(&new_nh->rb_node, &net->nexthop.rb_root); in insert_nexthop() 2364 nexthop_notify(RTM_NEWNEXTHOP, new_nh, &cfg->nlinfo); in insert_nexthop() [all …]
|
/linux/include/net/ |
A D | nexthop.h | 198 struct nh_notifier_single_info new_nh; member
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_router.c | 4740 nh = &info->nh_res_bucket->new_nh; in mlxsw_sp_nexthop_obj_validate() 5260 nh_obj = &info->nh_res_bucket->new_nh; in mlxsw_sp_nexthop_obj_bucket_replace()
|
Completed in 37 milliseconds