Home
last modified time | relevance | path

Searched refs:TCP_CORK (Results 1 – 25 of 26) sorted by relevance

12

/external/strace/xlat/
Dsock_tcp_options.h20 #if defined(TCP_CORK) || (defined(HAVE_DECL_TCP_CORK) && HAVE_DECL_TCP_CORK)
22 static_assert((TCP_CORK) == (3), "TCP_CORK != 3");
25 # define TCP_CORK 3
271 [TCP_CORK] = XLAT(TCP_CORK),
Dsock_tcp_options.in4 TCP_CORK 3
/external/syzkaller/sys/linux/
Dsocket_inet_tcp_arm64.const17 TCP_CORK = 3
Dsocket_inet_tcp_amd64.const17 TCP_CORK = 3
Dsocket_inet_tcp_ppc64le.const17 TCP_CORK = 3
Dsocket_inet_tcp_arm.const17 TCP_CORK = 3
Dsocket_inet_tcp_386.const17 TCP_CORK = 3
Dsocket_inet_tcp.txt38 tcp_option_types_int = TCP_NODELAY, TCP_MAXSEG, TCP_CORK, TCP_KEEPIDLE, TCP_KEEPINTVL, TCP_KEEPCNT,…
/external/iproute2/include/netinet/
Dtcp.h42 #define TCP_CORK 3 /* Control sending of partial frames */ macro
/external/iproute2/include/uapi/linux/
Dtcp.h94 #define TCP_CORK 3 /* Never send partially complete segments */ macro
/external/kernel-headers/original/uapi/linux/
Dtcp.h94 #define TCP_CORK 3 /* Never send partially complete segments */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1018 TCP_CORK = 0x18 const
Dzerrors_linux_sparc64.go1606 TCP_CORK = 0x3 const
Dzerrors_linux_mips64le.go1938 TCP_CORK = 0x3 const
Dzerrors_linux_ppc64.go1992 TCP_CORK = 0x3 const
Dzerrors_linux_arm.go1944 TCP_CORK = 0x3 const
Dzerrors_linux_mips64.go1938 TCP_CORK = 0x3 const
Dzerrors_linux_ppc64le.go1992 TCP_CORK = 0x3 const
Dzerrors_linux_arm64.go1929 TCP_CORK = 0x3 const
Dzerrors_linux_386.go1937 TCP_CORK = 0x3 const
Dzerrors_linux_mips.go1938 TCP_CORK = 0x3 const
Dzerrors_linux_s390x.go1998 TCP_CORK = 0x3 const
Dzerrors_linux_mipsle.go1938 TCP_CORK = 0x3 const
Dzerrors_linux_amd64.go1938 TCP_CORK = 0x3 const
/external/python/cpython2/Modules/
Dsocketmodule.c5352 #ifdef TCP_CORK
5353 PyModule_AddIntConstant(m, "TCP_CORK", TCP_CORK);

12