Lines Matching refs:frame_queue
122 spin_lock_irqsave(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop()
123 skb_queue_walk(&mpath->frame_queue, skb) { in mesh_path_assign_nexthop()
130 spin_unlock_irqrestore(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop()
205 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
206 skb_queue_splice_init(&from_mpath->frame_queue, &failq); in mesh_path_move_to_queue()
207 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
210 if (skb_queue_len(&gate_mpath->frame_queue) >= in mesh_path_move_to_queue()
221 skb_queue_tail(&gate_mpath->frame_queue, skb); in mesh_path_move_to_queue()
231 gate_mpath->dst, skb_queue_len(&gate_mpath->frame_queue)); in mesh_path_move_to_queue()
236 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
237 skb_queue_splice(&failq, &from_mpath->frame_queue); in mesh_path_move_to_queue()
238 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
412 skb_queue_head_init(&new_mpath->frame_queue); in mesh_path_new()
944 &mpath->frame_queue); in mesh_path_tx_pending()
1019 while ((skb = skb_dequeue(&mpath->frame_queue)) != NULL) in mesh_path_flush_pending()