Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh_pathtbl.c693 if (atomic_add_unless(&sdata->u.mesh.mpaths, 1, MESH_MAX_MPATHS) == 0) in mesh_path_add()
805 atomic_dec(&sdata->u.mesh.mpaths); in mesh_path_free_rcu()
H A Dieee80211_i.h796 atomic_t mpaths; member