Home
last modified time | relevance | path

Searched refs:MESH_PATH_REQ_QUEUED (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c1011 if (mpath->flags & MESH_PATH_REQ_QUEUED) { in mesh_queue_preq()
1021 mpath->flags |= MESH_PATH_REQ_QUEUED; in mesh_queue_preq()
1080 mpath->flags &= ~MESH_PATH_REQ_QUEUED; in mesh_path_start_discovery()
1230 if (mpath->flags & (MESH_PATH_REQ_QUEUED | MESH_PATH_FIXED | in mesh_path_refresh()
1300 mpath->flags &= ~MESH_PATH_REQ_QUEUED; in mesh_path_timer()
1306 MESH_PATH_REQ_QUEUED); in mesh_path_timer()
H A Dmesh.h43 MESH_PATH_REQ_QUEUED = BIT(5), enumerator