Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dnexthop.c1124 static int insert_nexthop(struct net *net, struct nexthop *new_nh, in insert_nexthop() argument
1131 u32 new_id = new_nh->id; in insert_nexthop()
1151 rc = replace_nexthop(net, nh, new_nh, extack); in insert_nexthop()
1153 new_nh = nh; /* send notification with old nh */ in insert_nexthop()
1169 rb_link_node_rcu(&new_nh->rb_node, parent, pp); in insert_nexthop()
1170 rb_insert_color(&new_nh->rb_node, root); in insert_nexthop()
1175 nexthop_notify(RTM_NEWNEXTHOP, new_nh, &cfg->nlinfo); in insert_nexthop()
1177 nexthop_replace_notify(net, new_nh, &cfg->nlinfo); in insert_nexthop()