Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_sack.c1164 tp->sackhint.recover_fs = (tp->snd_max - tp->snd_una) - in tcp_sack_lost_retransmission()
1165 tp->sackhint.recover_fs; in tcp_sack_lost_retransmission()
H A Dtcp_input.c2710 tp->sackhint.recover_fs = max(1, in tcp_do_segment()
4067 if (tp->sackhint.recover_fs == 0) in tcp_do_prr_ack()
4068 tp->sackhint.recover_fs = in tcp_do_prr_ack()
4071 tp->snd_ssthresh, tp->sackhint.recover_fs) - in tcp_do_prr_ack()
H A Dtcp_var.h128 uint32_t recover_fs; /* Flight Size at the start of Loss recovery */ member
H A Dtcp_subr.c1094 if (tp->sackhint.recover_fs == 0) in tcp_default_fb_init()
1095 tp->sackhint.recover_fs = max(1, in tcp_default_fb_init()