Lines Matching refs:preq_node
1006 struct mesh_preq_queue *preq_node; in mesh_queue_preq() local
1008 preq_node = kmalloc_obj(struct mesh_preq_queue, GFP_ATOMIC); in mesh_queue_preq()
1009 if (!preq_node) { in mesh_queue_preq()
1017 kfree(preq_node); in mesh_queue_preq()
1027 kfree(preq_node); in mesh_queue_preq()
1031 memcpy(preq_node->dst, mpath->dst, ETH_ALEN); in mesh_queue_preq()
1032 preq_node->flags = flags; in mesh_queue_preq()
1037 list_add_tail(&preq_node->list, &ifmsh->preq_queue.list); in mesh_queue_preq()
1063 struct mesh_preq_queue *preq_node; in mesh_path_start_discovery() local
1077 preq_node = list_first_entry(&ifmsh->preq_queue.list, in mesh_path_start_discovery()
1079 list_del(&preq_node->list); in mesh_path_start_discovery()
1084 mpath = mesh_path_lookup(sdata, preq_node->dst); in mesh_path_start_discovery()
1094 if (preq_node->flags & PREQ_Q_F_START) { in mesh_path_start_discovery()
1127 if (preq_node->flags & PREQ_Q_F_REFRESH) in mesh_path_start_discovery()
1145 kfree(preq_node); in mesh_path_start_discovery()