Lines Matching refs:frame_queue
86 spin_lock_irqsave(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop()
87 skb_queue_walk(&mpath->frame_queue, skb) { in mesh_path_assign_nexthop()
94 spin_unlock_irqrestore(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop()
169 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
170 skb_queue_splice_init(&from_mpath->frame_queue, &failq); in mesh_path_move_to_queue()
171 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
174 if (skb_queue_len(&gate_mpath->frame_queue) >= in mesh_path_move_to_queue()
185 skb_queue_tail(&gate_mpath->frame_queue, skb); in mesh_path_move_to_queue()
195 gate_mpath->dst, skb_queue_len(&gate_mpath->frame_queue)); in mesh_path_move_to_queue()
200 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
201 skb_queue_splice(&failq, &from_mpath->frame_queue); in mesh_path_move_to_queue()
202 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
376 skb_queue_head_init(&new_mpath->frame_queue); in mesh_path_new()
656 &mpath->frame_queue); in mesh_path_tx_pending()
728 while ((skb = skb_dequeue(&mpath->frame_queue)) != NULL) in mesh_path_flush_pending()