Home
last modified time | relevance | path

Searched refs:snd_ssthresh_prev (Results 1 – 3 of 3) sorted by relevance

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_timer.c383 tp->snd_ssthresh_prev = tp->snd_ssthresh; in tcp_timer_rexmt()
Dtcp_var.h285 uint64_t snd_ssthresh_prev; /* ssthresh prior to retransmit */ member
Dtcp_input.c264 tp->snd_ssthresh = tp->snd_ssthresh_prev; in cc_cong_signal()