Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dsock_tcp_options.h174 #if defined(TCP_NOTSENT_LOWAT) || (defined(HAVE_DECL_TCP_NOTSENT_LOWAT) && HAVE_DECL_TCP_NOTSENT_LO…
176 static_assert((TCP_NOTSENT_LOWAT) == (25), "TCP_NOTSENT_LOWAT != 25");
179 # define TCP_NOTSENT_LOWAT 25
293 [TCP_NOTSENT_LOWAT] = XLAT(TCP_NOTSENT_LOWAT),
Dsock_tcp_options.in26 TCP_NOTSENT_LOWAT 25
/external/syzkaller/sys/linux/
Dsocket_inet_tcp_arm.const34 TCP_NOTSENT_LOWAT = 25
Dsocket_inet_tcp_arm64.const34 TCP_NOTSENT_LOWAT = 25
Dsocket_inet_tcp_amd64.const34 TCP_NOTSENT_LOWAT = 25
Dsocket_inet_tcp_ppc64le.const34 TCP_NOTSENT_LOWAT = 25
Dsocket_inet_tcp_386.const34 TCP_NOTSENT_LOWAT = 25
Dsocket_inet_tcp.txt38 …TOPEN, TCP_FASTOPEN_CONNECT, TCP_FASTOPEN_NO_COOKIE, TCP_TIMESTAMP, TCP_NOTSENT_LOWAT, TCP_SAVE_SY…
/external/iproute2/include/uapi/linux/
Dtcp.h115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
/external/kernel-headers/original/uapi/linux/
Dtcp.h115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_darwin_386.go1367 TCP_NOTSENT_LOWAT = 0x201 const
Dzerrors_darwin_arm64.go1367 TCP_NOTSENT_LOWAT = 0x201 const
Dzerrors_darwin_amd64.go1367 TCP_NOTSENT_LOWAT = 0x201 const
Dzerrors_darwin_arm.go1367 TCP_NOTSENT_LOWAT = 0x201 const
Dzerrors_linux_sparc64.go1623 TCP_NOTSENT_LOWAT = 0x19 const
Dzerrors_linux_mipsle.go1958 TCP_NOTSENT_LOWAT = 0x19 const
Dzerrors_linux_s390x.go2018 TCP_NOTSENT_LOWAT = 0x19 const
Dzerrors_linux_arm.go1964 TCP_NOTSENT_LOWAT = 0x19 const
Dzerrors_linux_ppc64le.go2012 TCP_NOTSENT_LOWAT = 0x19 const
Dzerrors_linux_mips64.go1958 TCP_NOTSENT_LOWAT = 0x19 const
Dzerrors_linux_ppc64.go2012 TCP_NOTSENT_LOWAT = 0x19 const
Dzerrors_linux_amd64.go1958 TCP_NOTSENT_LOWAT = 0x19 const
Dzerrors_linux_mips64le.go1958 TCP_NOTSENT_LOWAT = 0x19 const
Dzerrors_linux_386.go1957 TCP_NOTSENT_LOWAT = 0x19 const
Dzerrors_linux_mips.go1958 TCP_NOTSENT_LOWAT = 0x19 const

12