Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_sack.c464 tp->sackhint.sack_bytes_rexmit -= (cur->rxmit - cur->start); in tcp_sack_doack()
465 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_sack_doack()
501 tp->sackhint.sack_bytes_rexmit in tcp_sack_doack()
511 tp->sackhint.sack_bytes_rexmit += (cur->rxmit - cur->start); in tcp_sack_doack()
534 tp->sackhint.sack_bytes_rexmit = 0; in tcp_free_sackholes()
559 tp->snd_cwnd = (tp->sackhint.sack_bytes_rexmit + in tcp_sack_partialack()
619 *sack_bytes_rexmt = tp->sackhint.sack_bytes_rexmit; in tcp_sack_output()
Dtcp_output.c1022 tp->sackhint.sack_bytes_rexmit += len; in tcp_output()
1245 tp->sackhint.sack_bytes_rexmit -= len; in tcp_output()
1246 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_output()
Dtcp_var.h122 int sack_bytes_rexmit; member
Dtcp_input.c1961 tp->sackhint.sack_bytes_rexmit; in tcp_do_segment()