mpaths            672 net/mac80211/ieee80211_i.h 	atomic_t mpaths;
mpaths           1523 net/mac80211/mesh.c 	atomic_set(&ifmsh->mpaths, 0);
mpaths            412 net/mac80211/mesh_pathtbl.c 	if (atomic_add_unless(&sdata->u.mesh.mpaths, 1, MESH_MAX_MPATHS) == 0)
mpaths            522 net/mac80211/mesh_pathtbl.c 	atomic_dec(&sdata->u.mesh.mpaths);