Home
last modified time | relevance | path

Searched refs:MESH_PATH_RESOLVING (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/net/mac80211/
H A Dmesh_hwmp.c890 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()
1090 if (mpath->flags & MESH_PATH_RESOLVING) { in mesh_path_start_discovery()
1095 mpath->flags |= MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1099 } else if (!(mpath->flags & MESH_PATH_RESOLVING) || in mesh_path_start_discovery()
1101 mpath->flags &= ~MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1185 if (!(mpath->flags & MESH_PATH_RESOLVING) && in mesh_nexthop_resolve()
1239 MESH_PATH_RESOLVING)) in mesh_path_refresh()
1302 (!(mpath->flags & MESH_PATH_RESOLVING))) { in mesh_path_timer()
1303 mpath->flags &= ~(MESH_PATH_RESOLVING | MESH_PATH_RESOLVED); in mesh_path_timer()
1312 mpath->flags &= ~(MESH_PATH_RESOLVING | in mesh_path_timer()
H A Dmesh.h39 MESH_PATH_RESOLVING = BIT(1), enumerator
H A Dmesh_pathtbl.c801 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()
H A Dcfg.c2383 if (mpath->flags & MESH_PATH_RESOLVING) in mpath_set_pinfo()
H A Dtx.c2710 MESH_PATH_RESOLVING))) in ieee80211_build_hdr()