Searched refs:MSG_ZEROCOPY (Results 1 – 4 of 4) sorted by relevance
/tools/testing/selftests/net/ |
D | udpgso_bench_tx.c | 46 #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()
|
D | tcp_mmap.c | 70 #ifndef MSG_ZEROCOPY 71 #define MSG_ZEROCOPY 0x4000000 macro 509 wr = send(fd, buffer, (size_t)wr, zflg ? MSG_ZEROCOPY : 0); in main()
|
D | msg_zerocopy.c | 73 #ifndef MSG_ZEROCOPY 74 #define MSG_ZEROCOPY 0x4000000 macro 195 flags |= MSG_ZEROCOPY; in do_sendmsg()
|
/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 317 #define MSG_ZEROCOPY 0x4000000 /* Use user data in kernel path */ macro
|