Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Dmesh_hwmp.c850 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()
1046 if (mpath->flags & MESH_PATH_RESOLVING) { in mesh_path_start_discovery()
1051 mpath->flags |= MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1055 } else if (!(mpath->flags & MESH_PATH_RESOLVING) || in mesh_path_start_discovery()
1057 mpath->flags &= ~MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1137 if (!(mpath->flags & MESH_PATH_RESOLVING)) in mesh_nexthop_resolve()
1184 !(mpath->flags & MESH_PATH_RESOLVING) && in mesh_nexthop_lookup()
1212 (!(mpath->flags & MESH_PATH_RESOLVING))) { in mesh_path_timer()
1213 mpath->flags &= ~(MESH_PATH_RESOLVING | MESH_PATH_RESOLVED); in mesh_path_timer()
1222 mpath->flags &= ~(MESH_PATH_RESOLVING | in mesh_path_timer()
Dmesh.h41 MESH_PATH_RESOLVING = BIT(1), enumerator
Dmesh_pathtbl.c543 mpath->flags |= MESH_PATH_RESOLVING | MESH_PATH_DELETED; in mesh_path_free_rcu()
871 if ((!(mpath->flags & MESH_PATH_RESOLVING)) && in mesh_path_tbl_expire()
Dcfg.c1741 if (mpath->flags & MESH_PATH_RESOLVING) in mpath_set_pinfo()
Dtx.c2505 MESH_PATH_RESOLVING))) in ieee80211_build_hdr()