Lines Matching defs:copylen
1966 struct sk_buff *skb, u32 copylen,
1976 err = import_ubuf(ITER_DEST, (void __user *)copy_address, copylen,
1980 err = skb_copy_datagram_msg(skb, *offset, &msg, copylen);
1983 zc->recv_skip_hint -= copylen;
1984 *offset += copylen;
1985 *seq += copylen;
1986 return (__s32)copylen;
1996 u32 offset, copylen = min_t(u32, copybuf_len, zc->recv_skip_hint);
1998 if (!copylen)
2011 zc->copybuf_len = tcp_copy_straggler_data(zc, skb, copylen, &offset,
2013 return zc->copybuf_len < 0 ? 0 : copylen;
2153 u32 length = 0, offset, vma_len, avail_len, copylen = 0;
2279 copylen = tcp_zc_handle_leftover(zc, sk, skb, &seq, copybuf_len, tss);
2281 if (length + copylen) {
2287 tcp_cleanup_rbuf(sk, length + copylen);