Home
last modified time | relevance | path

Searched refs:from_mpath (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh_pathtbl.c150 * @from_mpath: The failed mpath
155 struct mesh_path *from_mpath, in mesh_path_move_to_queue()
162 if (WARN_ON(gate_mpath == from_mpath)) in mesh_path_move_to_queue()
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()
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()
673 struct mesh_path *from_mpath in mesh_path_send_to_gates() local
154 mesh_path_move_to_queue(struct mesh_path *gate_mpath, struct mesh_path *from_mpath, bool copy) mesh_path_move_to_queue() argument
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_pathtbl.c186 * @from_mpath: The failed mpath
191 struct mesh_path *from_mpath, in mesh_path_move_to_queue()
198 if (WARN_ON(gate_mpath == from_mpath)) in mesh_path_move_to_queue()
205 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
206 skb_queue_splice_init(&from_mpath->frame_queue, &failq); in mesh_path_move_to_queue()
207 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
236 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
237 skb_queue_splice(&failq, &from_mpath->frame_queue); in mesh_path_move_to_queue()
238 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
952 struct mesh_path *from_mpath in mesh_path_send_to_gates() local
190 mesh_path_move_to_queue(struct mesh_path *gate_mpath, struct mesh_path *from_mpath, bool copy) mesh_path_move_to_queue() argument
[all...]

Completed in 4 milliseconds