Home
last modified time | relevance | path

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

/linux-3.4.99/net/mac80211/
Dmesh_pathtbl.c527 if (atomic_add_unless(&sdata->u.mesh.mpaths, 1, MESH_MAX_MPATHS) == 0) in mesh_path_add()
588 atomic_dec(&sdata->u.mesh.mpaths); in mesh_path_add()
763 atomic_dec(&sdata->u.mesh.mpaths); in mesh_path_node_reclaim()
Dmesh.c750 atomic_set(&ifmsh->mpaths, 0); in ieee80211_mesh_init_sdata()
Dieee80211_i.h580 atomic_t mpaths; member