Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_zerocopy_basic.pkt32 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
50 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
H A Dtcp_zerocopy_small.pkt33 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
52 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
H A Dtcp_zerocopy_maxfrags.pkt66 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
113 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
H A Dtcp_zerocopy_client.pkt25 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
H A Dtcp_zerocopy_batch.pkt36 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
H A Dtcp_zerocopy_fastopen-server.pkt37 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
H A Dtcp_zerocopy_closed.pkt39 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
H A Dtcp_zerocopy_epoll_edge.pkt56 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
H A Dtcp_zerocopy_epoll_exclusive.pkt58 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
H A Dtcp_zerocopy_epoll_oneshot.pkt61 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
H A Dtcp_zerocopy_fastopen-client.pkt51 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
/linux/include/uapi/linux/
H A Derrqueue.h33 #define SO_EE_ORIGIN_ZEROCOPY 5 macro
/linux/tools/testing/vsock/
H A Dmsg_zerocopy_common.c51 if (serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY) { in vsock_recv_completion()
/linux/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c42 #ifndef SO_EE_ORIGIN_ZEROCOPY
43 #define SO_EE_ORIGIN_ZEROCOPY 5 macro
178 case SO_EE_ORIGIN_ZEROCOPY: in flush_cmsg()
H A Dmsg_zerocopy.c61 #ifndef SO_EE_ORIGIN_ZEROCOPY
62 #define SO_EE_ORIGIN_ZEROCOPY 5 macro
429 if (serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY) in do_recv_completion()
/linux/Documentation/networking/
H A Dmsg_zerocopy.rst182 Error origin is the new type SO_EE_ORIGIN_ZEROCOPY. ee_errno is zero,
202 serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY)
/linux/net/core/
H A Dskbuff.c1741 serr->ee.ee_origin = SO_EE_ORIGIN_ZEROCOPY; in __msg_zerocopy_callback()
1750 if (!tail || SKB_EXT_ERR(tail)->ee.ee_origin != SO_EE_ORIGIN_ZEROCOPY || in __msg_zerocopy_callback()
3895 if (SKB_EXT_ERR(skb)->ee.ee_origin == SO_EE_ORIGIN_ZEROCOPY || in skb_errqueue_purge()