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

/net/mac80211/
H A Dmesh.c172 sdata->u.mesh.rmc = kmalloc(sizeof(struct mesh_rmc), GFP_KERNEL);
173 if (!sdata->u.mesh.rmc)
175 sdata->u.mesh.rmc->idx_mask = RMC_BUCKETS - 1;
177 INIT_LIST_HEAD(&sdata->u.mesh.rmc->bucket[i]);
183 struct mesh_rmc *rmc = sdata->u.mesh.rmc; local
187 if (!sdata->u.mesh.rmc)
191 list_for_each_entry_safe(p, n, &rmc->bucket[i], list) {
197 kfree(rmc);
198 sdata->u.mesh.rmc
217 struct mesh_rmc *rmc = sdata->u.mesh.rmc; local
[all...]
H A Dieee80211_i.h606 struct mesh_rmc *rmc; member in struct:ieee80211_if_mesh

Completed in 107 milliseconds