Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c993 struct mesh_preq_queue *preq_node; in mesh_queue_preq() local
996 if (!preq_node) { in mesh_queue_preq()
1004 kfree(preq_node); in mesh_queue_preq()
1014 kfree(preq_node); in mesh_queue_preq()
1018 memcpy(preq_node->dst, mpath->dst, ETH_ALEN); in mesh_queue_preq()
1019 preq_node->flags = flags; in mesh_queue_preq()
1050 struct mesh_preq_queue *preq_node; in mesh_path_start_discovery() local
1066 list_del(&preq_node->list); in mesh_path_start_discovery()
1081 if (preq_node->flags & PREQ_Q_F_START) { in mesh_path_start_discovery()
1114 if (preq_node->flags & PREQ_Q_F_REFRESH) in mesh_path_start_discovery()
[all …]