Lines Matching refs:from_mpath
150 * @from_mpath: The failed mpath
155 struct mesh_path *from_mpath,
162 if (WARN_ON(gate_mpath == from_mpath))
169 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags);
170 skb_queue_splice_init(&from_mpath->frame_queue, &failq);
171 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags);
200 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags);
201 skb_queue_splice(&failq, &from_mpath->frame_queue);
202 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags);
673 struct mesh_path *from_mpath = mpath;
683 mesh_path_move_to_queue(gate, from_mpath, copy);
684 from_mpath = gate;
699 return (from_mpath == mpath) ? -EHOSTUNREACH : 0;