Home
last modified time | relevance | path

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

/Linux-v6.6/net/mac80211/
Dmesh_hwmp.c882 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()
1082 if (mpath->flags & MESH_PATH_RESOLVING) { in mesh_path_start_discovery()
1087 mpath->flags |= MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1091 } else if (!(mpath->flags & MESH_PATH_RESOLVING) || in mesh_path_start_discovery()
1093 mpath->flags &= ~MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1177 if (!(mpath->flags & MESH_PATH_RESOLVING) && in mesh_nexthop_resolve()
1231 MESH_PATH_RESOLVING)) in mesh_path_refresh()
1294 (!(mpath->flags & MESH_PATH_RESOLVING))) { in mesh_path_timer()
1295 mpath->flags &= ~(MESH_PATH_RESOLVING | MESH_PATH_RESOLVED); in mesh_path_timer()
1304 mpath->flags &= ~(MESH_PATH_RESOLVING | in mesh_path_timer()
Dmesh.h39 MESH_PATH_RESOLVING = BIT(1), enumerator
Dmesh_pathtbl.c787 mpath->flags |= MESH_PATH_RESOLVING | MESH_PATH_DELETED; in mesh_path_free_rcu()
1053 if ((!(mpath->flags & MESH_PATH_RESOLVING)) && in mesh_path_tbl_expire()
Dcfg.c2335 if (mpath->flags & MESH_PATH_RESOLVING) in mpath_set_pinfo()
Dtx.c2690 MESH_PATH_RESOLVING))) in ieee80211_build_hdr()