Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dmesh_pathtbl.c44 static struct mesh_table __rcu *mpp_paths; /* Store paths for MPP&MAP */ variable
66 return rcu_dereference_protected(mpp_paths, in resize_dereference_mpp_paths()
376 return mpath_lookup(rcu_dereference(mpp_paths), dst, sdata); in mpp_path_lookup()
425 struct mesh_table *tbl = rcu_dereference(mpp_paths); in mpp_path_lookup_by_idx()
653 rcu_assign_pointer(mpp_paths, newtbl); in mesh_mpp_table_grow()
1105 RCU_INIT_POINTER(mpp_paths, tbl_mpp); in mesh_pathtbl_init()
1141 mesh_table_free(rcu_dereference_protected(mpp_paths, 1), true); in mesh_pathtbl_unregister()