Lines Matching defs:nhp
2011 struct nexthop *nhp = nhge->nh_parent;
2019 nhg = rtnl_dereference(nhp->nh_grp);
2024 remove_nexthop(net, nhp, nlinfo);
2065 rcu_assign_pointer(nhp->nh_grp, newg);
2075 err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, nhp,
2082 nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo);
2441 struct nexthop *nhp = nhge->nh_parent;
2443 err = replace_nexthop_single_notify(net, nhp, old, oldi, newi,
2454 struct nexthop *nhp = nhge->nh_parent;
2457 nhg = rtnl_dereference(nhp->nh_grp);
2472 struct nexthop *nhp = nhge->nh_parent;
2474 replace_nexthop_single_notify(net, nhp, old, newi, oldi, NULL);