Home
last modified time | relevance | path

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

/linux-6.12.1/net/mac80211/
Dmesh_hwmp.c884 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()
1084 if (mpath->flags & MESH_PATH_RESOLVING) { in mesh_path_start_discovery()
1089 mpath->flags |= MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1093 } else if (!(mpath->flags & MESH_PATH_RESOLVING) || in mesh_path_start_discovery()
1095 mpath->flags &= ~MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1179 if (!(mpath->flags & MESH_PATH_RESOLVING) && in mesh_nexthop_resolve()
1233 MESH_PATH_RESOLVING)) in mesh_path_refresh()
1296 (!(mpath->flags & MESH_PATH_RESOLVING))) { in mesh_path_timer()
1297 mpath->flags &= ~(MESH_PATH_RESOLVING | MESH_PATH_RESOLVED); in mesh_path_timer()
1306 mpath->flags &= ~(MESH_PATH_RESOLVING | in mesh_path_timer()
Dmesh.h39 MESH_PATH_RESOLVING = BIT(1), enumerator
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()
Dcfg.c2355 if (mpath->flags & MESH_PATH_RESOLVING) in mpath_set_pinfo()
Dtx.c2708 MESH_PATH_RESOLVING))) in ieee80211_build_hdr()