Home
last modified time | relevance | path

Searched refs:MESH_PATH_RESOLVING (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh_hwmp.c868 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()
1064 if (mpath->flags & MESH_PATH_RESOLVING) { in mesh_path_start_discovery()
1069 mpath->flags |= MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1073 } else if (!(mpath->flags & MESH_PATH_RESOLVING) || in mesh_path_start_discovery()
1075 mpath->flags &= ~MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1159 if (!(mpath->flags & MESH_PATH_RESOLVING) && in mesh_nexthop_resolve()
1240 !(mpath->flags & MESH_PATH_RESOLVING) && in mesh_nexthop_lookup()
1266 (!(mpath->flags & MESH_PATH_RESOLVING))) { in mesh_path_timer()
1267 mpath->flags &= ~(MESH_PATH_RESOLVING | MESH_PATH_RESOLVED); in mesh_path_timer()
1276 mpath->flags &= ~(MESH_PATH_RESOLVING | in mesh_path_timer()
[all...]
H A Dmesh_pathtbl.c512 mpath->flags |= MESH_PATH_RESOLVING | MESH_PATH_DELETED; in mesh_path_free_rcu()
785 if ((!(mpath->flags & MESH_PATH_RESOLVING)) && in mesh_path_tbl_expire()
H A Dmesh.h22 * @MESH_PATH_RESOLVING: the discovery process is running for this mesh path
38 MESH_PATH_RESOLVING = BIT(1), enumerator
H A Dcfg.c1956 if (mpath->flags & MESH_PATH_RESOLVING) in mpath_set_pinfo()
H A Dtx.c2634 MESH_PATH_RESOLVING))) in ieee80211_build_hdr()
/kernel/linux/linux-6.6/net/mac80211/
H A 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()
[all...]
H A Dmesh.h23 * @MESH_PATH_RESOLVING: the discovery process is running for this mesh path
39 MESH_PATH_RESOLVING = BIT(1), enumerator
H A 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()
H A Dcfg.c2337 if (mpath->flags & MESH_PATH_RESOLVING) in mpath_set_pinfo()
H A Dtx.c2690 MESH_PATH_RESOLVING))) in ieee80211_build_hdr()

Completed in 32 milliseconds