Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_sack.c785 tp->sackhint.sack_bytes_rexmit -= in tcp_sack_doack()
787 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_sack_doack()
833 tp->sackhint.sack_bytes_rexmit += in tcp_sack_doack()
853 tp->sackhint.sack_bytes_rexmit += 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()
966 tp->sackhint.sack_bytes_rexmit - in tcp_sack_partialack()
971 tp->snd_cwnd = (tp->sackhint.sack_bytes_rexmit + in tcp_sack_partialack()
1043 *sack_bytes_rexmt = tp->sackhint.sack_bytes_rexmit; in tcp_sack_output()
H A Dtcp_output.c1249 tp->sackhint.sack_bytes_rexmit += len; in tcp_default_output()
1665 tp->sackhint.sack_bytes_rexmit -= len; in tcp_default_output()
1666 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_default_output()
H A Dtcp_input.c2637 tp->sackhint.sack_bytes_rexmit; in tcp_do_segment()
4053 tp->sackhint.sack_bytes_rexmit; in tcp_do_prr_ack()
4103 tp->sackhint.sack_bytes_rexmit + in tcp_do_prr_ack()
4159 tp->sackhint.sack_bytes_rexmit - in tcp_compute_pipe()
H A Dtcp_var.h120 int32_t sack_bytes_rexmit; member
/freebsd/sys/netinet/cc/
H A Dcc_htcp.c332 CCV(ccv, sackhint.sack_bytes_rexmit); in htcp_cong_signal()
H A Dcc_dctcp.c301 CCV(ccv, sackhint.sack_bytes_rexmit); in dctcp_cong_signal()
H A Dcc.c497 CCV(ccv, sackhint.sack_bytes_rexmit); in newreno_cc_cong_signal()
H A Dcc_newreno.c436 CCV(ccv, sackhint.sack_bytes_rexmit); in newreno_cong_signal()
H A Dcc_cubic.c485 CCV(ccv, sackhint.sack_bytes_rexmit); in cubic_cong_signal()