Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dmesh_hwmp.c437 (mpath->flags & MESH_PATH_SN_VALID)) { in hwmp_route_info_get()
456 mpath->flags |= MESH_PATH_SN_VALID; in hwmp_route_info_get()
570 if ((!(mpath->flags & MESH_PATH_SN_VALID)) || in hwmp_preq_frame_process()
573 mpath->flags |= MESH_PATH_SN_VALID; in hwmp_preq_frame_process()
739 (!(mpath->flags & MESH_PATH_SN_VALID) || in hwmp_perr_frame_process()
Dmesh.h42 MESH_PATH_SN_VALID = BIT(2), enumerator
Dcfg.c1523 if (mpath->flags & MESH_PATH_SN_VALID) in mpath_set_pinfo()