Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_hwmp.c840 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()
1036 if (mpath->flags & MESH_PATH_RESOLVING) { in mesh_path_start_discovery()
1041 mpath->flags |= MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1045 } else if (!(mpath->flags & MESH_PATH_RESOLVING) || in mesh_path_start_discovery()
1047 mpath->flags &= ~MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1127 if (!(mpath->flags & MESH_PATH_RESOLVING)) in mesh_nexthop_resolve()
1174 !(mpath->flags & MESH_PATH_RESOLVING) && in mesh_nexthop_lookup()
1202 (!(mpath->flags & MESH_PATH_RESOLVING))) { in mesh_path_timer()
1203 mpath->flags &= ~(MESH_PATH_RESOLVING | MESH_PATH_RESOLVED); in mesh_path_timer()
1212 mpath->flags &= ~(MESH_PATH_RESOLVING | in mesh_path_timer()
Dmesh.h41 MESH_PATH_RESOLVING = BIT(1), enumerator
Dmesh_pathtbl.c551 mpath->flags |= MESH_PATH_RESOLVING | MESH_PATH_DELETED; in mesh_path_free_rcu()
884 if ((!(mpath->flags & MESH_PATH_RESOLVING)) && in mesh_path_tbl_expire()
Dcfg.c1700 if (mpath->flags & MESH_PATH_RESOLVING) in mpath_set_pinfo()
Dtx.c2443 MESH_PATH_RESOLVING))) in ieee80211_build_hdr()