Lines Matching refs:nh_parent
966 struct nexthop *nh = nhge->nh_parent; in nexthop_bucket_notify()
1737 struct nexthop *nhp = nhge->nh_parent; in remove_nh_grp_entry()
1778 new_nhges[j].nh_parent = nhges[i].nh_parent; in remove_nh_grp_entry()
1999 newg->nh_entries[i].nh_parent = old; in replace_nexthop_grp()
2012 oldg->nh_entries[i].nh_parent = new; in replace_nexthop_grp()
2127 newi->nh_parent = old; in replace_nexthop_single()
2128 oldi->nh_parent = new; in replace_nexthop_single()
2141 struct nexthop *nhp = nhge->nh_parent; in replace_nexthop_single()
2154 struct nexthop *nhp = nhge->nh_parent; in replace_nexthop_single()
2169 oldi->nh_parent = old; in replace_nexthop_single()
2170 newi->nh_parent = new; in replace_nexthop_single()
2172 struct nexthop *nhp = nhge->nh_parent; in replace_nexthop_single()
2217 __nexthop_replace_notify(net, nhge->nh_parent, info); in nexthop_replace_notify()
2250 nexthop_num_path(nhge->nh_parent) > 1) { in replace_nexthop()
2255 err = fib_check_nh_list(nhge->nh_parent, new, extack); in replace_nexthop()
2259 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()