Searched refs:old_res_table (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ipv4/
H A Dnexthop.c1950 struct nh_res_table *old_res_table = rtnl_dereference(oldg->res_table); local
1951 unsigned long prev_unbalanced_since = old_res_table->unbalanced_since;
1952 bool prev_has_uw = !list_empty(&old_res_table->uw_nh_entries);
1954 nh_res_table_cancel_upkeep(old_res_table);
1955 nh_res_table_migrate_buckets(old_res_table, newg);
1956 nh_res_group_rebalance(newg, old_res_table);
1957 if (prev_has_uw && !list_empty(&old_res_table->uw_nh_entries))
1958 old_res_table->unbalanced_since = prev_unbalanced_since;
1959 nh_res_table_upkeep(old_res_table, true, false);
2188 struct nh_res_table *old_res_table; local
[all...]

Completed in 221 milliseconds