Home
last modified time | relevance | path

Searched refs:MSG_ZEROCOPY (Results 1 – 25 of 26) sorted by relevance

12

/external/strace/xlat/
Dmsg_flags.h146 #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),
Dmsg_flags.in22 MSG_ZEROCOPY 0x4000000
/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso_bench_tx.c37 #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()
Dtcp_mmap.c84 #ifndef MSG_ZEROCOPY
85 #define MSG_ZEROCOPY 0x4000000 macro
439 wr = send(fd, buffer, wr, zflg ? MSG_ZEROCOPY : 0); in main()
Dmsg_zerocopy.c73 #ifndef MSG_ZEROCOPY
74 #define MSG_ZEROCOPY 0x4000000 macro
196 flags |= MSG_ZEROCOPY; in do_sendmsg()
/external/ltp/include/lapi/
Dsocket.h24 #ifndef MSG_ZEROCOPY
25 # define MSG_ZEROCOPY 0x4000000 /* Use user data in kernel path */ macro
/external/syzkaller/sys/linux/
Dsocket_ppc64le.const146 MSG_ZEROCOPY = 67108864
Dsocket_386.const146 MSG_ZEROCOPY = 67108864
Dsocket_arm64.const146 MSG_ZEROCOPY = 67108864
Dsocket_arm.const146 MSG_ZEROCOPY = 67108864
Dsocket_amd64.const146 MSG_ZEROCOPY = 67108864
Dsocket.txt46 …ONTWAIT, MSG_EOR, MSG_MORE, MSG_NOSIGNAL, MSG_OOB, MSG_PROBE, MSG_BATCH, MSG_FASTOPEN, MSG_ZEROCOPY
/external/ltp/testcases/network/netstress/
Dnetstress.c946 send_flags |= MSG_ZEROCOPY; in setup()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1003 MSG_ZEROCOPY = 0x4000000 const
Dzerrors_linux_s390x.go1002 MSG_ZEROCOPY = 0x4000000 const
Dzerrors_linux_arm.go1002 MSG_ZEROCOPY = 0x4000000 const
Dzerrors_linux_ppc64le.go1002 MSG_ZEROCOPY = 0x4000000 const
Dzerrors_linux_mips64.go1003 MSG_ZEROCOPY = 0x4000000 const
Dzerrors_linux_ppc64.go1002 MSG_ZEROCOPY = 0x4000000 const
Dzerrors_linux_amd64.go1004 MSG_ZEROCOPY = 0x4000000 const
Dzerrors_linux_mips64le.go1003 MSG_ZEROCOPY = 0x4000000 const
Dzerrors_linux_386.go1004 MSG_ZEROCOPY = 0x4000000 const
Dzerrors_linux_mips.go1003 MSG_ZEROCOPY = 0x4000000 const
Dzerrors_linux_arm64.go1005 MSG_ZEROCOPY = 0x4000000 const
/external/strace/
DNEWS97 * Fixed fallback definitions for F_*, MCL_*, MSG_ZEROCOPY, SI_*,

12