Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c454 (mpath->flags & MESH_PATH_SN_VALID)) { in hwmp_route_info_get()
467 have_sn = mpath->flags & MESH_PATH_SN_VALID; in hwmp_route_info_get()
500 mpath->flags |= MESH_PATH_SN_VALID; in hwmp_route_info_get()
635 if ((!(mpath->flags & MESH_PATH_SN_VALID)) || in hwmp_preq_frame_process()
638 mpath->flags |= MESH_PATH_SN_VALID; in hwmp_preq_frame_process()
803 (!(mpath->flags & MESH_PATH_SN_VALID) || in hwmp_perr_frame_process()
H A Dmesh.h40 MESH_PATH_SN_VALID = BIT(2), enumerator
H A Dmesh_pathtbl.c1049 mpath->flags = MESH_PATH_FIXED | MESH_PATH_SN_VALID; in mesh_path_fix_nexthop()
H A Dcfg.c2339 if (mpath->flags & MESH_PATH_SN_VALID) in mpath_set_pinfo()