Home
last modified time | relevance | path

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

/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/ltp/include/lapi/
Dsocket.h25 #ifndef MSG_ZEROCOPY
26 # define MSG_ZEROCOPY 0x4000000 /* Use user data in kernel path */ macro
/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso_bench_tx.c46 #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()
Dtcp_mmap.c70 #ifndef MSG_ZEROCOPY
71 #define MSG_ZEROCOPY 0x4000000 macro
478 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/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc83 #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/
Dnetstress.c946 send_flags |= MSG_ZEROCOPY; in setup()
/external/minijail/linux-x86/
Dlibconstants.gen.c3229 #ifdef MSG_ZEROCOPY
3230 { "MSG_ZEROCOPY", (unsigned long) MSG_ZEROCOPY },
/external/crosvm/net_sys/src/
Diff.rs882 pub const MSG_ZEROCOPY: _bindgen_ty_1 = 67108864; constant
/external/strace/
DNEWS97 * Fixed fallback definitions for F_*, MCL_*, MSG_ZEROCOPY, SI_*,
DChangeLog4461 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