Lines Matching refs:preq_node
1003 struct mesh_preq_queue *preq_node; in mesh_queue_preq() local
1005 preq_node = kmalloc(sizeof(struct mesh_preq_queue), GFP_ATOMIC); in mesh_queue_preq()
1006 if (!preq_node) { in mesh_queue_preq()
1014 kfree(preq_node); in mesh_queue_preq()
1024 kfree(preq_node); in mesh_queue_preq()
1028 memcpy(preq_node->dst, mpath->dst, ETH_ALEN); in mesh_queue_preq()
1029 preq_node->flags = flags; in mesh_queue_preq()
1034 list_add_tail(&preq_node->list, &ifmsh->preq_queue.list); in mesh_queue_preq()
1060 struct mesh_preq_queue *preq_node; in mesh_path_start_discovery() local
1074 preq_node = list_first_entry(&ifmsh->preq_queue.list, in mesh_path_start_discovery()
1076 list_del(&preq_node->list); in mesh_path_start_discovery()
1081 mpath = mesh_path_lookup(sdata, preq_node->dst); in mesh_path_start_discovery()
1091 if (preq_node->flags & PREQ_Q_F_START) { in mesh_path_start_discovery()
1124 if (preq_node->flags & PREQ_Q_F_REFRESH) in mesh_path_start_discovery()
1142 kfree(preq_node); in mesh_path_start_discovery()