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

/linux-master/net/ipv4/
H A Dnexthop.c1941 static void replace_nexthop_grp_res(struct nh_group *oldg, argument
1946 * specified. For NH removal, oldg and newg both reference the same
1948 * with oldg->res_table.
1950 struct nh_res_table *old_res_table = rtnl_dereference(oldg->res_table);
2189 struct nh_group *oldg, *newg; local
2197 oldg = rtnl_dereference(old->nh_grp);
2200 if (newg->hash_threshold != oldg->hash_threshold) {
2212 old_res_table = rtnl_dereference(oldg->res_table);
2240 replace_nexthop_grp_res(oldg, newg);
2253 /* Make sure concurrent readers are not using 'oldg' anymor
[all...]

Completed in 101 milliseconds