Searched refs:TCP_ZEROCOPY_RECEIVE (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
| D | sockopt_sk.c | 168 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-v5.15/tools/testing/selftests/bpf/progs/ |
| D | sockopt_sk.c | 69 if (ctx->level == SOL_TCP && ctx->optname == TCP_ZEROCOPY_RECEIVE) { in _getsockopt()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | tcp.h | 125 #define TCP_ZEROCOPY_RECEIVE 35 macro
|
| /Linux-v5.15/tools/include/uapi/linux/ |
| D | tcp.h | 125 #define TCP_ZEROCOPY_RECEIVE 35 macro
|
| /Linux-v5.15/tools/testing/selftests/net/ |
| D | tcp_mmap.c | 195 res = getsockopt(fd, IPPROTO_TCP, TCP_ZEROCOPY_RECEIVE, in child_thread()
|
| /Linux-v5.15/net/ipv4/ |
| D | tcp.c | 4158 case TCP_ZEROCOPY_RECEIVE: { in do_tcp_getsockopt() 4238 if (level == SOL_TCP && optname == TCP_ZEROCOPY_RECEIVE) in tcp_bpf_bypass_getsockopt()
|