Home
last modified time | relevance | path

Searched refs:SO_ZEROCOPY (Results 1 – 13 of 13) sorted by relevance

/linux/tools/testing/vsock/
H A Dmsg_zerocopy_common.c21 if (setsockopt(fd, SOL_SOCKET, SO_ZEROCOPY, &val, sizeof(val))) { in enable_so_zerocopy()
/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h95 #define SO_ZEROCOPY 0x003e macro
/linux/include/uapi/asm-generic/
H A Dsocket.h102 #define SO_ZEROCOPY 60 macro
/linux/arch/mips/include/uapi/asm/
H A Dsocket.h118 #define SO_ZEROCOPY 60 macro
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h99 #define SO_ZEROCOPY 0x4035 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h107 #define SO_ZEROCOPY 60 macro
/linux/tools/include/uapi/asm-generic/
H A Dsocket.h102 #define SO_ZEROCOPY 60 macro
/linux/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c38 #ifndef SO_ZEROCOPY
39 #define SO_ZEROCOPY 60 macro
662 ret = setsockopt(fd, SOL_SOCKET, SO_ZEROCOPY, in main()
H A Dmsg_zerocopy.c65 #ifndef SO_ZEROCOPY
66 #define SO_ZEROCOPY 60 macro
332 do_setsockopt(fd, SOL_SOCKET, SO_ZEROCOPY, 1); in do_setup_tx()
H A Dtcp_mmap.c576 if (zflg && setsockopt(fd, SOL_SOCKET, SO_ZEROCOPY, in main()
/linux/Documentation/networking/
H A Dmsg_zerocopy.rst73 if (setsockopt(fd, SOL_SOCKET, SO_ZEROCOPY, &one, sizeof(one)))
/linux/net/core/
H A Dsock.c1463 case SO_ZEROCOPY: in sk_setsockopt()
1956 case SO_ZEROCOPY: in sk_getsockopt()
/linux/net/vmw_vsock/
H A Daf_vsock.c1680 if (optname != SO_ZEROCOPY) { in vsock_connectible_setsockopt()