Home
last modified time | relevance | path

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

/linux-6.1.9/net/mac80211/
Dmesh_hwmp.c873 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()
1073 if (mpath->flags & MESH_PATH_RESOLVING) { in mesh_path_start_discovery()
1078 mpath->flags |= MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1082 } else if (!(mpath->flags & MESH_PATH_RESOLVING) || in mesh_path_start_discovery()
1084 mpath->flags &= ~MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1168 if (!(mpath->flags & MESH_PATH_RESOLVING) && in mesh_nexthop_resolve()
1249 !(mpath->flags & MESH_PATH_RESOLVING) && in mesh_nexthop_lookup()
1275 (!(mpath->flags & MESH_PATH_RESOLVING))) { in mesh_path_timer()
1276 mpath->flags &= ~(MESH_PATH_RESOLVING | MESH_PATH_RESOLVED); in mesh_path_timer()
1285 mpath->flags &= ~(MESH_PATH_RESOLVING | in mesh_path_timer()
Dmesh_pathtbl.c512 mpath->flags |= MESH_PATH_RESOLVING | MESH_PATH_DELETED; in mesh_path_free_rcu()
772 if ((!(mpath->flags & MESH_PATH_RESOLVING)) && in mesh_path_tbl_expire()
Dmesh.h38 MESH_PATH_RESOLVING = BIT(1), enumerator
Dcfg.c2218 if (mpath->flags & MESH_PATH_RESOLVING) in mpath_set_pinfo()
Dtx.c2712 MESH_PATH_RESOLVING))) in ieee80211_build_hdr()