Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dmesh_hwmp.c1010 if (ifmsh->preq_queue_len == MAX_PREQ_QUEUE_LEN) { in mesh_queue_preq()
1033 ++ifmsh->preq_queue_len; in mesh_queue_preq()
1065 if (!ifmsh->preq_queue_len || in mesh_path_start_discovery()
1075 --ifmsh->preq_queue_len; in mesh_path_start_discovery()
H A Dmesh_pathtbl.c1033 --ifmsh->preq_queue_len; in mesh_path_flush_pending()
H A Dmesh.c1746 if (ifmsh->preq_queue_len && in ieee80211_mesh_work()
H A Dieee80211_i.h777 int preq_queue_len; member