Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_hwmp.c825 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()
1017 if (mpath->flags & MESH_PATH_RESOLVING) { in mesh_path_start_discovery()
1022 mpath->flags |= MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1026 } else if (!(mpath->flags & MESH_PATH_RESOLVING) || in mesh_path_start_discovery()
1028 mpath->flags &= ~MESH_PATH_RESOLVING; in mesh_path_start_discovery()
1108 if (!(mpath->flags & MESH_PATH_RESOLVING)) in mesh_nexthop_resolve()
1155 !(mpath->flags & MESH_PATH_RESOLVING) && in mesh_nexthop_lookup()
1183 (!(mpath->flags & MESH_PATH_RESOLVING))) { in mesh_path_timer()
1184 mpath->flags &= ~(MESH_PATH_RESOLVING | MESH_PATH_RESOLVED); in mesh_path_timer()
1193 mpath->flags &= ~(MESH_PATH_RESOLVING | in mesh_path_timer()
Dmesh.h41 MESH_PATH_RESOLVING = BIT(1), enumerator
Dmesh_pathtbl.c795 mpath->flags |= MESH_PATH_RESOLVING; in __mesh_path_del()
1129 if ((!(mpath->flags & MESH_PATH_RESOLVING)) && in mesh_path_expire()
Dtx.c2098 MESH_PATH_RESOLVING))) in ieee80211_build_hdr()
Dcfg.c1502 if (mpath->flags & MESH_PATH_RESOLVING) in mpath_set_pinfo()