Home
last modified time | relevance | path

Searched refs:snd_recover (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netinet/
H A Dtcp_seq.h111 (tp)->snd_recover = (tp)->iss
H A Dtcp_timer.c466 tp->snd_recover_prev = tp->snd_recover; in tcp_save_congestion_state()
497 tp->snd_recover = tp->snd_recover_prev; in tcp_revert_congestion_state()
616 tp->snd_recover = tp->snd_max; in tcp_timer_rexmt_handler()
H A Dtcp_input.c1293 tp->snd_recover = th->th_ack - 1; in tcp_input()
2178 if (SEQ_GEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
2238 tp->snd_recover = th->th_ack - 1; in tcp_input()
3505 } else if (SEQ_LT(th_ack, tp->snd_recover)) { in tcp_recv_dupack()
3551 tp->snd_recover = tp->snd_max; in tcp_recv_dupack()
H A Dtcp_var.h200 tcp_seq snd_recover; /* for use with Fast Recovery */ member