Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_pathtbl.c287 struct sk_buff *skb, *fskb, *tmp; in mesh_path_move_to_queue() local
302 skb_queue_walk_safe(&failq, fskb, tmp) { in mesh_path_move_to_queue()
309 skb = skb_copy(fskb, GFP_ATOMIC); in mesh_path_move_to_queue()
319 __skb_unlink(fskb, &failq); in mesh_path_move_to_queue()
320 kfree_skb(fskb); in mesh_path_move_to_queue()