Lines Matching refs:frame_queue
94 spin_lock_irqsave(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop()
95 skb_queue_walk(&mpath->frame_queue, skb) { in mesh_path_assign_nexthop()
102 spin_unlock_irqrestore(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop()
177 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
178 skb_queue_splice_init(&from_mpath->frame_queue, &failq); in mesh_path_move_to_queue()
179 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
182 if (skb_queue_len(&gate_mpath->frame_queue) >= in mesh_path_move_to_queue()
193 skb_queue_tail(&gate_mpath->frame_queue, skb); in mesh_path_move_to_queue()
203 gate_mpath->dst, skb_queue_len(&gate_mpath->frame_queue)); in mesh_path_move_to_queue()
208 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
209 skb_queue_splice(&failq, &from_mpath->frame_queue); in mesh_path_move_to_queue()
210 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
384 skb_queue_head_init(&new_mpath->frame_queue); in mesh_path_new()
664 &mpath->frame_queue); in mesh_path_tx_pending()
736 while ((skb = skb_dequeue(&mpath->frame_queue)) != NULL) in mesh_path_flush_pending()