Searched refs:from_mpath (Results 1 – 1 of 1) sorted by relevance
284 struct mesh_path *from_mpath, in mesh_path_move_to_queue() argument291 if (WARN_ON(gate_mpath == from_mpath)) in mesh_path_move_to_queue()298 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()299 skb_queue_splice_init(&from_mpath->frame_queue, &failq); in mesh_path_move_to_queue()300 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()329 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()330 skb_queue_splice(&failq, &from_mpath->frame_queue); in mesh_path_move_to_queue()331 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()947 struct mesh_path *from_mpath = mpath; in mesh_path_send_to_gates() local966 mesh_path_move_to_queue(gate->mpath, from_mpath, copy); in mesh_path_send_to_gates()[all …]