Lines Matching refs:from_mpath
186 * @from_mpath: The failed mpath
191 struct mesh_path *from_mpath,
198 if (WARN_ON(gate_mpath == from_mpath))
205 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags);
206 skb_queue_splice_init(&from_mpath->frame_queue, &failq);
207 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags);
236 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags);
237 skb_queue_splice(&failq, &from_mpath->frame_queue);
238 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags);
952 struct mesh_path *from_mpath = mpath;
962 mesh_path_move_to_queue(gate, from_mpath, copy);
963 from_mpath = gate;
978 return (from_mpath == mpath) ? -EHOSTUNREACH : 0;