Searched refs:t_rxtshift (Results 1 – 12 of 12) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcp_timer.c | 1085 if (++tp->t_rxtshift > TCP_MAXRXTSHIFT || in tcp_timers() 1089 (tp->t_flags & TF_SENTFIN) != 0 && tp->t_rxtshift >= 4) || in tcp_timers() 1090 (tp->t_rxtshift > 4 && last_sleep_ms >= TCP_SLEEP_TOO_LONG)) { in tcp_timers() 1101 tp->t_rxtshift = TCP_MAXRXTSHIFT - 1; in tcp_timers() 1113 tp->t_rxtshift = TCP_MAXRXTSHIFT; in tcp_timers() 1128 if (tp->t_rxtshift == 1 && in tcp_timers() 1142 if ((tp->t_rxtshift >= mptcp_fail_thresh) && in tcp_timers() 1160 tp->t_rxtshift > tp->t_adaptive_wtimo && in tcp_timers() 1198 ((tp->t_state != TCPS_SYN_SENT && tp->t_rxtshift > 1) || in tcp_timers() 1199 tp->t_rxtshift > 4)) { in tcp_timers() [all …]
|
| H A D | mptcp.c | 811 (curbest == NULL || tp->t_rxtshift == 0 || in mptcp_choose_subflow() 812 sototcpcb(curbest->mpts_socket)->t_rxtshift)) { in mptcp_choose_subflow() 821 sototcpcb(curbest->mpts_socket)->t_rxtshift && in mptcp_choose_subflow() 822 tp->t_rxtshift == 0) { in mptcp_choose_subflow() 850 return tp->t_rxtshift >= fail_thresh && in mptcp_subflow_is_slow() 986 secondtp->t_rxtshift == 0) { in mptcp_get_subflow()
|
| H A D | tcp_output.c | 301 (tp->t_rxtshift <= mptcp_mpcap_retries || in tcp_tfo_check() 442 (tp->t_rxtshift <= 1); in tcp_send_ecn_flags_on_syn() 654 tp->t_rxtshift >= 1) { in tcp_add_accecn_option() 2105 && tp->t_rxtshift > 0) { in tcp_output() 3347 if (tp->t_rxtshift > 0) { in tcp_output() 3353 if (tp->t_rxtshift > 0) { in tcp_output() 3359 if (tp->t_rxtshift > 0) { in tcp_output() 3973 if (tp->t_state < TCPS_ESTABLISHED && tp->t_rxtshift == 0 && in tcp_ip_output() 4011 t * tcp_backoff[tp->t_rxtshift], in tcp_setpersist() 4015 if (tp->t_rxtshift < TCP_MAXRXTSHIFT) { in tcp_setpersist() [all …]
|
| H A D | tcp_var.h | 510 uint16_t t_rxtshift; /* log(2) of rexmt exp. backoff */ member 1043 (_tp_)->t_rxtshift = 0; \ 1185 int t_rxtshift; /* log(2) of rexmt exp. backoff */ member 1581 int t_rxtshift; /* log(2) of rexmt exp. backoff */ member 1664 int t_rxtshift; /* log(2) of rexmt exp. backoff */ member
|
| H A D | tcp_sack.c | 347 if (tp->t_rxtshift > 0) { in tcp_sack_detect_reordering() 968 if (((tp->t_rxtshift == 1 && first_sack.start == tp->snd_una) || in tcp_sack_process_dsack()
|
| H A D | in_pcblist.c | 270 xt->t_rxtshift = tp->t_rxtshift; in tcpcb_to_xtcpcb_n()
|
| H A D | tcp_input.c | 1255 if ((tp->t_rxtshift == 1 || tcp_sent_tlp_retrans(tp)) && in tcp_detect_bad_rexmt() 1337 if (tp->t_rxtshift > 0 && in tcp_bad_rexmt_check() 1377 if (tp->t_rxtshift > 0 && (tp->t_flags & TF_BLACKHOLE) && in tcp_bad_rexmt_check() 1945 tp->t_rxtshift == 0) { in tcp_input_process_accecn_synack() 1949 if (((tp->ecn_flags & TE_SETUPSENT) != 0 && tp->t_rxtshift == 1) || in tcp_input_process_accecn_synack() 1950 ((tp->ecn_flags & TE_ACE_SETUPSENT) != 0 && tp->t_rxtshift == 2)) { in tcp_input_process_accecn_synack() 1964 if ((tp->ecn_flags & TE_LOST_SYN) && tp->t_rxtshift <= 2 && in tcp_input_process_accecn_synack() 2044 if ((tp->ecn_flags & TE_LOST_SYNACK) && tp->t_rxtshift <= 2 && in tcp_input_process_accecn_last_ack() 7708 if (tp->t_rxtshift != 0 && outifp != NULL && in inp_fc_unthrottle_tcp() 7710 TCP_LOG(tp, "inp_fc_unthrottle_tcp keep rxmit state t_rxtshift %d", tp->t_rxtshift); in inp_fc_unthrottle_tcp()
|
| H A D | tcp_subr.c | 1494 tp->t_rxtshift == 0) { in tcp_getrt_rtt() 2087 } else if (tp->t_state < TCPS_ESTABLISHED && tp->t_rxtshift > 3 && in tcp_notify() 2185 otp->t_rxtshift = tp->t_rxtshift; in tcpcb_to_otcpcb() 2369 otp->t_rxtshift = tp->t_rxtshift; in tcpcb_to_xtcpcb64() 4853 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 | 248 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() 2066 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()
|