Searched refs:sack_bytes_rexmit (Results 1 – 4 of 4) sorted by relevance
688 tp->sackhint.sack_bytes_rexmit -= (cur->rxmit - cur->start); in tcp_sack_doack()689 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_sack_doack()726 tp->sackhint.sack_bytes_rexmit in tcp_sack_doack()736 tp->sackhint.sack_bytes_rexmit += (cur->rxmit - cur->start); in tcp_sack_doack()761 tp->sackhint.sack_bytes_rexmit = 0; in tcp_free_sackholes()787 tp->snd_cwnd = (tp->sackhint.sack_bytes_rexmit + in tcp_sack_partialack()844 *sack_bytes_rexmt = tp->sackhint.sack_bytes_rexmit; in tcp_sack_output()
1178 tp->sackhint.sack_bytes_rexmit += len; in tcp_output()1555 tp->sackhint.sack_bytes_rexmit -= len; in tcp_output()1556 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_output()
73 int sack_bytes_rexmit; member
2580 tp->sackhint.sack_bytes_rexmit; in tcp_do_segment()3865 tp->sackhint.sack_bytes_rexmit - in tcp_compute_pipe()