Home
last modified time | relevance | path

Searched refs:TCP_ZEROCOPY_RECEIVE (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt_sk.c169 err = getsockopt(fd, SOL_TCP, TCP_ZEROCOPY_RECEIVE, &buf, &optlen); in getsetsockopt()
180 err = getsockopt(fd, SOL_TCP, TCP_ZEROCOPY_RECEIVE, &buf, &optlen); in getsetsockopt()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dsockopt_sk.c74 if (ctx->level == SOL_TCP && ctx->optname == TCP_ZEROCOPY_RECEIVE) { in _getsockopt()
/linux-6.15/tools/include/uapi/linux/
H A Dtcp.h125 #define TCP_ZEROCOPY_RECEIVE 35 macro
/linux-6.15/include/uapi/linux/
H A Dtcp.h128 #define TCP_ZEROCOPY_RECEIVE 35 macro
/linux-6.15/Documentation/networking/
H A Diou-zcrx.rst12 userspace memory. This feature is different to TCP_ZEROCOPY_RECEIVE in that
H A Dethtool-netlink.rst909 page-flipping TCP zero-copy receive (``getsockopt(TCP_ZEROCOPY_RECEIVE)``).
/linux-6.15/tools/testing/selftests/net/
H A Dtcp_mmap.c226 res = getsockopt(fd, IPPROTO_TCP, TCP_ZEROCOPY_RECEIVE, in child_thread()
/linux-6.15/net/ipv4/
H A Dtcp.c4604 case TCP_ZEROCOPY_RECEIVE: { in do_tcp_getsockopt()
4713 if (level == SOL_TCP && optname == TCP_ZEROCOPY_RECEIVE) in tcp_bpf_bypass_getsockopt()