Home
last modified time | relevance | path

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

/linux-6.1.9/net/mac80211/
Dmesh_hwmp.c1002 if (mpath->flags & MESH_PATH_REQ_QUEUED) { in mesh_queue_preq()
1012 mpath->flags |= MESH_PATH_REQ_QUEUED; in mesh_queue_preq()
1071 mpath->flags &= ~MESH_PATH_REQ_QUEUED; in mesh_path_start_discovery()
1281 mpath->flags &= ~MESH_PATH_REQ_QUEUED; in mesh_path_timer()
1287 MESH_PATH_REQ_QUEUED); in mesh_path_timer()
Dmesh.h42 MESH_PATH_REQ_QUEUED = BIT(5), enumerator