Home
last modified time | relevance | path

Searched refs:t_rxtshift (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_timer.c561 if (tp->t_rxtshift == TCP_MAXRXTSHIFT && in tcp_timer_persist()
651 if (++tp->t_rxtshift > TCP_MAXRXTSHIFT) { in tcp_timer_rexmt()
652 tp->t_rxtshift = TCP_MAXRXTSHIFT; in tcp_timer_rexmt()
670 } else if (tp->t_rxtshift == 1) { in tcp_timer_rexmt()
726 if (tp->t_rxtshift == 1) { in tcp_timer_rexmt()
757 (tp->t_rxtshift >= tp->t_blackhole_enter && in tcp_timer_rexmt()
758 tp->t_rxtshift < tp->t_blackhole_exit && in tcp_timer_rexmt()
829 (tp->t_rxtshift >= tp->t_blackhole_exit)) { in tcp_timer_rexmt()
852 (tp->t_rxtshift == 3)) in tcp_timer_rexmt()
858 if (tp->t_rxtshift > TCP_RTT_INVALIDATE) { in tcp_timer_rexmt()
[all …]
H A Dtcp_output.c382 tp->t_rxtshift = 0; in tcp_output()
501 tp->t_rxtshift = 0; in tcp_output()
753 tp->t_rxtshift = 0; in tcp_output()
813 (tp->t_rxtshift == 0)) { in tcp_output()
850 if (tp->t_rxtshift == 1) in tcp_output()
1171 if (tp->t_rxtshift >= 1) { in tcp_output()
1172 if (tp->t_rxtshift <= V_tcp_ecn_maxretries) in tcp_output()
1561 tp->t_rxtshift = 0; in tcp_output()
1586 tp->t_rxtshift = 0; in tcp_output()
1725 if (tp->t_rxtshift < TCP_MAXRXTSHIFT) in tcp_setpersist()
[all …]
H A Dtcp_input.c1784 tp->t_rxtshift == 1 && in tcp_do_segment()
2849 if (tp->t_rxtshift == 1 && in tcp_do_segment()
3569 if ((tp->t_srtt != 0) && (tp->t_rxtshift <= TCP_RTT_INVALIDATE)) { in tcp_xmit_timer()
3611 tp->t_rxtshift = 0; in tcp_xmit_timer()
H A Dtcp_var.h202 int t_rxtshift; /* log(2) of rexmt exp. backoff */ member
H A Dtcp_usrreq.c3013 "t_rttbest: %u\n", tp->t_rttvar, tp->t_rxtshift, tp->t_rttmin, in db_print_tcpcb()
H A Dtcp_subr.c2230 } else if (tp->t_state < TCPS_ESTABLISHED && tp->t_rxtshift > 3 && in tcp_notify()
/f-stack/freebsd/netinet/cc/
H A Dcc_htcp.c327 if (CCV(ccv, t_rxtshift) >= 2) in htcp_cong_signal()
H A Dcc_cubic.c314 if (CCV(ccv, t_rxtshift) == 1) { in cubic_cong_signal()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c4423 tp->t_rxtshift++; in rack_get_persists_timer_val()
4637 tp->t_rxtshift = 0; in rack_enter_persist()
4690 tp->t_rxtshift = 0; in rack_exit_persist()
5421 tp->t_rxtshift++; in rack_timeout_persist()
5617 tp->t_rxtshift++; in rack_timeout_rxt()
5693 (tp->t_rxtshift >= 2 && tp->t_rxtshift < 6 && in rack_timeout_rxt()
6516 tp->t_rxtshift = 0; in tcp_rack_xmit_timer_commit()
6716 tp->t_rxtshift = 0; in rack_update_rtt()
8228 tp->t_rxtshift = 0; in rack_process_ack()
8283 tp->t_rxtshift = 0; in rack_process_ack()
[all …]
H A Dbbr.c611 if (tp->t_rxtshift) in bbr_timer_start()
4682 tp->t_rxtshift++; in bbr_timeout_tlp()
4815 tp->t_rxtshift++; in bbr_timeout_persist()
5009 tp->t_rxtshift++; in bbr_timeout_rxt()
5085 (tp->t_rxtshift >= 2 && tp->t_rxtshift < 6 && in bbr_timeout_rxt()
5169 (tp->t_rxtshift == 3)) in bbr_timeout_rxt()
6141 tp->t_rxtshift = 0; in bbr_collapse_rtt()
7813 tp->t_rxtshift = 0; in bbr_process_ack()
7876 if (tp->t_rxtshift == 1 && in bbr_process_ack()
7957 tp->t_rxtshift = 0; in bbr_enter_persist()
[all …]
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h202 int t_rxtshift; /* log(2) of rexmt exp. backoff */ member