Searched refs:sack_bytes_rexmit (Results 1 – 4 of 4) sorted by relevance
776 tp->sackhint.sack_bytes_rexmit -= in tcp_sack_doack()778 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_sack_doack()824 tp->sackhint.sack_bytes_rexmit += in tcp_sack_doack()844 tp->sackhint.sack_bytes_rexmit += in tcp_sack_doack()871 tp->sackhint.sack_bytes_rexmit = 0; in tcp_sack_doack()908 tp->sackhint.sack_bytes_rexmit = 0; in tcp_free_sackholes()935 tp->sackhint.sack_bytes_rexmit = 0; in tcp_resend_sackholes()965 tp->snd_cwnd = (tp->sackhint.sack_bytes_rexmit + in tcp_sack_partialack()1041 *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()
129 int32_t sack_bytes_rexmit; member
4128 tp->sackhint.sack_bytes_rexmit - in tcp_compute_pipe()