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.c5482 uint_t thwin; in tcp_rwnd_reopen() local
5486 thwin = ((uint_t)ntohs(tcp->tcp_tcpha->tha_win)) in tcp_rwnd_reopen()
5489 thwin -= tcp->tcp_rnxt - tcp->tcp_rack; in tcp_rwnd_reopen()
5495 if (connp->conn_rcvbuf - thwin >= tcp->tcp_mss) { in tcp_rwnd_reopen()
5500 if (thwin < tcp->tcp_rack_cur_max * tcp->tcp_mss) { in tcp_rwnd_reopen()