Searched refs:MESH_PATH_RESOLVING (Results 1 – 5 of 5) sorted by relevance
812 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()1004 if (mpath->flags & MESH_PATH_RESOLVING) { in mesh_path_start_discovery()1009 mpath->flags |= MESH_PATH_RESOLVING; in mesh_path_start_discovery()1013 } else if (!(mpath->flags & MESH_PATH_RESOLVING) || in mesh_path_start_discovery()1015 mpath->flags &= ~MESH_PATH_RESOLVING; in mesh_path_start_discovery()1095 if (!(mpath->flags & MESH_PATH_RESOLVING)) in mesh_nexthop_resolve()1142 !(mpath->flags & MESH_PATH_RESOLVING) && in mesh_nexthop_lookup()1170 (!(mpath->flags & MESH_PATH_RESOLVING))) { in mesh_path_timer()1171 mpath->flags &= ~(MESH_PATH_RESOLVING | MESH_PATH_RESOLVED); in mesh_path_timer()
41 MESH_PATH_RESOLVING = BIT(1), enumerator
796 mpath->flags |= MESH_PATH_RESOLVING; in __mesh_path_del()1129 if ((!(mpath->flags & MESH_PATH_RESOLVING)) && in mesh_path_expire()
2085 MESH_PATH_RESOLVING))) in ieee80211_build_hdr()
1521 if (mpath->flags & MESH_PATH_RESOLVING) in mpath_set_pinfo()