Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Derrqueue.h33 #define SO_EE_ORIGIN_ZEROCOPY 5 macro
/Linux-v6.1/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
426 if (serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY) in do_recv_completion()
/Linux-v6.1/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-v6.1/net/core/
Dskbuff.c1421 serr->ee.ee_origin = SO_EE_ORIGIN_ZEROCOPY; in __msg_zerocopy_callback()
1430 if (!tail || SKB_EXT_ERR(tail)->ee.ee_origin != SO_EE_ORIGIN_ZEROCOPY || in __msg_zerocopy_callback()