Home
last modified time | relevance | path

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

/tools/perf/trace/beauty/
Dmsg_flags.c14 #ifndef MSG_ZEROCOPY
15 #define MSG_ZEROCOPY 0x4000000 macro
/tools/testing/selftests/net/
Dudpgso_bench_tx.c46 #ifndef MSG_ZEROCOPY
47 #define MSG_ZEROCOPY 0x4000000 macro
279 cfg_zerocopy ? MSG_ZEROCOPY : 0); in send_tcp()
299 ret = sendto(fd, data, len, cfg_zerocopy ? MSG_ZEROCOPY : 0, in send_udp()
371 ret = sendmmsg(fd, mmsgs, i, cfg_zerocopy ? MSG_ZEROCOPY : 0); in send_udp_sendmmsg()
420 ret = sendmsg(fd, &msg, cfg_zerocopy ? MSG_ZEROCOPY : 0); in send_udp_segment()
Dtcp_mmap.c71 #ifndef MSG_ZEROCOPY
72 #define MSG_ZEROCOPY 0x4000000 macro
598 (size_t)wr, zflg ? MSG_ZEROCOPY : 0); in main()
Dmsg_zerocopy.c73 #ifndef MSG_ZEROCOPY
74 #define MSG_ZEROCOPY 0x4000000 macro
197 flags |= MSG_ZEROCOPY; in do_sendmsg()
/tools/perf/trace/beauty/include/linux/
Dsocket.h329 #define MSG_ZEROCOPY 0x4000000 /* Use user data in kernel path */ macro