Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dmesh_hwmp.c812 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()
1004 if (mpath->flags & MESH_PATH_RESOLVING) { in mesh_path_start_discovery()
1009 mpath->flags |= MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1013 } else if (!(mpath->flags & MESH_PATH_RESOLVING) || in mesh_path_start_discovery()
1015 mpath->flags &= ~MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1095 if (!(mpath->flags & MESH_PATH_RESOLVING)) in mesh_nexthop_resolve()
1142 !(mpath->flags & MESH_PATH_RESOLVING) && in mesh_nexthop_lookup()
1170 (!(mpath->flags & MESH_PATH_RESOLVING))) { in mesh_path_timer()
1171 mpath->flags &= ~(MESH_PATH_RESOLVING | MESH_PATH_RESOLVED); in mesh_path_timer()
Dmesh.h41 MESH_PATH_RESOLVING = BIT(1), enumerator
Dmesh_pathtbl.c796 mpath->flags |= MESH_PATH_RESOLVING; in __mesh_path_del()
1129 if ((!(mpath->flags & MESH_PATH_RESOLVING)) && in mesh_path_expire()
Dtx.c2085 MESH_PATH_RESOLVING))) in ieee80211_build_hdr()
Dcfg.c1521 if (mpath->flags & MESH_PATH_RESOLVING) in mpath_set_pinfo()