Lines Matching refs:from_mpath
163 struct mesh_path *from_mpath, in mesh_path_move_to_queue() argument
170 if (WARN_ON(gate_mpath == from_mpath)) in mesh_path_move_to_queue()
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()
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()
681 struct mesh_path *from_mpath = mpath; in mesh_path_send_to_gates() local
691 mesh_path_move_to_queue(gate, from_mpath, copy); in mesh_path_send_to_gates()
692 from_mpath = gate; in mesh_path_send_to_gates()
707 return (from_mpath == mpath) ? -EHOSTUNREACH : 0; in mesh_path_send_to_gates()