Searched refs:sack_bytes_rexmit (Results 1 – 4 of 4) sorted by relevance
777 tp->sackhint.sack_bytes_rexmit -= in tcp_sack_doack()779 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_sack_doack()825 tp->sackhint.sack_bytes_rexmit += in tcp_sack_doack()845 tp->sackhint.sack_bytes_rexmit += in tcp_sack_doack()872 tp->sackhint.sack_bytes_rexmit = 0; in tcp_sack_doack()909 tp->sackhint.sack_bytes_rexmit = 0; in tcp_free_sackholes()936 tp->sackhint.sack_bytes_rexmit = 0; in tcp_resend_sackholes()966 tp->snd_cwnd = (tp->sackhint.sack_bytes_rexmit + in tcp_sack_partialack()1042 *sack_bytes_rexmt = tp->sackhint.sack_bytes_rexmit; in tcp_sack_output()
1253 tp->sackhint.sack_bytes_rexmit += len; in tcp_default_output()1670 tp->sackhint.sack_bytes_rexmit -= len; in tcp_default_output()1671 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_default_output()
120 int32_t sack_bytes_rexmit; member
4125 tp->sackhint.sack_bytes_rexmit - in tcp_compute_pipe()