Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dtcp_sack.c688 tp->sackhint.sack_bytes_rexmit -= (cur->rxmit - cur->start); in tcp_sack_doack()
689 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_sack_doack()
726 tp->sackhint.sack_bytes_rexmit in tcp_sack_doack()
736 tp->sackhint.sack_bytes_rexmit += (cur->rxmit - cur->start); in tcp_sack_doack()
761 tp->sackhint.sack_bytes_rexmit = 0; in tcp_free_sackholes()
787 tp->snd_cwnd = (tp->sackhint.sack_bytes_rexmit + in tcp_sack_partialack()
844 *sack_bytes_rexmt = tp->sackhint.sack_bytes_rexmit; in tcp_sack_output()
H A Dtcp_output.c1178 tp->sackhint.sack_bytes_rexmit += len; in tcp_output()
1555 tp->sackhint.sack_bytes_rexmit -= len; in tcp_output()
1556 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_output()
H A Dtcp_var.h73 int sack_bytes_rexmit; member
H A Dtcp_input.c2580 tp->sackhint.sack_bytes_rexmit; in tcp_do_segment()
3865 tp->sackhint.sack_bytes_rexmit - in tcp_compute_pipe()