Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
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-v6.6/tools/testing/selftests/bpf/progs/
Dsockopt_sk.c74 if (ctx->level == SOL_TCP && ctx->optname == TCP_ZEROCOPY_RECEIVE) { in _getsockopt()
/Linux-v6.6/tools/include/uapi/linux/
Dtcp.h125 #define TCP_ZEROCOPY_RECEIVE 35 macro
/Linux-v6.6/include/uapi/linux/
Dtcp.h125 #define TCP_ZEROCOPY_RECEIVE 35 macro
/Linux-v6.6/tools/testing/selftests/net/
Dtcp_mmap.c226 res = getsockopt(fd, IPPROTO_TCP, TCP_ZEROCOPY_RECEIVE, in child_thread()
/Linux-v6.6/net/ipv4/
Dtcp.c4186 case TCP_ZEROCOPY_RECEIVE: { in do_tcp_getsockopt()
4266 if (level == SOL_TCP && optname == TCP_ZEROCOPY_RECEIVE) in tcp_bpf_bypass_getsockopt()
/Linux-v6.6/Documentation/networking/
Dethtool-netlink.rst883 page-flipping TCP zero-copy receive (``getsockopt(TCP_ZEROCOPY_RECEIVE)``).