Searched refs:preq_node (Results 1 – 1 of 1) sorted by relevance
1001 struct mesh_preq_queue *preq_node; in mesh_queue_preq() local1004 if (!preq_node) { in mesh_queue_preq()1012 kfree(preq_node); in mesh_queue_preq()1022 kfree(preq_node); in mesh_queue_preq()1026 memcpy(preq_node->dst, mpath->dst, ETH_ALEN); in mesh_queue_preq()1027 preq_node->flags = flags; in mesh_queue_preq()1058 struct mesh_preq_queue *preq_node; in mesh_path_start_discovery() local1074 list_del(&preq_node->list); in mesh_path_start_discovery()1089 if (preq_node->flags & PREQ_Q_F_START) { in mesh_path_start_discovery()1122 if (preq_node->flags & PREQ_Q_F_REFRESH) in mesh_path_start_discovery()[all …]