Home
last modified time | relevance | path

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

/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.c70 #ifndef MSG_ZEROCOPY
71 #define MSG_ZEROCOPY 0x4000000 macro
509 wr = send(fd, buffer, (size_t)wr, zflg ? MSG_ZEROCOPY : 0); in main()
Dmsg_zerocopy.c73 #ifndef MSG_ZEROCOPY
74 #define MSG_ZEROCOPY 0x4000000 macro
195 flags |= MSG_ZEROCOPY; in do_sendmsg()
/tools/perf/trace/beauty/include/linux/
Dsocket.h317 #define MSG_ZEROCOPY 0x4000000 /* Use user data in kernel path */ macro