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