Home
last modified time | relevance | path

Searched refs:sack_bytes_rexmit (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/netinet/
H A Dtcp_sack.c727 tp->sackhint.sack_bytes_rexmit -= (cur->rxmit - cur->start); in tcp_sack_doack()
728 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_sack_doack()
768 tp->sackhint.sack_bytes_rexmit in tcp_sack_doack()
779 tp->sackhint.sack_bytes_rexmit += (cur->rxmit - cur->start); in tcp_sack_doack()
818 tp->sackhint.sack_bytes_rexmit = 0; in tcp_free_sackholes()
845 tp->snd_cwnd = (tp->sackhint.sack_bytes_rexmit + in tcp_sack_partialack()
938 *sack_bytes_rexmt = tp->sackhint.sack_bytes_rexmit; in tcp_sack_output()
H A Dtcp_output.c1267 tp->sackhint.sack_bytes_rexmit += len; in tcp_output()
1689 tp->sackhint.sack_bytes_rexmit -= len; in tcp_output()
1690 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_output()
H A Dtcp_input.c2638 tp->sackhint.sack_bytes_rexmit; in tcp_do_segment()
3991 tp->sackhint.sack_bytes_rexmit; in tcp_do_prr_ack()
4029 tp->sackhint.sack_bytes_rexmit + in tcp_do_prr_ack()
4083 tp->sackhint.sack_bytes_rexmit - in tcp_compute_pipe()
H A Dtcp_var.h108 int32_t sack_bytes_rexmit; member