new_nh 1007 net/ipv4/nexthop.c static int insert_nexthop(struct net *net, struct nexthop *new_nh, new_nh 1014 net/ipv4/nexthop.c u32 new_id = new_nh->id; new_nh 1034 net/ipv4/nexthop.c rc = replace_nexthop(net, nh, new_nh, extack); new_nh 1036 net/ipv4/nexthop.c new_nh = nh; /* send notification with old nh */ new_nh 1052 net/ipv4/nexthop.c rb_link_node_rcu(&new_nh->rb_node, parent, pp); new_nh 1053 net/ipv4/nexthop.c rb_insert_color(&new_nh->rb_node, root); new_nh 1058 net/ipv4/nexthop.c nexthop_notify(RTM_NEWNEXTHOP, new_nh, &cfg->nlinfo); new_nh 1060 net/ipv4/nexthop.c nexthop_replace_notify(net, new_nh, &cfg->nlinfo);