Searched refs:failq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mesh_pathtbl.c | 159 struct sk_buff_head failq; in mesh_path_move_to_queue() local 167 __skb_queue_head_init(&failq); in mesh_path_move_to_queue() 170 skb_queue_splice_init(&from_mpath->frame_queue, &failq); in mesh_path_move_to_queue() 173 skb_queue_walk_safe(&failq, fskb, tmp) { in mesh_path_move_to_queue() 190 __skb_unlink(fskb, &failq); in mesh_path_move_to_queue() 201 skb_queue_splice(&failq, &from_mpath->frame_queue); in mesh_path_move_to_queue()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mesh_pathtbl.c | 195 struct sk_buff_head failq; in mesh_path_move_to_queue() local 203 __skb_queue_head_init(&failq); in mesh_path_move_to_queue() 206 skb_queue_splice_init(&from_mpath->frame_queue, &failq); in mesh_path_move_to_queue() 209 skb_queue_walk_safe(&failq, fskb, tmp) { in mesh_path_move_to_queue() 226 __skb_unlink(fskb, &failq); in mesh_path_move_to_queue() 237 skb_queue_splice(&failq, &from_mpath->frame_queue); in mesh_path_move_to_queue()
|
Completed in 3 milliseconds