Searched refs:MESH_PATH_RESOLVED (Results 1 – 3 of 3) sorted by relevance
41 MESH_PATH_RESOLVED = BIT(4), enumerator331 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED; in mesh_path_activate()
1077 mpath->flags &= ~MESH_PATH_RESOLVED; in mesh_path_start_discovery()1083 mpath->flags & MESH_PATH_RESOLVED) { in mesh_path_start_discovery()1274 if (mpath->flags & MESH_PATH_RESOLVED || in mesh_path_timer()1276 mpath->flags &= ~(MESH_PATH_RESOLVING | MESH_PATH_RESOLVED); in mesh_path_timer()1286 MESH_PATH_RESOLVED | in mesh_path_timer()
2224 if (mpath->flags & MESH_PATH_RESOLVED) in mpath_set_pinfo()