Home
last modified time | relevance | path

Searched refs:MESH_PATH_DSN_VALID (Results 1 – 3 of 3) sorted by relevance

/net/mac80211/
Dmesh_hwmp.c321 (mpath->flags & MESH_PATH_DSN_VALID)) { in hwmp_route_info_get()
342 mpath->flags |= MESH_PATH_DSN_VALID; in hwmp_route_info_get()
383 mpath->flags &= ~MESH_PATH_DSN_VALID; in hwmp_route_info_get()
431 if ((!(mpath->flags & MESH_PATH_DSN_VALID)) || in hwmp_preq_frame_process()
434 mpath->flags &= MESH_PATH_DSN_VALID; in hwmp_preq_frame_process()
565 (!(mpath->flags & MESH_PATH_DSN_VALID) || in hwmp_perr_frame_process()
Dmesh.h41 MESH_PATH_DSN_VALID = BIT(2), enumerator
Dcfg.c933 if (mpath->flags & MESH_PATH_DSN_VALID) in mpath_set_pinfo()