Searched refs:recv_skip_hint (Results 1 – 7 of 7) 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()
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()[all …]
349 __u32 recv_skip_hint; /* out: amount of bytes to skip */ member
344 uint32_t recv_skip_hint; /* Out: amount of bytes to skip. */ member
300 __u32 recv_skip_hint; /* out: amount of bytes to skip */ member