Searched refs:SO_EE_ORIGIN_ZEROCOPY (Results 1 – 17 of 17) sorted by relevance
/linux/tools/testing/selftests/net/packetdrill/ |
H A D | tcp_zerocopy_basic.pkt | 32 ee_origin=SO_EE_ORIGIN_ZEROCOPY, 50 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
H A D | tcp_zerocopy_small.pkt | 33 ee_origin=SO_EE_ORIGIN_ZEROCOPY, 52 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
H A D | tcp_zerocopy_maxfrags.pkt | 66 ee_origin=SO_EE_ORIGIN_ZEROCOPY, 113 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
H A D | tcp_zerocopy_client.pkt | 25 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
H A D | tcp_zerocopy_batch.pkt | 36 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
H A D | tcp_zerocopy_fastopen-server.pkt | 37 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
H A D | tcp_zerocopy_closed.pkt | 39 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
H A D | tcp_zerocopy_epoll_edge.pkt | 56 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
H A D | tcp_zerocopy_epoll_exclusive.pkt | 58 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
H A D | tcp_zerocopy_epoll_oneshot.pkt | 61 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
H A D | tcp_zerocopy_fastopen-client.pkt | 51 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
/linux/include/uapi/linux/ |
H A D | errqueue.h | 33 #define SO_EE_ORIGIN_ZEROCOPY 5 macro
|
/linux/tools/testing/vsock/ |
H A D | msg_zerocopy_common.c | 51 if (serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY) { in vsock_recv_completion()
|
/linux/tools/testing/selftests/net/ |
H A D | udpgso_bench_tx.c | 42 #ifndef SO_EE_ORIGIN_ZEROCOPY 43 #define SO_EE_ORIGIN_ZEROCOPY 5 macro 178 case SO_EE_ORIGIN_ZEROCOPY: in flush_cmsg()
|
H A D | msg_zerocopy.c | 61 #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 D | msg_zerocopy.rst | 182 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 D | skbuff.c | 1741 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()
|