Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_hwmp.c950 if (mpath->flags & MESH_PATH_REQ_QUEUED) { in mesh_queue_preq()
960 mpath->flags |= MESH_PATH_REQ_QUEUED; in mesh_queue_preq()
1015 mpath->flags &= ~MESH_PATH_REQ_QUEUED; in mesh_path_start_discovery()
1189 mpath->flags &= ~MESH_PATH_REQ_QUEUED; in mesh_path_timer()
1195 MESH_PATH_REQ_QUEUED); in mesh_path_timer()
Dmesh.h45 MESH_PATH_REQ_QUEUED = BIT(5), enumerator