Lines Matching defs:nhp
1760 struct nexthop *nhp = nhge->nh_parent;
1768 nhg = rtnl_dereference(nhp->nh_grp);
1773 remove_nexthop(net, nhp, nlinfo);
1813 rcu_assign_pointer(nhp->nh_grp, newg);
1822 err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, nhp,
1829 nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo);
2164 struct nexthop *nhp = nhge->nh_parent;
2166 err = replace_nexthop_single_notify(net, nhp, old, oldi, newi,
2177 struct nexthop *nhp = nhge->nh_parent;
2180 nhg = rtnl_dereference(nhp->nh_grp);
2195 struct nexthop *nhp = nhge->nh_parent;
2197 replace_nexthop_single_notify(net, nhp, old, newi, oldi, NULL);