Lines Matching refs:new_skb
1080 struct sk_buff *new_skb = NULL;
1150 new_skb = netdev_alloc_skb_ip_align(dev->net, pkt_len);
1152 if (!new_skb)
1155 skb_put(new_skb, pkt_len);
1156 memcpy(new_skb->data, skb->data, pkt_len);
1157 skb_pull(new_skb, AQ_RX_HW_PAD);
1160 aqc111_rx_checksum(new_skb, pkt_desc);
1164 __vlan_hwaccel_put_tag(new_skb, htons(ETH_P_8021Q),
1168 usbnet_skb_return(dev, new_skb);
1177 new_skb = NULL;
1190 struct sk_buff *new_skb = NULL;
1229 new_skb = skb_copy_expand(skb, sizeof(tx_desc),
1232 skb = new_skb;