Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh_pathtbl.c1021 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_path_flush_pending() local
1028 spin_lock_bh(&ifmsh->mesh_preq_queue_lock); in mesh_path_flush_pending()
1029 list_for_each_entry_safe(preq, tmp, &ifmsh->preq_queue.list, list) { in mesh_path_flush_pending()
1033 --ifmsh->preq_queue_len; in mesh_path_flush_pending()
1036 spin_unlock_bh(&ifmsh->mesh_preq_queue_lock); in mesh_path_flush_pending()
H A Dmesh.h281 void ieee80211_mesh_root_setup(struct ieee80211_if_mesh *ifmsh);