Home
last modified time | relevance | path

Searched refs:recv_skip_hint (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/testing/selftests/net/
H A Dtcp_mmap.c244 if (zc.recv_skip_hint) { in child_thread()
245 assert(zc.recv_skip_hint <= chunk_size); in child_thread()
246 lu = read(fd, buffer, min(zc.recv_skip_hint, in child_thread()
/linux-6.15/net/ipv4/
H A Dtcp.c1908 zc->recv_skip_hint = 0; in receive_fallback_to_copy()
1953 zc->recv_skip_hint -= copylen; in tcp_copy_straggler_data()
2154 zc->recv_skip_hint = inq; in tcp_zerocopy_receive()
2172 zc->recv_skip_hint = 0; in tcp_zerocopy_receive()
2175 zc->recv_skip_hint = avail_len; in tcp_zerocopy_receive()
2182 if (zc->recv_skip_hint < PAGE_SIZE) { in tcp_zerocopy_receive()
2186 if (zc->recv_skip_hint > 0) in tcp_zerocopy_receive()
2208 zc->recv_skip_hint); in tcp_zerocopy_receive()
2220 zc->recv_skip_hint -= PAGE_SIZE; in tcp_zerocopy_receive()
2223 zc->recv_skip_hint < PAGE_SIZE) { in tcp_zerocopy_receive()
[all …]
/linux-6.15/tools/include/uapi/linux/
H A Dtcp.h350 __u32 recv_skip_hint; /* out: amount of bytes to skip */ member
/linux-6.15/include/uapi/linux/
H A Dtcp.h483 __u32 recv_skip_hint; /* out: amount of bytes to skip */ member