Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Derrqueue.h23 #define SO_EE_ORIGIN_ZEROCOPY 5 macro
/Linux-v5.4/tools/testing/selftests/net/
Dudpgso_bench_tx.c42 #ifndef SO_EE_ORIGIN_ZEROCOPY
43 #define SO_EE_ORIGIN_ZEROCOPY 5 macro
177 case SO_EE_ORIGIN_ZEROCOPY: in flush_cmsg()
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-v5.4/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-v5.4/net/core/
Dskbuff.c1221 serr->ee.ee_origin = SO_EE_ORIGIN_ZEROCOPY; in sock_zerocopy_callback()
1230 if (!tail || SKB_EXT_ERR(tail)->ee.ee_origin != SO_EE_ORIGIN_ZEROCOPY || in sock_zerocopy_callback()