Searched refs:copybuf_len (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/tools/include/uapi/linux/ |
D | tcp.h | 354 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */ member
|
/Linux-v6.1/include/uapi/linux/ |
D | tcp.h | 355 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */ member
|
/Linux-v6.1/net/ipv4/ |
D | tcp.c | 2013 zc->copybuf_len = err; in receive_fallback_to_copy() 2014 if (likely(zc->copybuf_len)) { in receive_fallback_to_copy() 2054 s32 copybuf_len, in tcp_zc_handle_leftover() argument 2057 u32 offset, copylen = min_t(u32, copybuf_len, zc->recv_skip_hint); in tcp_zc_handle_leftover() 2072 zc->copybuf_len = tcp_copy_straggler_data(zc, skb, copylen, &offset, in tcp_zc_handle_leftover() 2074 return zc->copybuf_len < 0 ? 0 : copylen; in tcp_zc_handle_leftover() 2192 s32 copybuf_len = zc->copybuf_len; in tcp_zerocopy_receive() local 2203 zc->copybuf_len = 0; in tcp_zerocopy_receive() 2214 if (inq && inq <= copybuf_len) in tcp_zerocopy_receive() 2307 copylen = tcp_zc_handle_leftover(zc, sk, skb, &seq, copybuf_len, tss); in tcp_zerocopy_receive() [all …]
|