Searched refs:t_rxtshift (Results 1 – 12 of 12) sorted by relevance
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | tcp_timer.c | 1093 if (++tp->t_rxtshift > TCP_MAXRXTSHIFT || in tcp_timers() 1097 (tp->t_flags & TF_SENTFIN) != 0 && tp->t_rxtshift >= 4) || in tcp_timers() 1098 (tp->t_rxtshift > 4 && last_sleep_ms >= TCP_SLEEP_TOO_LONG)) { in tcp_timers() 1109 tp->t_rxtshift = TCP_MAXRXTSHIFT - 1; in tcp_timers() 1120 if (tp->t_rxtshift >= TCP_MAXRXTSHIFT) { in tcp_timers() 1129 tp->t_rxtshift = TCP_MAXRXTSHIFT; in tcp_timers() 1149 if (tp->t_rxtshift == 1 && in tcp_timers() 1163 if ((tp->t_rxtshift >= mptcp_fail_thresh) && in tcp_timers() 1181 tp->t_rxtshift > tp->t_adaptive_wtimo && in tcp_timers() 1219 ((tp->t_state != TCPS_SYN_SENT && tp->t_rxtshift > 1) || in tcp_timers() [all …]
|
| H A D | mptcp.c | 804 (curbest == NULL || tp->t_rxtshift == 0 || in mptcp_choose_subflow() 805 sototcpcb(curbest->mpts_socket)->t_rxtshift)) { in mptcp_choose_subflow() 814 sototcpcb(curbest->mpts_socket)->t_rxtshift && in mptcp_choose_subflow() 815 tp->t_rxtshift == 0) { in mptcp_choose_subflow() 843 return tp->t_rxtshift >= fail_thresh && in mptcp_subflow_is_slow() 979 secondtp->t_rxtshift == 0) { in mptcp_get_subflow()
|
| H A D | tcp_output.c | 339 (tp->t_rxtshift <= mptcp_mpcap_retries || in tcp_tfo_check() 480 (tp->t_rxtshift <= 1); in tcp_send_ecn_flags_on_syn() 634 tp->t_rxtshift >= 1) { in tcp_add_accecn_option() 1848 && tp->t_rxtshift > 0) { in tcp_output() 2970 tp->t_rxtshift == 0 && in tcp_output() 3202 if (tp->t_rxtshift > 0) { in tcp_output() 3208 if (tp->t_rxtshift > 0) { in tcp_output() 3214 if (tp->t_rxtshift > 0) { in tcp_output() 3755 if (tp->t_state < TCPS_ESTABLISHED && tp->t_rxtshift == 0 && in tcp_ip_output() 3794 t * tcp_backoff[tp->t_rxtshift], in tcp_setpersist() [all …]
|
| H A D | tcp_var.h | 470 uint16_t t_rxtshift; /* log(2) of rexmt exp. backoff */ member 1001 (_tp_)->t_rxtshift = 0; \ 1161 int t_rxtshift; /* log(2) of rexmt exp. backoff */ member 1575 int t_rxtshift; /* log(2) of rexmt exp. backoff */ member 1658 int t_rxtshift; /* log(2) of rexmt exp. backoff */ member
|
| H A D | tcp_sack.c | 348 if (tp->t_rxtshift > 0) { in tcp_sack_detect_reordering() 978 if (((tp->t_rxtshift == 1 && first_sack.start == tp->snd_una) || in tcp_sack_process_dsack()
|
| H A D | tcp_input.c | 1342 if ((tp->t_rxtshift == 1 || tcp_sent_tlp_retrans(tp)) && in tcp_detect_bad_rexmt() 1424 if (tp->t_rxtshift > 0 && in tcp_bad_rexmt_check() 1464 if (tp->t_rxtshift > 0 && (tp->t_flags & TF_BLACKHOLE) && in tcp_bad_rexmt_check() 3896 tp->t_rxtshift == 0) { in tcp_input() 3901 tp->t_rxtshift > 0) { in tcp_input() 3911 if ((tp->ecn_flags & TE_LOST_SYN) && tp->t_rxtshift <= 2 && in tcp_input() 4758 if ((tp->ecn_flags & TE_LOST_SYNACK) && tp->t_rxtshift <= 2 && in tcp_input() 7515 if (tp->t_rxtshift != 0 && outifp != NULL && in inp_fc_unthrottle_tcp() 7517 TCP_LOG(tp, "inp_fc_unthrottle_tcp keep rxmit state t_rxtshift %d", tp->t_rxtshift); in inp_fc_unthrottle_tcp() 7554 if (tp->t_rxtshift != 0 && outifp != NULL && in inp_fc_unthrottle_tcp() [all …]
|
| H A D | in_pcblist.c | 270 xt->t_rxtshift = tp->t_rxtshift; in tcpcb_to_xtcpcb_n()
|
| H A D | tcp_subr.c | 1310 tp->t_rxtshift == 0) { in tcp_getrt_rtt() 1849 } else if (tp->t_state < TCPS_ESTABLISHED && tp->t_rxtshift > 3 && in tcp_notify() 1947 otp->t_rxtshift = tp->t_rxtshift; in tcpcb_to_otcpcb() 2131 otp->t_rxtshift = tp->t_rxtshift; in tcpcb_to_xtcpcb64() 4661 if (tp->t_rxtshift >= TCP_CONNECTIVITY_PROBES_MAX) { in tcp_get_connectivity_status()
|
| H A D | mptcp_subr.c | 660 if (mptetoso(mpte)->so_snd.sb_cc != 0 && tp->t_rxtshift >= mptcp_fail_thresh * 2) { in mptcp_handover_use_cellular() 674 if (tp->t_rxtshift >= mptcp_fail_thresh * 2) { in mptcp_handover_use_cellular() 777 tp->t_rxtshift, in mptcp_check_subflows_and_add() 982 …__func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), tp->t_rxtshift, mptetoso(mpte)->so_snd.sb_cc, w… in mptcp_pure_handover_subflows_remove() 1035 …__func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), tp->t_rxtshift, mptetoso(mpte)->so_snd.sb_cc, w… in mptcp_handover_subflows_remove()
|
| H A D | tcp_log.c | 246 tp->t_rttmin, tp->t_rxtcur, tp->t_rxtshift); in tcp_log_rtt_info()
|
| H A D | tcp_usrreq.c | 1779 if (IN_FASTRECOVERY(tp) || tp->t_rxtshift > 0) { in tcp_fill_info() 2062 if (IN_FASTRECOVERY(tp) || tp->t_rxtshift > 0) { in tcp_connection_fill_info()
|
| H A D | mptcp_opt.c | 92 tp->t_rxtshift > mptcp_mpcap_retries && in mptcp_setup_first_subflow_syn_opts()
|