Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Dmesh_hwmp.c990 if (mpath->flags & MESH_PATH_REQ_QUEUED) { in mesh_queue_preq()
1000 mpath->flags |= MESH_PATH_REQ_QUEUED; in mesh_queue_preq()
1059 mpath->flags &= ~MESH_PATH_REQ_QUEUED; in mesh_path_start_discovery()
1225 mpath->flags &= ~MESH_PATH_REQ_QUEUED; in mesh_path_timer()
1231 MESH_PATH_REQ_QUEUED); in mesh_path_timer()
Dmesh.h42 MESH_PATH_REQ_QUEUED = BIT(5), enumerator