Home
last modified time | relevance | path

Searched refs:MESH_PATH_REQ_QUEUED (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_hwmp.c1011 if (mpath->flags & MESH_PATH_REQ_QUEUED) { in mesh_queue_preq()
1021 mpath->flags |= MESH_PATH_REQ_QUEUED; in mesh_queue_preq()
1080 mpath->flags &= ~MESH_PATH_REQ_QUEUED; in mesh_path_start_discovery()
1230 if (mpath->flags & (MESH_PATH_REQ_QUEUED | MESH_PATH_FIXED | in mesh_path_refresh()
1300 mpath->flags &= ~MESH_PATH_REQ_QUEUED; in mesh_path_timer()
1306 MESH_PATH_REQ_QUEUED); in mesh_path_timer()
H A Dmesh.h29 * @MESH_PATH_REQ_QUEUED: there is an unsent path request for this destination
43 MESH_PATH_REQ_QUEUED = BIT(5), enumerator
/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh_hwmp.c993 if (mpath->flags & MESH_PATH_REQ_QUEUED) { in mesh_queue_preq()
1003 mpath->flags |= MESH_PATH_REQ_QUEUED; in mesh_queue_preq()
1062 mpath->flags &= ~MESH_PATH_REQ_QUEUED; in mesh_path_start_discovery()
1272 mpath->flags &= ~MESH_PATH_REQ_QUEUED; in mesh_path_timer()
1278 MESH_PATH_REQ_QUEUED); in mesh_path_timer()
H A Dmesh.h28 * @MESH_PATH_REQ_QUEUED: there is an unsent path request for this destination
42 MESH_PATH_REQ_QUEUED = BIT(5), enumerator

Completed in 6 milliseconds