Searched refs:preq_node (Results 1 – 1 of 1) sorted by relevance
932 struct mesh_preq_queue *preq_node; in mesh_queue_preq() local934 preq_node = kmalloc(sizeof(struct mesh_preq_queue), GFP_ATOMIC); in mesh_queue_preq()935 if (!preq_node) { in mesh_queue_preq()943 kfree(preq_node); in mesh_queue_preq()953 kfree(preq_node); in mesh_queue_preq()957 memcpy(preq_node->dst, mpath->dst, ETH_ALEN); in mesh_queue_preq()958 preq_node->flags = flags; in mesh_queue_preq()963 list_add_tail(&preq_node->list, &ifmsh->preq_queue.list); in mesh_queue_preq()989 struct mesh_preq_queue *preq_node; in mesh_path_start_discovery() local1003 preq_node = list_first_entry(&ifmsh->preq_queue.list, in mesh_path_start_discovery()[all …]