Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Derrqueue.h22 #define SO_EE_ORIGIN_ZEROCOPY 5 macro
/Linux-v4.19/tools/testing/selftests/net/
Dmsg_zerocopy.c61 #ifndef SO_EE_ORIGIN_ZEROCOPY
62 #define SO_EE_ORIGIN_ZEROCOPY 5 macro
427 if (serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY) in do_recv_completion()
/Linux-v4.19/Documentation/networking/
Dmsg_zerocopy.rst179 Error origin is the new type SO_EE_ORIGIN_ZEROCOPY. ee_errno is zero,
199 serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY)
/Linux-v4.19/net/core/
Dskbuff.c1057 serr->ee.ee_origin = SO_EE_ORIGIN_ZEROCOPY; in sock_zerocopy_callback()
1066 if (!tail || SKB_EXT_ERR(tail)->ee.ee_origin != SO_EE_ORIGIN_ZEROCOPY || in sock_zerocopy_callback()