Home
last modified time | relevance | path

Searched refs:mesh_paths (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/mac80211/
Dmesh_pathtbl.c43 static struct mesh_table __rcu *mesh_paths; variable
60 return rcu_dereference_protected(mesh_paths, in resize_dereference_mesh_paths()
370 return mpath_lookup(rcu_dereference(mesh_paths), dst, sdata); in mesh_path_lookup()
392 struct mesh_table *tbl = rcu_dereference(mesh_paths); in mesh_path_lookup_by_idx()
451 tbl = rcu_dereference(mesh_paths); in mesh_path_add_gate()
632 rcu_assign_pointer(mesh_paths, newtbl); in mesh_mpath_table_grow()
760 tbl = rcu_dereference(mesh_paths); in mesh_plink_broken()
953 tbl = rcu_dereference(mesh_paths); in mesh_path_send_to_gates()
1104 RCU_INIT_POINTER(mesh_paths, tbl_path); in mesh_pathtbl_init()
1124 tbl = rcu_dereference(mesh_paths); in mesh_path_expire()
[all …]