Home
last modified time | relevance | path

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

/linux-5.19.10/net/mac80211/
Dmesh_pathtbl.c155 struct mesh_path *from_mpath, in mesh_path_move_to_queue() argument
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 = mpath; in mesh_path_send_to_gates() local
683 mesh_path_move_to_queue(gate, from_mpath, copy); in mesh_path_send_to_gates()
[all …]