Home
last modified time | relevance | path

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

/linux-6.6.21/net/mac80211/ !
Dmesh_pathtbl.c194 struct sk_buff *skb, *fskb, *tmp; in mesh_path_move_to_queue() local
209 skb_queue_walk_safe(&failq, fskb, tmp) { in mesh_path_move_to_queue()
216 skb = skb_copy(fskb, GFP_ATOMIC); in mesh_path_move_to_queue()
226 __skb_unlink(fskb, &failq); in mesh_path_move_to_queue()
227 kfree_skb(fskb); in mesh_path_move_to_queue()