Searched refs:TCP_ZEROCOPY_RECEIVE (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt_sk.c | 169 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()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | sockopt_sk.c | 74 if (ctx->level == SOL_TCP && ctx->optname == TCP_ZEROCOPY_RECEIVE) { in _getsockopt()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | tcp.h | 125 #define TCP_ZEROCOPY_RECEIVE 35 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | tcp.h | 125 #define TCP_ZEROCOPY_RECEIVE 35 macro
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | tcp_mmap.c | 226 res = getsockopt(fd, IPPROTO_TCP, TCP_ZEROCOPY_RECEIVE, in child_thread()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp.c | 4232 case TCP_ZEROCOPY_RECEIVE: { in do_tcp_getsockopt() 4312 if (level == SOL_TCP && optname == TCP_ZEROCOPY_RECEIVE) in tcp_bpf_bypass_getsockopt()
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 883 page-flipping TCP zero-copy receive (``getsockopt(TCP_ZEROCOPY_RECEIVE)``).
|