Searched refs:MESH_PATH_REQ_QUEUED (Results 1 – 2 of 2) sorted by relevance
1013 if (mpath->flags & MESH_PATH_REQ_QUEUED) { in mesh_queue_preq()1023 mpath->flags |= MESH_PATH_REQ_QUEUED; in mesh_queue_preq()1082 mpath->flags &= ~MESH_PATH_REQ_QUEUED; in mesh_path_start_discovery()1232 if (mpath->flags & (MESH_PATH_REQ_QUEUED | MESH_PATH_FIXED | in mesh_path_refresh()1302 mpath->flags &= ~MESH_PATH_REQ_QUEUED; in mesh_path_timer()1308 MESH_PATH_REQ_QUEUED); in mesh_path_timer()
43 MESH_PATH_REQ_QUEUED = BIT(5), enumerator