Lines Matching refs:copy
2239 int copy, int offset) in skb_do_copy_data_nocache() argument
2243 if (!csum_and_copy_from_iter_full(to, copy, &csum, from)) in skb_do_copy_data_nocache()
2247 if (!copy_from_iter_full_nocache(to, copy, from)) in skb_do_copy_data_nocache()
2249 } else if (!copy_from_iter_full(to, copy, from)) in skb_do_copy_data_nocache()
2256 struct iov_iter *from, int copy) in skb_add_data_nocache() argument
2260 err = skb_do_copy_data_nocache(sk, skb, from, skb_put(skb, copy), in skb_add_data_nocache()
2261 copy, offset); in skb_add_data_nocache()
2271 int off, int copy) in skb_copy_to_page_nocache() argument
2276 copy, skb->len); in skb_copy_to_page_nocache()
2280 skb_len_add(skb, copy); in skb_copy_to_page_nocache()
2281 sk_wmem_queued_add(sk, copy); in skb_copy_to_page_nocache()
2282 sk_mem_charge(sk, copy); in skb_copy_to_page_nocache()