Home
last modified time | relevance | path

Searched refs:MESH_PATH_RESOLVED (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh.h27 * @MESH_PATH_RESOLVED: the mesh path can has been resolved
33 * MESH_PATH_RESOLVED is used by the mesh path timer to
41 MESH_PATH_RESOLVED = BIT(4), enumerator
331 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED; in mesh_path_activate()
H A Dmesh_hwmp.c1068 mpath->flags &= ~MESH_PATH_RESOLVED; in mesh_path_start_discovery()
1074 mpath->flags & MESH_PATH_RESOLVED) { in mesh_path_start_discovery()
1265 if (mpath->flags & MESH_PATH_RESOLVED || in mesh_path_timer()
1267 mpath->flags &= ~(MESH_PATH_RESOLVING | MESH_PATH_RESOLVED); in mesh_path_timer()
1277 MESH_PATH_RESOLVED | in mesh_path_timer()
H A Dcfg.c1962 if (mpath->flags & MESH_PATH_RESOLVED) in mpath_set_pinfo()
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh.h28 * @MESH_PATH_RESOLVED: the mesh path can has been resolved
34 * MESH_PATH_RESOLVED is used by the mesh path timer to
42 MESH_PATH_RESOLVED = BIT(4), enumerator
379 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED; in mesh_path_activate()
H A Dmesh_hwmp.c1086 mpath->flags &= ~MESH_PATH_RESOLVED; in mesh_path_start_discovery()
1092 mpath->flags & MESH_PATH_RESOLVED) { in mesh_path_start_discovery()
1293 if (mpath->flags & MESH_PATH_RESOLVED || in mesh_path_timer()
1295 mpath->flags &= ~(MESH_PATH_RESOLVING | MESH_PATH_RESOLVED); in mesh_path_timer()
1305 MESH_PATH_RESOLVED | in mesh_path_timer()
H A Dcfg.c2343 if (mpath->flags & MESH_PATH_RESOLVED) in mpath_set_pinfo()

Completed in 15 milliseconds