Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_hwmp.c430 (mpath->flags & MESH_PATH_SN_VALID)) { in hwmp_route_info_get()
440 have_sn = mpath->flags & MESH_PATH_SN_VALID; in hwmp_route_info_get()
469 mpath->flags |= MESH_PATH_SN_VALID; in hwmp_route_info_get()
582 if ((!(mpath->flags & MESH_PATH_SN_VALID)) || in hwmp_preq_frame_process()
585 mpath->flags |= MESH_PATH_SN_VALID; in hwmp_preq_frame_process()
749 (!(mpath->flags & MESH_PATH_SN_VALID) || in hwmp_perr_frame_process()
Dmesh.h42 MESH_PATH_SN_VALID = BIT(2), enumerator
Dcfg.c1504 if (mpath->flags & MESH_PATH_SN_VALID) in mpath_set_pinfo()