Searched refs:new_nh (Results 1 – 1 of 1) sorted by relevance
/net/ipv4/ |
D | nexthop.c | 993 static int insert_nexthop(struct net *net, struct nexthop *new_nh, in insert_nexthop() argument 1000 u32 new_id = new_nh->id; in insert_nexthop() 1020 rc = replace_nexthop(net, nh, new_nh, extack); in insert_nexthop() 1022 new_nh = nh; /* send notification with old nh */ in insert_nexthop() 1038 rb_link_node_rcu(&new_nh->rb_node, parent, pp); in insert_nexthop() 1039 rb_insert_color(&new_nh->rb_node, root); in insert_nexthop() 1044 nexthop_notify(RTM_NEWNEXTHOP, new_nh, &cfg->nlinfo); in insert_nexthop() 1046 nexthop_replace_notify(net, new_nh, &cfg->nlinfo); in insert_nexthop()
|