Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_sack.c776 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()
H A Dtcp_output.c1254 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()
H A Dtcp_var.h129 int32_t sack_bytes_rexmit; member
H A Dtcp_input.c4128 tp->sackhint.sack_bytes_rexmit - in tcp_compute_pipe()