Home
last modified time | relevance | path

Searched refs:MESH_PATH_RESOLVED (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/mac80211/
Dmesh.h44 MESH_PATH_RESOLVED = BIT(4), enumerator
353 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED; in mesh_path_activate()
Dmesh_hwmp.c1008 mpath->flags &= ~MESH_PATH_RESOLVED; in mesh_path_start_discovery()
1014 mpath->flags & MESH_PATH_RESOLVED) { in mesh_path_start_discovery()
1169 if (mpath->flags & MESH_PATH_RESOLVED || in mesh_path_timer()
1171 mpath->flags &= ~(MESH_PATH_RESOLVING | MESH_PATH_RESOLVED); in mesh_path_timer()
Dcfg.c1527 if (mpath->flags & MESH_PATH_RESOLVED) in mpath_set_pinfo()