Lines Matching refs:nhp
1998 struct nexthop *nhp = nhge->nh_parent; in remove_nh_grp_entry() local
2006 nhg = rtnl_dereference(nhp->nh_grp); in remove_nh_grp_entry()
2011 remove_nexthop(net, nhp, nlinfo); in remove_nh_grp_entry()
2052 rcu_assign_pointer(nhp->nh_grp, newg); in remove_nh_grp_entry()
2062 err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, nhp, in remove_nh_grp_entry()
2069 nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo); in remove_nh_grp_entry()
2404 struct nexthop *nhp = nhge->nh_parent; in replace_nexthop_single() local
2406 err = replace_nexthop_single_notify(net, nhp, old, oldi, newi, in replace_nexthop_single()
2417 struct nexthop *nhp = nhge->nh_parent; in replace_nexthop_single() local
2420 nhg = rtnl_dereference(nhp->nh_grp); in replace_nexthop_single()
2435 struct nexthop *nhp = nhge->nh_parent; in replace_nexthop_single() local
2437 replace_nexthop_single_notify(net, nhp, old, newi, oldi, NULL); in replace_nexthop_single()