Searched refs:SO_ZEROCOPY (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/vsock/
H A Dmsg_zerocopy_common.c21 if (setsockopt(fd, SOL_SOCKET, SO_ZEROCOPY, &val, sizeof(val))) {
/linux-master/arch/mips/include/uapi/asm/
H A Dsocket.h118 #define SO_ZEROCOPY 60 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dsocket.h107 #define SO_ZEROCOPY 60 macro
/linux-master/include/uapi/asm-generic/
H A Dsocket.h102 #define SO_ZEROCOPY 60 macro
/linux-master/tools/include/uapi/asm-generic/
H A Dsocket.h102 #define SO_ZEROCOPY 60 macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dsocket.h99 #define SO_ZEROCOPY 0x4035 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dsocket.h95 #define SO_ZEROCOPY 0x003e macro
/linux-master/tools/testing/selftests/net/
H A Dmsg_zerocopy.c65 #ifndef SO_ZEROCOPY
66 #define SO_ZEROCOPY 60 macro
332 do_setsockopt(fd, SOL_SOCKET, SO_ZEROCOPY, 1);
H A Dudpgso_bench_tx.c38 #ifndef SO_ZEROCOPY
39 #define SO_ZEROCOPY 60 macro
662 ret = setsockopt(fd, SOL_SOCKET, SO_ZEROCOPY,
666 fprintf(stderr, "SO_ZEROCOPY not supported");
H A Dtcp_mmap.c576 if (zflg && setsockopt(fd, SOL_SOCKET, SO_ZEROCOPY,
578 perror("setsockopt SO_ZEROCOPY, (-z option disabled)");
/linux-master/net/vmw_vsock/
H A Daf_vsock.c1680 if (optname != SO_ZEROCOPY) {
/linux-master/net/core/
H A Dsock.c1463 case SO_ZEROCOPY:
1956 case SO_ZEROCOPY:

Completed in 180 milliseconds