Lines Matching refs:nhp
1737 struct nexthop *nhp = nhge->nh_parent; in remove_nh_grp_entry() local
1745 nhg = rtnl_dereference(nhp->nh_grp); in remove_nh_grp_entry()
1750 remove_nexthop(net, nhp, nlinfo); in remove_nh_grp_entry()
1790 rcu_assign_pointer(nhp->nh_grp, newg); in remove_nh_grp_entry()
1799 err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, nhp, in remove_nh_grp_entry()
1806 nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo); in remove_nh_grp_entry()
2141 struct nexthop *nhp = nhge->nh_parent; in replace_nexthop_single() local
2143 err = replace_nexthop_single_notify(net, nhp, old, oldi, newi, in replace_nexthop_single()
2154 struct nexthop *nhp = nhge->nh_parent; in replace_nexthop_single() local
2157 nhg = rtnl_dereference(nhp->nh_grp); in replace_nexthop_single()
2172 struct nexthop *nhp = nhge->nh_parent; in replace_nexthop_single() local
2174 replace_nexthop_single_notify(net, nhp, old, newi, oldi, NULL); in replace_nexthop_single()