Lines Matching refs:snd_recover
427 tp->snd_recover = tp->snd_max; in cc_cong_signal()
438 SEQ_GEQ(th->th_ack, tp->snd_recover)) { in cc_cong_signal()
441 tp->snd_recover = tp->snd_max + 1; in cc_cong_signal()
458 tp->snd_recover = tp->snd_recover_prev; in cc_cong_signal()
1831 if (SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_do_segment()
1832 SEQ_LEQ(th->th_ack, tp->snd_recover)) in tcp_do_segment()
1833 tp->snd_recover = th->th_ack - 1; in tcp_do_segment()
2704 tp->snd_recover)) { in tcp_do_segment()
2868 if (SEQ_LT(th->th_ack, tp->snd_recover)) { in tcp_do_segment()
3047 SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_do_segment()
3048 SEQ_LEQ(th->th_ack, tp->snd_recover)) in tcp_do_segment()
3049 tp->snd_recover = th->th_ack - 1; in tcp_do_segment()
3052 SEQ_GEQ(th->th_ack, tp->snd_recover)) { in tcp_do_segment()
3055 if (SEQ_GT(tp->snd_una, tp->snd_recover)) { in tcp_do_segment()
3056 tp->snd_recover = tp->snd_una; in tcp_do_segment()
4090 tp->snd_recover - tp->snd_una)) { in tcp_do_prr_ack()