Searched refs:sack_bytes_rexmit (Results 1 – 4 of 4) sorted by relevance
740 tp->sackhint.sack_bytes_rexmit -= in tcp_sack_doack()742 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_sack_doack()785 tp->sackhint.sack_bytes_rexmit += in tcp_sack_doack()798 tp->sackhint.sack_bytes_rexmit += in tcp_sack_doack()838 tp->sackhint.sack_bytes_rexmit = 0; in tcp_free_sackholes()865 tp->snd_cwnd = (tp->sackhint.sack_bytes_rexmit + in tcp_sack_partialack()958 *sack_bytes_rexmt = tp->sackhint.sack_bytes_rexmit; in tcp_sack_output()
1254 tp->sackhint.sack_bytes_rexmit += len; in tcp_default_output()1671 tp->sackhint.sack_bytes_rexmit -= len; in tcp_default_output()1672 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_default_output()
2650 tp->sackhint.sack_bytes_rexmit; in tcp_do_segment()4038 tp->sackhint.sack_bytes_rexmit; in tcp_do_prr_ack()4086 tp->sackhint.sack_bytes_rexmit + in tcp_do_prr_ack()4141 tp->sackhint.sack_bytes_rexmit - in tcp_compute_pipe()
122 int32_t sack_bytes_rexmit; member