Searched refs:recv_skip_hint (Results 1 – 6 of 6) sorted by relevance
211 if (zc.recv_skip_hint) { in child_thread()212 assert(zc.recv_skip_hint <= chunk_size); in child_thread()213 lu = read(fd, buffer, zc.recv_skip_hint); in child_thread()
1793 zc->recv_skip_hint -= copylen; in tcp_copy_straggler_data()1805 u32 offset, copylen = min_t(u32, copybuf_len, zc->recv_skip_hint); in tcp_zerocopy_handle_leftover_data()1845 zc->recv_skip_hint += bytes_not_mapped; in tcp_zerocopy_vm_insert_batch()1891 zc->recv_skip_hint = 0; in tcp_zerocopy_receive()1894 zc->recv_skip_hint = avail_len; in tcp_zerocopy_receive()1899 if (zc->recv_skip_hint < PAGE_SIZE) { in tcp_zerocopy_receive()1914 if (zc->recv_skip_hint > 0) in tcp_zerocopy_receive()1921 zc->recv_skip_hint = skb->len - offset; in tcp_zerocopy_receive()1927 int remaining = zc->recv_skip_hint; in tcp_zerocopy_receive()1934 zc->recv_skip_hint -= remaining; in tcp_zerocopy_receive()[all …]
251 uint32_t recv_skip_hint; member
238 __u32 recv_skip_hint; member
245 __u32 recv_skip_hint; member
349 __u32 recv_skip_hint; /* out: amount of bytes to skip */ member