Lines Matching refs:recv_skip_hint
1799 zc->recv_skip_hint -= copylen; in tcp_copy_straggler_data()
1811 u32 offset, copylen = min_t(u32, copybuf_len, zc->recv_skip_hint); in tcp_zerocopy_handle_leftover_data()
1851 zc->recv_skip_hint += bytes_not_mapped; in tcp_zerocopy_vm_insert_batch()
1897 zc->recv_skip_hint = 0; in tcp_zerocopy_receive()
1900 zc->recv_skip_hint = avail_len; in tcp_zerocopy_receive()
1905 if (zc->recv_skip_hint < PAGE_SIZE) { in tcp_zerocopy_receive()
1920 if (zc->recv_skip_hint > 0) in tcp_zerocopy_receive()
1927 zc->recv_skip_hint = skb->len - offset; in tcp_zerocopy_receive()
1933 int remaining = zc->recv_skip_hint; in tcp_zerocopy_receive()
1940 zc->recv_skip_hint -= remaining; in tcp_zerocopy_receive()
1946 zc->recv_skip_hint -= PAGE_SIZE; in tcp_zerocopy_receive()
1978 zc->recv_skip_hint = 0; in tcp_zerocopy_receive()
1980 if (!zc->recv_skip_hint && sock_flag(sk, SOCK_DONE)) in tcp_zerocopy_receive()