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

/linux-master/include/uapi/linux/
H A Derrqueue.h33 #define SO_EE_ORIGIN_ZEROCOPY 5 macro
/linux-master/tools/testing/vsock/
H A Dmsg_zerocopy_common.c61 if (serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY) {
/linux-master/tools/testing/selftests/net/
H A 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)
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:
/linux-master/net/core/
H A Dskbuff.c1825 serr->ee.ee_origin = SO_EE_ORIGIN_ZEROCOPY;
1834 if (!tail || SKB_EXT_ERR(tail)->ee.ee_origin != SO_EE_ORIGIN_ZEROCOPY ||
3926 if (SKB_EXT_ERR(skb)->ee.ee_origin == SO_EE_ORIGIN_ZEROCOPY ||

Completed in 137 milliseconds