Lines Matching refs:nh_parent
784 struct nexthop *nhp = nhge->nh_parent; in remove_nh_grp_entry()
822 new_nhges[j].nh_parent = nhges[i].nh_parent; in remove_nh_grp_entry()
955 newg->nh_entries[i].nh_parent = old; in replace_nexthop_grp()
960 oldg->nh_entries[i].nh_parent = new; in replace_nexthop_grp()
998 newi->nh_parent = old; in replace_nexthop_single()
999 oldi->nh_parent = new; in replace_nexthop_single()
1014 struct nexthop *nhp = nhge->nh_parent; in replace_nexthop_single()
1062 __nexthop_replace_notify(net, nhge->nh_parent, info); in nexthop_replace_notify()
1094 nexthop_num_path(nhge->nh_parent) > 1) { in replace_nexthop()
1099 err = fib_check_nh_list(nhge->nh_parent, new, extack); in replace_nexthop()
1103 err = fib6_check_nh_list(nhge->nh_parent, new, extack); in replace_nexthop()
1202 remove_nexthop(net, nhi->nh_parent, NULL); in nexthop_flush_dev()
1269 nhg->nh_entries[i].nh_parent = nh; in nexthop_create_group()
1391 nhi->nh_parent = nh; in nexthop_create()