Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Dmesh_hwmp.c441 (mpath->flags & MESH_PATH_SN_VALID)) { in hwmp_route_info_get()
451 have_sn = mpath->flags & MESH_PATH_SN_VALID; in hwmp_route_info_get()
480 mpath->flags |= MESH_PATH_SN_VALID; in hwmp_route_info_get()
603 if ((!(mpath->flags & MESH_PATH_SN_VALID)) || in hwmp_preq_frame_process()
606 mpath->flags |= MESH_PATH_SN_VALID; in hwmp_preq_frame_process()
771 (!(mpath->flags & MESH_PATH_SN_VALID) || in hwmp_perr_frame_process()
Dmesh.h42 MESH_PATH_SN_VALID = BIT(2), enumerator
Dmesh_pathtbl.c815 mpath->flags = MESH_PATH_FIXED | MESH_PATH_SN_VALID; in mesh_path_fix_nexthop()
Dcfg.c1743 if (mpath->flags & MESH_PATH_SN_VALID) in mpath_set_pinfo()