Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsock_tcp_options.h83 #if defined(TCP_QUICKACK) || (defined(HAVE_DECL_TCP_QUICKACK) && HAVE_DECL_TCP_QUICKACK)
85 static_assert((TCP_QUICKACK) == (12), "TCP_QUICKACK != 12");
88 # define TCP_QUICKACK 12
280 [TCP_QUICKACK] = XLAT(TCP_QUICKACK),
Dsock_tcp_options.in13 TCP_QUICKACK 12
/external/syzkaller/sys/linux/
Dsocket_inet_tcp_arm.const36 TCP_QUICKACK = 12
Dsocket_inet_tcp_arm64.const36 TCP_QUICKACK = 12
Dsocket_inet_tcp_amd64.const36 TCP_QUICKACK = 12
Dsocket_inet_tcp_ppc64le.const36 TCP_QUICKACK = 12
Dsocket_inet_tcp_386.const36 TCP_QUICKACK = 12
Dsocket_inet_tcp.txt38 …KEEPCNT, TCP_SYNCNT, TCP_LINGER2, TCP_DEFER_ACCEPT, TCP_WINDOW_CLAMP, TCP_QUICKACK, TCP_THIN_LINEA…
/external/iproute2/include/netinet/
Dtcp.h51 #define TCP_QUICKACK 12 /* Bock/reenable quick ACKs. */ macro
/external/iproute2/include/uapi/linux/
Dtcp.h103 #define TCP_QUICKACK 12 /* Block/reenable quick acks */ macro
/external/kernel-headers/original/uapi/linux/
Dtcp.h103 #define TCP_QUICKACK 12 /* Block/reenable quick acks */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1625 TCP_QUICKACK = 0xc const
Dzerrors_linux_mipsle.go1960 TCP_QUICKACK = 0xc const
Dzerrors_linux_s390x.go2020 TCP_QUICKACK = 0xc const
Dzerrors_linux_arm.go1966 TCP_QUICKACK = 0xc const
Dzerrors_linux_ppc64le.go2014 TCP_QUICKACK = 0xc const
Dzerrors_linux_mips64.go1960 TCP_QUICKACK = 0xc const
Dzerrors_linux_ppc64.go2014 TCP_QUICKACK = 0xc const
Dzerrors_linux_amd64.go1960 TCP_QUICKACK = 0xc const
Dzerrors_linux_mips64le.go1960 TCP_QUICKACK = 0xc const
Dzerrors_linux_386.go1959 TCP_QUICKACK = 0xc const
Dzerrors_linux_mips.go1960 TCP_QUICKACK = 0xc const
Dzerrors_linux_arm64.go1951 TCP_QUICKACK = 0xc const
/external/python/cpython2/Modules/
Dsocketmodule.c5379 #ifdef TCP_QUICKACK
5380 PyModule_AddIntConstant(m, "TCP_QUICKACK", TCP_QUICKACK);
/external/python/cpython3/Modules/
Dsocketmodule.c7774 #ifdef TCP_QUICKACK
7775 PyModule_AddIntMacro(m, TCP_QUICKACK);