Lines Matching refs:nh_parent
965 struct nexthop *nh = nhge->nh_parent; in nexthop_bucket_notify()
1736 struct nexthop *nhp = nhge->nh_parent; in remove_nh_grp_entry()
1777 new_nhges[j].nh_parent = nhges[i].nh_parent; in remove_nh_grp_entry()
2001 newg->nh_entries[i].nh_parent = old; in replace_nexthop_grp()
2013 oldg->nh_entries[i].nh_parent = new; in replace_nexthop_grp()
2128 newi->nh_parent = old; in replace_nexthop_single()
2129 oldi->nh_parent = new; in replace_nexthop_single()
2142 struct nexthop *nhp = nhge->nh_parent; in replace_nexthop_single()
2155 struct nexthop *nhp = nhge->nh_parent; in replace_nexthop_single()
2170 oldi->nh_parent = old; in replace_nexthop_single()
2171 newi->nh_parent = new; in replace_nexthop_single()
2173 struct nexthop *nhp = nhge->nh_parent; in replace_nexthop_single()
2218 __nexthop_replace_notify(net, nhge->nh_parent, info); in nexthop_replace_notify()
2251 nexthop_num_path(nhge->nh_parent) > 1) { in replace_nexthop()
2256 err = fib_check_nh_list(nhge->nh_parent, new, extack); in replace_nexthop()
2260 err = fib6_check_nh_list(nhge->nh_parent, new, extack); in replace_nexthop()
2390 remove_nexthop(net, nhi->nh_parent, NULL); in nexthop_flush_dev()
2460 nhg->nh_entries[i].nh_parent = nh; in nexthop_create_group()
2600 nhi->nh_parent = nh; in nexthop_create()