/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt_sk.c | 164 /* TCP_ZEROCOPY_RECEIVE triggers */ in getsetsockopt() 167 err = getsockopt(fd, SOL_TCP, TCP_ZEROCOPY_RECEIVE, &buf, &optlen); in getsetsockopt() 169 log_err("Unexpected getsockopt(TCP_ZEROCOPY_RECEIVE) err=%d errno=%d", in getsetsockopt() 178 err = getsockopt(fd, SOL_TCP, TCP_ZEROCOPY_RECEIVE, &buf, &optlen); in getsetsockopt() 180 log_err("Unexpected getsockopt(TCP_ZEROCOPY_RECEIVE) err=%d errno=%d", in getsetsockopt()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt_sk.c | 166 /* TCP_ZEROCOPY_RECEIVE triggers */ in getsetsockopt() 169 err = getsockopt(fd, SOL_TCP, TCP_ZEROCOPY_RECEIVE, &buf, &optlen); in getsetsockopt() 171 log_err("Unexpected getsockopt(TCP_ZEROCOPY_RECEIVE) err=%d errno=%d", in getsetsockopt() 180 err = getsockopt(fd, SOL_TCP, TCP_ZEROCOPY_RECEIVE, &buf, &optlen); in getsetsockopt() 182 log_err("Unexpected getsockopt(TCP_ZEROCOPY_RECEIVE) err=%d errno=%d", in getsetsockopt()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | sockopt_sk.c | 64 if (ctx->level == SOL_TCP && ctx->optname == TCP_ZEROCOPY_RECEIVE) { in _getsockopt() 65 /* Verify that TCP_ZEROCOPY_RECEIVE triggers. in _getsockopt()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | sockopt_sk.c | 74 if (ctx->level == SOL_TCP && ctx->optname == TCP_ZEROCOPY_RECEIVE) { in _getsockopt() 75 /* Verify that TCP_ZEROCOPY_RECEIVE triggers. in _getsockopt()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | tcp.h | 125 #define TCP_ZEROCOPY_RECEIVE 35 macro 344 /* setsockopt(fd, IPPROTO_TCP, TCP_ZEROCOPY_RECEIVE, ...) */
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tcp.h | 125 #define TCP_ZEROCOPY_RECEIVE 35 macro 360 /* setsockopt(fd, IPPROTO_TCP, TCP_ZEROCOPY_RECEIVE, ...) */
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tcp.h | 125 #define TCP_ZEROCOPY_RECEIVE 35 macro 351 /* setsockopt(fd, IPPROTO_TCP, TCP_ZEROCOPY_RECEIVE, ...) */
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tcp.h | 92 #define TCP_ZEROCOPY_RECEIVE 35 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | tcp.h | 125 #define TCP_ZEROCOPY_RECEIVE 35 macro 344 /* setsockopt(fd, IPPROTO_TCP, TCP_ZEROCOPY_RECEIVE, ...) */
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tcp.h | 92 #define TCP_ZEROCOPY_RECEIVE 35 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | tcp.h | 97 #define TCP_ZEROCOPY_RECEIVE 35 macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | tcp_mmap.c | 195 res = getsockopt(fd, IPPROTO_TCP, TCP_ZEROCOPY_RECEIVE, in child_thread() 206 * instead of doing this in next TCP_ZEROCOPY_RECEIVE. in child_thread()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | tcp_mmap.c | 226 res = getsockopt(fd, IPPROTO_TCP, TCP_ZEROCOPY_RECEIVE, in child_thread() 239 * instead of doing this in next TCP_ZEROCOPY_RECEIVE. in child_thread()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 4025 case TCP_ZEROCOPY_RECEIVE: { in do_tcp_getsockopt() 4082 * to avoid extra socket lock for TCP_ZEROCOPY_RECEIVE. in tcp_bpf_bypass_getsockopt() 4084 if (level == SOL_TCP && optname == TCP_ZEROCOPY_RECEIVE) in tcp_bpf_bypass_getsockopt()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 4214 case TCP_ZEROCOPY_RECEIVE: { in do_tcp_getsockopt() 4292 * to avoid extra socket lock for TCP_ZEROCOPY_RECEIVE. in tcp_bpf_bypass_getsockopt() 4294 if (level == SOL_TCP && optname == TCP_ZEROCOPY_RECEIVE) in tcp_bpf_bypass_getsockopt()
|