Searched refs:snd_recover (Results 1 – 5 of 5) sorted by relevance
228 tp->snd_recover = tp->snd_max; in cc_cong_signal()235 tp->snd_recover = tp->snd_max; in cc_cong_signal()265 tp->snd_recover = tp->snd_recover_prev; in cc_cong_signal()1191 if (SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_do_segment()1192 SEQ_LEQ(th->th_ack, tp->snd_recover)) in tcp_do_segment()1193 tp->snd_recover = th->th_ack - 1; in tcp_do_segment()1991 tp->snd_recover)) { in tcp_do_segment()2100 if (SEQ_LT(th->th_ack, tp->snd_recover)) { in tcp_do_segment()2235 SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_do_segment()2236 SEQ_LEQ(th->th_ack, tp->snd_recover)) in tcp_do_segment()[all …]
384 tp->snd_recover_prev = tp->snd_recover; in tcp_timer_rexmt()446 tp->snd_recover = tp->snd_max; in tcp_timer_rexmt()
66 (tp)->snd_recover = (tp)->iss
186 if (SEQ_GT(p->end, tp->snd_recover)) { in tcp_output()192 if (SEQ_GEQ(p->rxmit, tp->snd_recover)) { in tcp_output()204 tp->snd_recover - p->rxmit)); in tcp_output()
252 tcp_seq snd_recover; /* for use in NewReno Fast Recovery */ member