Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c1002 if (ifmsh->preq_queue_len == MAX_PREQ_QUEUE_LEN) { in mesh_queue_preq()
1025 ++ifmsh->preq_queue_len; in mesh_queue_preq()
1057 if (!ifmsh->preq_queue_len || in mesh_path_start_discovery()
1067 --ifmsh->preq_queue_len; in mesh_path_start_discovery()
H A Dmesh_pathtbl.c1027 --ifmsh->preq_queue_len; in mesh_path_flush_pending()
H A Dmesh.c1760 if (ifmsh->preq_queue_len && in ieee80211_mesh_work()
H A Dieee80211_i.h709 int preq_queue_len; member