Searched refs:fskb (Results 1 – 1 of 1) sorted by relevance
195 struct sk_buff *skb, *fskb, *tmp; in mesh_path_move_to_queue() local210 skb_queue_walk_safe(&failq, fskb, tmp) { in mesh_path_move_to_queue()217 skb = skb_copy(fskb, GFP_ATOMIC); in mesh_path_move_to_queue()227 __skb_unlink(fskb, &failq); in mesh_path_move_to_queue()228 kfree_skb(fskb); in mesh_path_move_to_queue()