Searched refs:SO_ZEROCOPY (Results 1 – 10 of 10) sorted by relevance
/external/ltp/include/lapi/ |
D | socket.h | 45 #ifndef SO_ZEROCOPY 46 # define SO_ZEROCOPY 60 macro
|
/external/strace/xlat/ |
D | sock_options.h | 1373 #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 …]
|
D | sock_options.in | 442 SO_ZEROCOPY 62 444 SO_ZEROCOPY 16437 446 SO_ZEROCOPY 60
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | socket.h | 102 #define SO_ZEROCOPY 60 macro
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | udpgso_bench_tx.c | 38 #ifndef SO_ZEROCOPY 39 #define SO_ZEROCOPY 60 macro 634 ret = setsockopt(fd, SOL_SOCKET, SO_ZEROCOPY, in main()
|
D | msg_zerocopy.c | 65 #ifndef SO_ZEROCOPY 66 #define SO_ZEROCOPY 60 macro 333 do_setsockopt(fd, SOL_SOCKET, SO_ZEROCOPY, 1); in do_setup_tx()
|
D | tcp_mmap.c | 467 if (zflg && setsockopt(fd, SOL_SOCKET, SO_ZEROCOPY, in main()
|
/external/ltp/testcases/network/netstress/ |
D | netstress.c | 156 SAFE_SETSOCKOPT_INT(sd, SOL_SOCKET, SO_ZEROCOPY, 1); in init_socket_opts() 704 SAFE_SETSOCKOPT_INT(sfd, SOL_SOCKET, SO_ZEROCOPY, 1); in server_init()
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 350 pub const SO_ZEROCOPY: u32 = 60; constant
|
/external/strace/ |
D | ChangeLog | 11516 * xlat/sockoptions.in: Add SO_ZEROCOPY introduced by kernel commit
|