Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/packetdrill/
A Dtcp_zerocopy_small.pkt4 // verify that SO_EE_CODE_ZEROCOPY_COPIED is set on zerocopy
35 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
54 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
A Dtcp_zerocopy_basic.pkt34 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
52 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
A Dtcp_zerocopy_maxfrags.pkt68 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
115 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
A Dtcp_zerocopy_client.pkt27 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
A Dtcp_zerocopy_batch.pkt38 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
A Dtcp_zerocopy_fastopen-server.pkt39 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
A Dtcp_zerocopy_closed.pkt41 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
A Dtcp_zerocopy_epoll_edge.pkt58 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
A Dtcp_zerocopy_epoll_exclusive.pkt60 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
A Dtcp_zerocopy_epoll_oneshot.pkt63 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
A Dtcp_zerocopy_fastopen-client.pkt53 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
/linux/tools/testing/vsock/
A Dmsg_zerocopy_common.c78 if (*zerocopied && (serr->ee_code & SO_EE_CODE_ZEROCOPY_COPIED)) { in vsock_recv_completion()
83 if (!*zerocopied && !(serr->ee_code & SO_EE_CODE_ZEROCOPY_COPIED)) { in vsock_recv_completion()
/linux/include/uapi/linux/
A Derrqueue.h39 #define SO_EE_CODE_ZEROCOPY_COPIED 1 macro
/linux/tools/testing/selftests/net/
A Dmsg_zerocopy.c69 #ifndef SO_EE_CODE_ZEROCOPY_COPIED
70 #define SO_EE_CODE_ZEROCOPY_COPIED 1 macro
446 zerocopy = !(serr->ee_code & SO_EE_CODE_ZEROCOPY_COPIED); in do_recv_completion()
/linux/Documentation/networking/
A Dmsg_zerocopy.rst230 setting flag SO_EE_CODE_ZEROCOPY_COPIED in field ee_code on return.
/linux/net/core/
A Dskbuff.c1835 serr->ee.ee_code |= SO_EE_CODE_ZEROCOPY_COPIED; in __msg_zerocopy_callback()

Completed in 31 milliseconds