Home
last modified time | relevance | path

Searched refs:rto_ssthresh (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h548 uint32_t rto_ssthresh; member
H A Drack.c5720 if (rack->r_ctl.rto_ssthresh > tp->snd_ssthresh) in rack_post_recovery()
5721 tp->snd_ssthresh = rack->r_ctl.rto_ssthresh; in rack_post_recovery()
7712 rack->r_ctl.rto_ssthresh = tp->snd_ssthresh; in rack_timeout_rxt()
10642 if (rack->r_ctl.rto_ssthresh > tp->snd_ssthresh) in rack_handle_might_revert()
10643 tp->snd_ssthresh = rack->r_ctl.rto_ssthresh; in rack_handle_might_revert()