/external/strace/xlat/ |
D | msg_flags.h | 146 #if defined(MSG_ZEROCOPY) || (defined(HAVE_DECL_MSG_ZEROCOPY) && HAVE_DECL_MSG_ZEROCOPY) 148 static_assert((MSG_ZEROCOPY) == (0x4000000), "MSG_ZEROCOPY != 0x4000000"); 151 # define MSG_ZEROCOPY 0x4000000 205 XLAT(MSG_ZEROCOPY),
|
D | msg_flags.in | 22 MSG_ZEROCOPY 0x4000000
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | udpgso_bench_tx.c | 37 #ifndef MSG_ZEROCOPY 38 #define MSG_ZEROCOPY 0x4000000 macro 134 cfg_zerocopy ? MSG_ZEROCOPY : 0); in send_tcp() 154 ret = sendto(fd, data, len, cfg_zerocopy ? MSG_ZEROCOPY : 0, in send_udp() 195 ret = sendmmsg(fd, mmsgs, i, cfg_zerocopy ? MSG_ZEROCOPY : 0); in send_udp_sendmmsg() 233 ret = sendmsg(fd, &msg, cfg_zerocopy ? MSG_ZEROCOPY : 0); in send_udp_segment()
|
D | tcp_mmap.c | 84 #ifndef MSG_ZEROCOPY 85 #define MSG_ZEROCOPY 0x4000000 macro 439 wr = send(fd, buffer, wr, zflg ? MSG_ZEROCOPY : 0); in main()
|
D | msg_zerocopy.c | 73 #ifndef MSG_ZEROCOPY 74 #define MSG_ZEROCOPY 0x4000000 macro 196 flags |= MSG_ZEROCOPY; in do_sendmsg()
|
/external/ltp/include/lapi/ |
D | socket.h | 24 #ifndef MSG_ZEROCOPY 25 # define MSG_ZEROCOPY 0x4000000 /* Use user data in kernel path */ macro
|
/external/syzkaller/sys/linux/ |
D | socket_ppc64le.const | 146 MSG_ZEROCOPY = 67108864
|
D | socket_386.const | 146 MSG_ZEROCOPY = 67108864
|
D | socket_arm64.const | 146 MSG_ZEROCOPY = 67108864
|
D | socket_arm.const | 146 MSG_ZEROCOPY = 67108864
|
D | socket_amd64.const | 146 MSG_ZEROCOPY = 67108864
|
D | socket.txt | 46 …ONTWAIT, MSG_EOR, MSG_MORE, MSG_NOSIGNAL, MSG_OOB, MSG_PROBE, MSG_BATCH, MSG_FASTOPEN, MSG_ZEROCOPY
|
/external/ltp/testcases/network/netstress/ |
D | netstress.c | 946 send_flags |= MSG_ZEROCOPY; in setup()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_mipsle.go | 1003 MSG_ZEROCOPY = 0x4000000 const
|
D | zerrors_linux_s390x.go | 1002 MSG_ZEROCOPY = 0x4000000 const
|
D | zerrors_linux_arm.go | 1002 MSG_ZEROCOPY = 0x4000000 const
|
D | zerrors_linux_ppc64le.go | 1002 MSG_ZEROCOPY = 0x4000000 const
|
D | zerrors_linux_mips64.go | 1003 MSG_ZEROCOPY = 0x4000000 const
|
D | zerrors_linux_ppc64.go | 1002 MSG_ZEROCOPY = 0x4000000 const
|
D | zerrors_linux_amd64.go | 1004 MSG_ZEROCOPY = 0x4000000 const
|
D | zerrors_linux_mips64le.go | 1003 MSG_ZEROCOPY = 0x4000000 const
|
D | zerrors_linux_386.go | 1004 MSG_ZEROCOPY = 0x4000000 const
|
D | zerrors_linux_mips.go | 1003 MSG_ZEROCOPY = 0x4000000 const
|
D | zerrors_linux_arm64.go | 1005 MSG_ZEROCOPY = 0x4000000 const
|
/external/strace/ |
D | NEWS | 97 * Fixed fallback definitions for F_*, MCL_*, MSG_ZEROCOPY, SI_*,
|