Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5550 uint_t thwin; in tcp_rwnd_reopen() local
5554 thwin = ((uint_t)ntohs(tcp->tcp_tcpha->tha_win)) in tcp_rwnd_reopen()
5557 thwin -= tcp->tcp_rnxt - tcp->tcp_rack; in tcp_rwnd_reopen()
5563 if (connp->conn_rcvbuf - thwin >= tcp->tcp_mss) { in tcp_rwnd_reopen()
5568 if (thwin < tcp->tcp_rack_cur_max * tcp->tcp_mss) { in tcp_rwnd_reopen()