Searched refs:sack_bytes_rexmit (Results 1 – 4 of 4) sorted by relevance
783 tp->sackhint.sack_bytes_rexmit -= in tcp_sack_doack()785 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_sack_doack()831 tp->sackhint.sack_bytes_rexmit += in tcp_sack_doack()851 tp->sackhint.sack_bytes_rexmit += in tcp_sack_doack()878 tp->sackhint.sack_bytes_rexmit = 0; in tcp_sack_doack()915 tp->sackhint.sack_bytes_rexmit = 0; in tcp_free_sackholes()942 tp->sackhint.sack_bytes_rexmit = 0; in tcp_resend_sackholes()972 tp->snd_cwnd = (tp->sackhint.sack_bytes_rexmit + in tcp_sack_partialack()1049 *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()
120 int32_t sack_bytes_rexmit; member
4197 tp->sackhint.sack_bytes_rexmit - in tcp_compute_pipe()4201 pipe = tp->snd_nxt - tp->snd_fack + tp->sackhint.sack_bytes_rexmit; in tcp_compute_pipe()