Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mac80211/
Dmesh_pathtbl.c166 struct sk_buff *skb, *fskb, *tmp; in mesh_path_move_to_queue() local
181 skb_queue_walk_safe(&failq, fskb, tmp) { in mesh_path_move_to_queue()
188 skb = skb_copy(fskb, GFP_ATOMIC); in mesh_path_move_to_queue()
198 __skb_unlink(fskb, &failq); in mesh_path_move_to_queue()
199 kfree_skb(fskb); in mesh_path_move_to_queue()