Home
last modified time | relevance | path

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

/linux-6.6.21/net/mac80211/
Dmesh.h354 atomic_inc(&sdata->u.mesh.estab_plinks); in mesh_plink_inc_estab_count()
361 atomic_dec(&sdata->u.mesh.estab_plinks); in mesh_plink_dec_estab_count()
368 atomic_read(&sdata->u.mesh.estab_plinks); in mesh_plink_free_count()
Ddebugfs_netdev.c629 IEEE80211_IF_FILE(estab_plinks, u.mesh.estab_plinks, ATOMIC);
768 DEBUGFS_ADD_MODE(estab_plinks, 0400); in add_mesh_files()
Dmesh.c288 neighbors = atomic_read(&ifmsh->estab_plinks); in mesh_add_meshconf_ie()
Dieee80211_i.h712 atomic_t estab_plinks; member