snd_fack         1049 netinet/tcp_input.c 				tp->snd_fack = tp->snd_una;
snd_fack         1629 netinet/tcp_input.c 				    ((SEQ_GT(tp->snd_fack, tcprexmtthresh *
snd_fack         1759 netinet/tcp_input.c 					if (SEQ_GT(th->th_ack, tp->snd_fack))
snd_fack         1760 netinet/tcp_input.c 						tp->snd_fack = th->th_ack;
snd_fack         1874 netinet/tcp_input.c 		if (SEQ_GT(tp->snd_una, tp->snd_fack)) {
snd_fack         1875 netinet/tcp_input.c 			tp->snd_fack = tp->snd_una;
snd_fack         1880 netinet/tcp_input.c 				tp->snd_fack) + tp->retran_data;
snd_fack         2575 netinet/tcp_input.c 		if (SEQ_GT(sack.end, tp->snd_fack))
snd_fack         2576 netinet/tcp_input.c 			tp->snd_fack = sack.end;
snd_fack         2748 netinet/tcp_input.c 	tp->snd_awnd = tcp_seq_subtract(tp->snd_nxt, tp->snd_fack) +
snd_fack         3817 netinet/tcp_input.c 	tp->snd_fack = tp->snd_una;
snd_fack         1117 netinet/tcp_output.c 	tp->snd_awnd = tcp_seq_subtract(tp->snd_max, tp->snd_fack) +
snd_fack          188 netinet/tcp_timer.c 	tp->snd_fack = tp->snd_una;
snd_fack          343 netinet/tcp_usrreq.c 		tp->snd_fack = tp->snd_una;
snd_fack          120 netinet/tcp_var.h 	tcp_seq snd_fack;		/* for FACK congestion control */