Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_output.c118 int sack_rxmit, sack_bytes_rxmt; in tcp_output() local
190 sack_bytes_rxmt = 0; in tcp_output()
194 (p = tcp_sack_output(tp, &sack_bytes_rxmt))) { in tcp_output()
197 cwin = min(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt; in tcp_output()
293 if (sack_bytes_rxmt == 0) in tcp_output()
325 sack_bytes_rxmt; in tcp_output()