···16451645 /* Ok. We will be able to collapse the packet. */16461646 tcp_unlink_write_queue(next_skb, sk);1647164716481648- memcpy(skb_put(skb, next_skb_size), next_skb->data, next_skb_size);16481648+ skb_copy_from_linear_data(next_skb,16491649+ skb_put(skb, next_skb_size),16501650+ next_skb_size);1649165116501652 if (next_skb->ip_summed == CHECKSUM_PARTIAL)16511653 skb->ip_summed = CHECKSUM_PARTIAL;