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

/linux-4.1.27/net/mac80211/
H A Dmesh.c1063 struct mesh_csa_settings *tmp_csa_settings; ieee80211_mesh_finish_csa() local
1072 tmp_csa_settings = rcu_dereference(ifmsh->csa); ieee80211_mesh_finish_csa()
1074 if (tmp_csa_settings) ieee80211_mesh_finish_csa()
1075 kfree_rcu(tmp_csa_settings, rcu_head); ieee80211_mesh_finish_csa()
1091 struct mesh_csa_settings *tmp_csa_settings; ieee80211_mesh_csa_beacon() local
1094 tmp_csa_settings = kmalloc(sizeof(*tmp_csa_settings), ieee80211_mesh_csa_beacon()
1096 if (!tmp_csa_settings) ieee80211_mesh_csa_beacon()
1099 memcpy(&tmp_csa_settings->settings, csa_settings, ieee80211_mesh_csa_beacon()
1102 rcu_assign_pointer(ifmsh->csa, tmp_csa_settings); ieee80211_mesh_csa_beacon()
1106 tmp_csa_settings = rcu_dereference(ifmsh->csa); ieee80211_mesh_csa_beacon()
1108 kfree_rcu(tmp_csa_settings, rcu_head); ieee80211_mesh_csa_beacon()

Completed in 99 milliseconds