Home
last modified time | relevance | path

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

12

/external/ltp/include/lapi/
Dsocket.h36 #ifndef SO_ZEROCOPY
37 # define SO_ZEROCOPY 60 macro
/external/strace/xlat/
Dsock_options.h1373 #if defined(SO_ZEROCOPY) || (defined(HAVE_DECL_SO_ZEROCOPY) && HAVE_DECL_SO_ZEROCOPY)
1375 static_assert((SO_ZEROCOPY) == (62), "SO_ZEROCOPY != 62");
1378 # define SO_ZEROCOPY 62
1381 #if defined(SO_ZEROCOPY) || (defined(HAVE_DECL_SO_ZEROCOPY) && HAVE_DECL_SO_ZEROCOPY)
1383 static_assert((SO_ZEROCOPY) == (16437), "SO_ZEROCOPY != 16437");
1386 # define SO_ZEROCOPY 16437
1389 #if defined(SO_ZEROCOPY) || (defined(HAVE_DECL_SO_ZEROCOPY) && HAVE_DECL_SO_ZEROCOPY)
1391 static_assert((SO_ZEROCOPY) == (60), "SO_ZEROCOPY != 60");
1394 # define SO_ZEROCOPY 60
1874 XLAT(SO_ZEROCOPY),
[all …]
Dsock_options.in442 SO_ZEROCOPY 62
444 SO_ZEROCOPY 16437
446 SO_ZEROCOPY 60
/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso_bench_tx.c33 #ifndef SO_ZEROCOPY
34 #define SO_ZEROCOPY 60 macro
368 if (setsockopt(fd, SOL_SOCKET, SO_ZEROCOPY, &val, sizeof(val))) in main()
Dmsg_zerocopy.c65 #ifndef SO_ZEROCOPY
66 #define SO_ZEROCOPY 60 macro
333 do_setsockopt(fd, SOL_SOCKET, SO_ZEROCOPY, 1); in do_setup_tx()
Dtcp_mmap.c428 if (zflg && setsockopt(fd, SOL_SOCKET, SO_ZEROCOPY, in main()
/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h108 #define SO_ZEROCOPY 60 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsocket.h124 #define SO_ZEROCOPY 60 macro
/external/syzkaller/sys/linux/
Dsocket_ppc64le.const325 SO_ZEROCOPY = 60
Dsocket_386.const325 SO_ZEROCOPY = 60
Dsocket_arm64.const325 SO_ZEROCOPY = 60
Dsocket_arm.const325 SO_ZEROCOPY = 60
Dsocket_amd64.const325 SO_ZEROCOPY = 60
Dsocket.txt180 …_OVFL, SO_WIFI_STATUS, SO_NOFCS, SO_SELECT_ERR_QUEUE, SO_BUSY_POLL, SO_MAX_PACING_RATE, SO_ZEROCOPY
/external/ltp/testcases/network/netstress/
Dnetstress.c167 SAFE_SETSOCKOPT_INT(sd, SOL_SOCKET, SO_ZEROCOPY, 1); in init_socket_opts()
702 SAFE_SETSOCKOPT_INT(sfd, SOL_SOCKET, SO_ZEROCOPY, 1); in server_init()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1852 SO_ZEROCOPY = 0x3c const
Dzerrors_linux_s390x.go1911 SO_ZEROCOPY = 0x3c const
Dzerrors_linux_arm.go1857 SO_ZEROCOPY = 0x3c const
Dzerrors_linux_ppc64le.go1907 SO_ZEROCOPY = 0x3c const
Dzerrors_linux_mips64.go1852 SO_ZEROCOPY = 0x3c const
Dzerrors_linux_ppc64.go1907 SO_ZEROCOPY = 0x3c const
Dzerrors_linux_amd64.go1851 SO_ZEROCOPY = 0x3c const
Dzerrors_linux_mips64le.go1852 SO_ZEROCOPY = 0x3c const
Dzerrors_linux_386.go1850 SO_ZEROCOPY = 0x3c const
Dzerrors_linux_mips.go1852 SO_ZEROCOPY = 0x3c const

12