Searched refs:MSG_ZEROCOPY (Results 1 – 12 of 12) sorted by relevance
/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/ltp/include/lapi/ |
D | socket.h | 25 #ifndef MSG_ZEROCOPY 26 # define MSG_ZEROCOPY 0x4000000 /* Use user data in kernel path */ macro
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | udpgso_bench_tx.c | 46 #ifndef MSG_ZEROCOPY 47 #define MSG_ZEROCOPY 0x4000000 macro 263 cfg_zerocopy ? MSG_ZEROCOPY : 0); in send_tcp() 283 ret = sendto(fd, data, len, cfg_zerocopy ? MSG_ZEROCOPY : 0, in send_udp() 355 ret = sendmmsg(fd, mmsgs, i, cfg_zerocopy ? MSG_ZEROCOPY : 0); in send_udp_sendmmsg() 404 ret = sendmsg(fd, &msg, cfg_zerocopy ? MSG_ZEROCOPY : 0); in send_udp_segment()
|
D | tcp_mmap.c | 70 #ifndef MSG_ZEROCOPY 71 #define MSG_ZEROCOPY 0x4000000 macro 478 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/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_posix.cc | 83 #ifndef MSG_ZEROCOPY 84 #define MSG_ZEROCOPY 0x4000000 macro 1350 MSG_ZEROCOPY)) { in do_tcp_flush_zerocopy() 1364 sent_length = tcp_send(tcp->fd, &msg, MSG_ZEROCOPY); in do_tcp_flush_zerocopy()
|
/external/ltp/testcases/network/netstress/ |
D | netstress.c | 946 send_flags |= MSG_ZEROCOPY; in setup()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 3229 #ifdef MSG_ZEROCOPY 3230 { "MSG_ZEROCOPY", (unsigned long) MSG_ZEROCOPY },
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 882 pub const MSG_ZEROCOPY: _bindgen_ty_1 = 67108864; constant
|
/external/strace/ |
D | NEWS | 97 * Fixed fallback definitions for F_*, MCL_*, MSG_ZEROCOPY, SI_*,
|
D | ChangeLog | 4461 Fix fallback definition of MSG_ZEROCOPY. 4462 * xlat/msg_flags.in (MSG_ZEROCOPY): Set fallback definition to 0x4000000. 10780 * xlat/msg_flags.in: Add MSG_ZEROCOPY introduced by kernel commit
|