Home
last modified time | relevance | path

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

/linux-6.12.1/net/mac80211/
Dmesh_pathtbl.c196 struct sk_buff_head failq; in mesh_path_move_to_queue() local
204 __skb_queue_head_init(&failq); in mesh_path_move_to_queue()
207 skb_queue_splice_init(&from_mpath->frame_queue, &failq); in mesh_path_move_to_queue()
210 skb_queue_walk_safe(&failq, fskb, tmp) { in mesh_path_move_to_queue()
227 __skb_unlink(fskb, &failq); in mesh_path_move_to_queue()
238 skb_queue_splice(&failq, &from_mpath->frame_queue); in mesh_path_move_to_queue()