Lines Matching defs:copy
610 u16 options = opts->options; /* mungable copy */
1236 * SKB, or a fresh unique copy made by the retransmit engine.
2336 int copy, len;
2416 copy = min_t(int, skb->len, probe_size - len);
2417 skb_copy_bits(skb, 0, skb_put(nskb, copy), copy);
2419 if (skb->len <= copy) {
2423 /* If this is the last SKB we copy and eor is set
2434 skb_pull(skb, copy);
2436 __pskb_trim_head(skb, copy);
2439 TCP_SKB_CB(skb)->seq += copy;
2442 len += copy;