Home
last modified time | relevance | path

Searched refs:estab_plinks (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/mac80211/
Dmesh.h332 atomic_inc(&sdata->u.mesh.estab_plinks); in mesh_plink_inc_estab_count()
339 atomic_dec(&sdata->u.mesh.estab_plinks); in mesh_plink_dec_estab_count()
346 atomic_read(&sdata->u.mesh.estab_plinks); in mesh_plink_free_count()
Ddebugfs_netdev.c546 IEEE80211_IF_FILE(estab_plinks, u.mesh.estab_plinks, ATOMIC);
661 DEBUGFS_ADD_MODE(estab_plinks, 0400); in add_mesh_files()
Dmesh.c279 neighbors = atomic_read(&ifmsh->estab_plinks); in mesh_add_meshconf_ie()
Dieee80211_i.h668 atomic_t estab_plinks; member