Home
last modified time | relevance | path

Searched refs:SO_EE_CODE_ZEROCOPY_COPIED (Results 1 – 17 of 17) sorted by relevance

/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_zerocopy_small.pkt4 // verify that SO_EE_CODE_ZEROCOPY_COPIED is set on zerocopy
37 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
56 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_basic.pkt36 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
54 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_maxfrags.pkt70 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
117 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_client.pkt29 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_batch.pkt40 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_fastopen-server.pkt41 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_closed.pkt43 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_epoll_edge.pkt61 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_epoll_exclusive.pkt63 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_epoll_oneshot.pkt66 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_fastopen-client.pkt55 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
/linux/tools/testing/vsock/
H A Dmsg_zerocopy_common.c68 if (*zerocopied && (serr->ee_code & SO_EE_CODE_ZEROCOPY_COPIED)) { in vsock_recv_completion()
73 if (!*zerocopied && !(serr->ee_code & SO_EE_CODE_ZEROCOPY_COPIED)) { in vsock_recv_completion()
/linux/include/uapi/linux/
H A Derrqueue.h39 #define SO_EE_CODE_ZEROCOPY_COPIED 1 macro
/linux/tools/testing/selftests/net/
H A Dmsg_zerocopy.c69 #ifndef SO_EE_CODE_ZEROCOPY_COPIED
70 #define SO_EE_CODE_ZEROCOPY_COPIED 1 macro
447 zerocopy = !(serr->ee_code & SO_EE_CODE_ZEROCOPY_COPIED); in do_recv_completion()
/linux/Documentation/translations/zh_CN/networking/
H A Dmsg_zerocopy.rst196 SO_EE_CODE_ZEROCOPY_COPIED 来指示数据是否以拷贝的方式完成。进程可以利用这个信号,在
/linux/Documentation/networking/
H A Dmsg_zerocopy.rst230 setting flag SO_EE_CODE_ZEROCOPY_COPIED in field ee_code on return.
/linux/net/core/
H A Dskbuff.c1856 serr->ee.ee_code |= SO_EE_CODE_ZEROCOPY_COPIED; in __msg_zerocopy_callback()