Searched refs:old_res_table (Results 1 – 1 of 1) sorted by relevance
2002 struct nh_res_table *old_res_table = rtnl_dereference(oldg->res_table); in replace_nexthop_grp_res() local2003 unsigned long prev_unbalanced_since = old_res_table->unbalanced_since; in replace_nexthop_grp_res()2004 bool prev_has_uw = !list_empty(&old_res_table->uw_nh_entries); in replace_nexthop_grp_res()2006 nh_res_table_cancel_upkeep(old_res_table); in replace_nexthop_grp_res()2007 nh_res_table_migrate_buckets(old_res_table, newg); in replace_nexthop_grp_res()2008 nh_res_group_rebalance(newg, old_res_table); in replace_nexthop_grp_res()2009 if (prev_has_uw && !list_empty(&old_res_table->uw_nh_entries)) in replace_nexthop_grp_res()2010 old_res_table->unbalanced_since = prev_unbalanced_since; in replace_nexthop_grp_res()2011 nh_res_table_upkeep(old_res_table, true, false); in replace_nexthop_grp_res()2285 struct nh_res_table *old_res_table; in replace_nexthop_grp() local[all …]