Lines Matching refs:newtbl
229 struct mesh_table *oldtbl, *newtbl; in mesh_path_add() local
233 newtbl = mesh_table_grow(mesh_paths); in mesh_path_add()
234 if (!newtbl) { in mesh_path_add()
238 rcu_assign_pointer(mesh_paths, newtbl); in mesh_path_add()
315 struct mesh_table *oldtbl, *newtbl; in mpp_path_add() local
319 newtbl = mesh_table_grow(mpp_paths); in mpp_path_add()
320 if (!newtbl) { in mpp_path_add()
324 rcu_assign_pointer(mpp_paths, newtbl); in mpp_path_add()
570 static int mesh_path_node_copy(struct hlist_node *p, struct mesh_table *newtbl) in mesh_path_node_copy() argument
583 hash_idx = mesh_table_hash(mpath->dst, mpath->sdata, newtbl); in mesh_path_node_copy()
585 &newtbl->hash_buckets[hash_idx]); in mesh_path_node_copy()