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()
1796 zc->recv_skip_hint -= copylen; in tcp_copy_straggler_data()1808 u32 offset, copylen = min_t(u32, copybuf_len, zc->recv_skip_hint); in tcp_zerocopy_handle_leftover_data()1848 zc->recv_skip_hint += bytes_not_mapped; in tcp_zerocopy_vm_insert_batch()1894 zc->recv_skip_hint = 0; in tcp_zerocopy_receive()1897 zc->recv_skip_hint = avail_len; in tcp_zerocopy_receive()1902 if (zc->recv_skip_hint < PAGE_SIZE) { in tcp_zerocopy_receive()1917 if (zc->recv_skip_hint > 0) in tcp_zerocopy_receive()1924 zc->recv_skip_hint = skb->len - offset; in tcp_zerocopy_receive()1930 int remaining = zc->recv_skip_hint; in tcp_zerocopy_receive()1937 zc->recv_skip_hint -= remaining; in tcp_zerocopy_receive()[all …]
251 uint32_t recv_skip_hint; member
245 __u32 recv_skip_hint; member
349 __u32 recv_skip_hint; /* out: amount of bytes to skip */ member
238 __u32 recv_skip_hint; member