snd_max           217 netinet/tcp_debug.c 	    tp->snd_max);
snd_max           986 netinet/tcp_input.c 	    tp->snd_nxt == tp->snd_max) {
snd_max          1000 netinet/tcp_input.c 			    SEQ_LEQ(th->th_ack, tp->snd_max) &&
snd_max          1063 netinet/tcp_input.c 				if (tp->snd_una == tp->snd_max)
snd_max          1144 netinet/tcp_input.c 			    SEQ_GT(th->th_ack, tp->snd_max))
snd_max          1164 netinet/tcp_input.c 		     SEQ_GT(th->th_ack, tp->snd_max)))
snd_max          1545 netinet/tcp_input.c 					tp->snd_last = tp->snd_max;
snd_max          1654 netinet/tcp_input.c 					tp->snd_last = tp->snd_max;
snd_max          1752 netinet/tcp_input.c 					if (tcp_seq_subtract(tp->snd_max,
snd_max          1755 netinet/tcp_input.c 						   tcp_seq_subtract(tp->snd_max,
snd_max          1769 netinet/tcp_input.c 				if (tcp_seq_subtract(tp->snd_max, th->th_ack) <
snd_max          1772 netinet/tcp_input.c 					    tcp_seq_subtract(tp->snd_max,
snd_max          1785 netinet/tcp_input.c 		if (SEQ_GT(th->th_ack, tp->snd_max)) {
snd_max          1813 netinet/tcp_input.c 		if (th->th_ack == tp->snd_max) {
snd_max          2546 netinet/tcp_input.c 	    SEQ_GT(th->th_ack, tp->snd_max))
snd_max          2582 netinet/tcp_input.c 		if (SEQ_GT(sack.end, tp->snd_max))
snd_max          3855 netinet/tcp_input.c 	tp->snd_max = tp->snd_nxt = tp->iss+1;
snd_max           244 netinet/tcp_output.c 	idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una);
snd_max           267 netinet/tcp_output.c 	if (tp->sack_enable && SEQ_LT(tp->snd_nxt, tp->snd_max))
snd_max           421 netinet/tcp_output.c 		if (SEQ_LT(tp->snd_nxt, tp->snd_max))
snd_max           474 netinet/tcp_output.c 	if (SEQ_GT(tp->snd_max, tp->snd_una) &&
snd_max           688 netinet/tcp_output.c 		else if (SEQ_LT(tp->snd_nxt, tp->snd_max)) {
snd_max           787 netinet/tcp_output.c 	    (tp->snd_nxt == tp->snd_max))
snd_max           805 netinet/tcp_output.c 		th->th_seq = htonl(tp->snd_max);
snd_max           990 netinet/tcp_output.c 		if (SEQ_GT(tp->snd_nxt, tp->snd_max)) {
snd_max           991 netinet/tcp_output.c 			tp->snd_max = tp->snd_nxt;
snd_max          1015 netinet/tcp_output.c 		    tp->snd_nxt != tp->snd_max) {
snd_max          1033 netinet/tcp_output.c 		if (SEQ_GT(tp->snd_nxt + len, tp->snd_max))
snd_max          1034 netinet/tcp_output.c 			tp->snd_max = tp->snd_nxt + len;
snd_max          1057 netinet/tcp_output.c 		if (len == 0 || SEQ_LT(tp->snd_nxt, tp->snd_max) ||
snd_max          1117 netinet/tcp_output.c 	tp->snd_awnd = tcp_seq_subtract(tp->snd_max, tp->snd_fack) +
snd_max            57 netinet/tcp_seq.h 	(tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
snd_max           791 netinet/tcp_subr.c 			    SEQ_LT(seq, tp->snd_max))
snd_max           851 netinet/tcp_subr.c 		    SEQ_LT(seq, tp->snd_max)) {
snd_max           911 netinet/tcp_subr.c 			    SEQ_LT(seq, tp->snd_max))
snd_max           328 netinet/tcp_timer.c 	tp->snd_last = tp->snd_max;
snd_max           375 netinet/tcp_timer.c 		tp->snd_last = tp->snd_max;
snd_max           146 netinet/tcp_var.h 	tcp_seq	snd_max;		/* highest sequence number sent;