Searched refs:skbcopy (Results 1 – 1 of 1) sorted by relevance
165 struct sk_buff *skbcopy; in rt2x00debug_dump_frame() local184 skbcopy = alloc_skb(sizeof(*dump_hdr) + skbdesc->desc_len + data_len, in rt2x00debug_dump_frame()186 if (!skbcopy) { in rt2x00debug_dump_frame()191 dump_hdr = skb_put(skbcopy, sizeof(*dump_hdr)); in rt2x00debug_dump_frame()207 skb_put_data(skbcopy, skbdesc->desc, skbdesc->desc_len); in rt2x00debug_dump_frame()208 skb_put_data(skbcopy, skb->data, skb->len); in rt2x00debug_dump_frame()210 skb_queue_tail(&intf->frame_dump_skbqueue, skbcopy); in rt2x00debug_dump_frame()