Searched refs:t_rxtshift (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_timer.c | 513 if (progdrop || (tp->t_rxtshift >= V_tcp_retries && in tcp_timer_persist() 575 if (++tp->t_rxtshift > V_tcp_retries || tcp_maxunacktime_check(tp)) { in tcp_timer_rexmt() 576 if (tp->t_rxtshift > V_tcp_retries) in tcp_timer_rexmt() 578 tp->t_rxtshift = V_tcp_retries; in tcp_timer_rexmt() 593 } else if (tp->t_rxtshift == 1) { in tcp_timer_rexmt() 629 rexmt = tcp_rexmit_initial * tcp_backoff[tp->t_rxtshift]; in tcp_timer_rexmt() 631 rexmt = TCP_REXMTVAL(tp) * tcp_backoff[tp->t_rxtshift]; in tcp_timer_rexmt() 651 if (tp->t_rxtshift == 1) { in tcp_timer_rexmt() 682 (tp->t_rxtshift >= tp->t_blackhole_enter && in tcp_timer_rexmt() 683 tp->t_rxtshift < tp->t_blackhole_exit && in tcp_timer_rexmt() [all …]
|
H A D | tcp_ecn.c | 382 if (tp->t_rxtshift >= 1) { in tcp_ecn_output_syn_sent() 383 if (tp->t_rxtshift <= V_tcp_ecn_maxretries) in tcp_ecn_output_syn_sent() 389 if (tp->t_rxtshift >= 1) { in tcp_ecn_output_syn_sent() 390 if (tp->t_rxtshift <= V_tcp_ecn_maxretries) in tcp_ecn_output_syn_sent()
|
H A D | tcp_output.c | 393 tp->t_rxtshift = 0; in tcp_default_output() 468 (((flags & TH_SYN) && (tp->t_rxtshift > 0)) || in tcp_default_output() 501 tp->t_rxtshift = 0; in tcp_default_output() 749 tp->t_rxtshift = 0; in tcp_default_output() 811 (tp->t_rxtshift == 0)) { in tcp_default_output() 848 if (tp->t_rxtshift == 1) in tcp_default_output() 1592 tp->t_rxtshift = 0; in tcp_default_output() 1617 tp->t_rxtshift = 0; in tcp_default_output() 1762 TCPT_RANGESET(tt, t * tcp_backoff[tp->t_rxtshift], in tcp_setpersist() 1772 if (tp->t_rxtshift < V_tcp_retries) in tcp_setpersist() [all …]
|
H A D | tcp_input.c | 465 tp->t_rxtshift = 0; in cc_cong_signal() 1783 if (tp->t_rxtshift == 1 && in tcp_do_segment() 2762 (tp->t_rxtshift == 0)) in tcp_do_segment() 2818 (((tp->t_rxtshift == 0) && (sack_changed != SACK_NOCHANGE)) || in tcp_do_segment() 2819 ((tp->t_rxtshift > 0) && (sack_changed == SACK_NEWLOSS))) && in tcp_do_segment() 2914 if (tp->t_rxtshift == 1 && in tcp_do_segment() 3656 if ((tp->t_srtt != 0) && (tp->t_rxtshift <= TCP_RTT_INVALIDATE)) { in tcp_xmit_timer() 3695 tp->t_rxtshift = 0; in tcp_xmit_timer()
|
H A D | tcp_subr.c | 1046 rexmt = tcp_rexmit_initial * tcp_backoff[tp->t_rxtshift]; in tcp_default_fb_init() 1048 rexmt = TCP_REXMTVAL(tp) * tcp_backoff[tp->t_rxtshift]; in tcp_default_fb_init() 1049 if (tp->t_rxtshift == 0) in tcp_default_fb_init() 2575 } else if (tp->t_state < TCPS_ESTABLISHED && tp->t_rxtshift > 3 && in tcp_notify()
|
H A D | tcp_var.h | 398 int t_rxtshift; /* log(2) of rexmt exp. backoff */ member
|
H A D | tcp_usrreq.c | 3160 tp->t_rttvar, tp->t_rxtshift, tp->t_rttmin); in db_print_tcpcb()
|
/freebsd/sys/netinet/cc/ |
H A D | cc_htcp.c | 327 if (CCV(ccv, t_rxtshift) == 1) { in htcp_cong_signal() 340 if (CCV(ccv, t_rxtshift) >= 2) in htcp_cong_signal()
|
H A D | cc_dctcp.c | 296 if (CCV(ccv, t_rxtshift) == 1) { in dctcp_cong_signal()
|
H A D | cc.c | 497 if (CCV(ccv, t_rxtshift) == 1) { in newreno_cc_cong_signal()
|
H A D | cc_newreno.c | 430 if (CCV(ccv, t_rxtshift) == 1) { in newreno_cong_signal()
|
H A D | cc_cubic.c | 470 if (CCV(ccv, t_rxtshift) == 1) { in cubic_cong_signal()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 545 TCPT_RANGESET_NOSLOP(ret_val, ((srtt + var) * tcp_backoff[tp->t_rxtshift]), in bbr_get_persists_timer_val() 599 if (tp->t_rxtshift) in bbr_timer_start() 600 tov *= tcp_backoff[tp->t_rxtshift]; in bbr_timer_start() 4657 tp->t_rxtshift++; in bbr_timeout_tlp() 4752 if (tp->t_rxtshift >= V_tcp_retries && in bbr_timeout_persist() 4785 if (tp->t_rxtshift < V_tcp_retries) in bbr_timeout_persist() 4786 tp->t_rxtshift++; in bbr_timeout_persist() 4977 tp->t_rxtshift++; in bbr_timeout_rxt() 4979 if (tp->t_rxtshift > V_tcp_retries) { in bbr_timeout_rxt() 4980 tp->t_rxtshift = V_tcp_retries; in bbr_timeout_rxt() [all …]
|
H A D | rack.c | 2730 log.u_bbr.lt_epoch = rack->rc_tp->t_rxtshift; in rack_log_to_start() 6129 RACK_TCPT_RANGESET(tt, t * tcp_backoff[tp->t_rxtshift], in rack_get_persists_timer_val() 6403 tp->t_rxtshift = 0; in rack_enter_persist() 6464 tp->t_rxtshift = 0; in rack_exit_persist() 7414 if (tp->t_rxtshift >= V_tcp_retries && in rack_timeout_persist() 7448 if (tp->t_rxtshift < V_tcp_retries) in rack_timeout_persist() 7449 tp->t_rxtshift++; in rack_timeout_persist() 7528 if (tp->t_rxtshift <= rack_rxt_scoreboard_clear_thresh) { in rack_remxt_tmr() 7659 (tp->t_rxtshift)) { in rack_timeout_rxt() 7748 tp->t_rxtshift++; in rack_timeout_rxt() [all …]
|
/freebsd/cddl/lib/libdtrace/ |
H A D | tcp.d | 250 tcps_retransmit = p == NULL ? -1 : p->t_rxtshift > 0 ? 1 : 0;
|