snd_ssthresh     1543 netinet/tcp_input.c 					tp->snd_ssthresh = win / 2 * tp->t_maxseg;
snd_ssthresh     1544 netinet/tcp_input.c 					tp->snd_cwnd = tp->snd_ssthresh;
snd_ssthresh     1652 netinet/tcp_input.c 					tp->snd_ssthresh = win * tp->t_maxseg;
snd_ssthresh     1674 netinet/tcp_input.c 						tp->snd_cwnd = tp->snd_ssthresh;
snd_ssthresh     1681 netinet/tcp_input.c 						tp->snd_cwnd = tp->snd_ssthresh+
snd_ssthresh     1700 netinet/tcp_input.c 					tp->snd_cwnd = tp->snd_ssthresh +
snd_ssthresh     1751 netinet/tcp_input.c 					tp->snd_cwnd = tp->snd_ssthresh;
snd_ssthresh     1753 netinet/tcp_input.c 					    th->th_ack) < tp->snd_ssthresh)
snd_ssthresh     1768 netinet/tcp_input.c 				tp->snd_cwnd = tp->snd_ssthresh;
snd_ssthresh     1770 netinet/tcp_input.c 			  	    tp->snd_ssthresh)
snd_ssthresh     1781 netinet/tcp_input.c 		    tp->snd_cwnd > tp->snd_ssthresh)
snd_ssthresh     1782 netinet/tcp_input.c 			tp->snd_cwnd = tp->snd_ssthresh;
snd_ssthresh     1829 netinet/tcp_input.c 		if (cw > tp->snd_ssthresh)
snd_ssthresh      503 netinet/tcp_subr.c 	tp->snd_ssthresh = TCP_MAXWIN << TCP_MAX_WINSHIFT;
snd_ssthresh      372 netinet/tcp_timer.c 		tp->snd_ssthresh = win * tp->t_maxseg;
snd_ssthresh      151 netinet/tcp_var.h 	u_long	snd_ssthresh;		/* snd_cwnd size threshold for