Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dmesh.h385 atomic_inc(&sdata->u.mesh.estab_plinks); in mesh_plink_inc_estab_count()
392 atomic_dec(&sdata->u.mesh.estab_plinks); in mesh_plink_dec_estab_count()
399 atomic_read(&sdata->u.mesh.estab_plinks); in mesh_plink_free_count()
H A Ddebugfs_netdev.c740 IEEE80211_IF_FILE(estab_plinks, u.mesh.estab_plinks, ATOMIC);
879 DEBUGFS_ADD_MODE(estab_plinks, 0400); in add_mesh_files()
H A Dmesh.c293 neighbors = atomic_read(&ifmsh->estab_plinks); in mesh_add_meshconf_ie()
H A Dieee80211_i.h780 atomic_t estab_plinks; member