Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_input.c2597 if (tp->sackhint.recover_fs == 0) in tcp_do_segment()
2598 tp->sackhint.recover_fs = in tcp_do_segment()
2601 tp->snd_ssthresh, tp->sackhint.recover_fs) - in tcp_do_segment()
2683 tp->sackhint.recover_fs = max(1, in tcp_do_segment()
3946 if (tp->sackhint.recover_fs == 0) in tcp_prr_partialack()
3947 tp->sackhint.recover_fs = in tcp_prr_partialack()
3950 tp->snd_ssthresh, tp->sackhint.recover_fs) - in tcp_prr_partialack()
H A Dtcp_var.h116 uint32_t recover_fs; /* Flight Size at the start of Loss recovery */ member
H A Dtcp_subr.c750 if (tp->sackhint.recover_fs == 0) in tcp_default_fb_init()
751 tp->sackhint.recover_fs = max(1, in tcp_default_fb_init()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h116 uint32_t recover_fs; /* Flight Size at the start of Loss recovery */ member