Searched refs:SO_EE_CODE_ZEROCOPY_COPIED (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/vsock/
H A Dmsg_zerocopy_common.c78 if (*zerocopied && (serr->ee_code & SO_EE_CODE_ZEROCOPY_COPIED)) {
83 if (!*zerocopied && !(serr->ee_code & SO_EE_CODE_ZEROCOPY_COPIED)) {
/linux-master/include/uapi/linux/
H A Derrqueue.h39 #define SO_EE_CODE_ZEROCOPY_COPIED 1 macro
/linux-master/tools/testing/selftests/net/
H A Dmsg_zerocopy.c69 #ifndef SO_EE_CODE_ZEROCOPY_COPIED
70 #define SO_EE_CODE_ZEROCOPY_COPIED 1 macro
443 zerocopy = !(serr->ee_code & SO_EE_CODE_ZEROCOPY_COPIED);
/linux-master/net/core/
H A Dskbuff.c1829 serr->ee.ee_code |= SO_EE_CODE_ZEROCOPY_COPIED;

Completed in 167 milliseconds