Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Derrqueue.h22 #define SO_EE_ORIGIN_ZEROCOPY 5 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Derrqueue.h22 #define SO_EE_ORIGIN_ZEROCOPY 5 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Derrqueue.h33 #define SO_EE_ORIGIN_ZEROCOPY 5 macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A 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()
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) in do_recv_completion()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A 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)
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c1232 serr->ee.ee_origin = SO_EE_ORIGIN_ZEROCOPY; in sock_zerocopy_callback()
1241 if (!tail || SKB_EXT_ERR(tail)->ee.ee_origin != SO_EE_ORIGIN_ZEROCOPY || in sock_zerocopy_callback()