Searched refs:MESH_PATH_RESOLVING (Results 1 – 5 of 5) sorted by relevance
892 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()1092 if (mpath->flags & MESH_PATH_RESOLVING) { in mesh_path_start_discovery()1097 mpath->flags |= MESH_PATH_RESOLVING; in mesh_path_start_discovery()1101 } else if (!(mpath->flags & MESH_PATH_RESOLVING) || in mesh_path_start_discovery()1103 mpath->flags &= ~MESH_PATH_RESOLVING; in mesh_path_start_discovery()1187 if (!(mpath->flags & MESH_PATH_RESOLVING) && in mesh_nexthop_resolve()1241 MESH_PATH_RESOLVING)) in mesh_path_refresh()1304 (!(mpath->flags & MESH_PATH_RESOLVING))) { in mesh_path_timer()1305 mpath->flags &= ~(MESH_PATH_RESOLVING | MESH_PATH_RESOLVED); in mesh_path_timer()1314 mpath->flags &= ~(MESH_PATH_RESOLVING | in mesh_path_timer()
39 MESH_PATH_RESOLVING = BIT(1), enumerator
801 mpath->flags |= MESH_PATH_RESOLVING | MESH_PATH_DELETED; in mesh_path_free_rcu()1081 if ((!(mpath->flags & MESH_PATH_RESOLVING)) && in mesh_path_tbl_expire()
2507 if (mpath->flags & MESH_PATH_RESOLVING) in mpath_set_pinfo()
2701 MESH_PATH_RESOLVING))) in ieee80211_build_hdr()
Completed in 630 milliseconds