Searched refs:MESH_PATH_REQ_QUEUED (Results 1 – 2 of 2) sorted by relevance
1011 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()
43 MESH_PATH_REQ_QUEUED = BIT(5), enumerator