Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmesh.h41 MESH_PATH_RESOLVED = BIT(4), enumerator
351 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.c1960 if (mpath->flags & MESH_PATH_RESOLVED) in mpath_set_pinfo()