Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dsockopt_sk.c168 err = getsockopt(fd, SOL_TCP, TCP_ZEROCOPY_RECEIVE, &buf, &optlen); in getsetsockopt()
179 err = getsockopt(fd, SOL_TCP, TCP_ZEROCOPY_RECEIVE, &buf, &optlen); in getsetsockopt()
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dsockopt_sk.c69 if (ctx->level == SOL_TCP && ctx->optname == TCP_ZEROCOPY_RECEIVE) { in _getsockopt()
/Linux-v6.1/tools/include/uapi/linux/
Dtcp.h125 #define TCP_ZEROCOPY_RECEIVE 35 macro
/Linux-v6.1/include/uapi/linux/
Dtcp.h125 #define TCP_ZEROCOPY_RECEIVE 35 macro
/Linux-v6.1/tools/testing/selftests/net/
Dtcp_mmap.c195 res = getsockopt(fd, IPPROTO_TCP, TCP_ZEROCOPY_RECEIVE, in child_thread()
/Linux-v6.1/net/ipv4/
Dtcp.c4307 case TCP_ZEROCOPY_RECEIVE: { in do_tcp_getsockopt()
4387 if (level == SOL_TCP && optname == TCP_ZEROCOPY_RECEIVE) in tcp_bpf_bypass_getsockopt()
/Linux-v6.1/Documentation/networking/
Dethtool-netlink.rst874 page-flipping TCP zero-copy receive (``getsockopt(TCP_ZEROCOPY_RECEIVE)``).