Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dtcp_timer.c1109 tp->t_rxtshift = TCP_MAXRXTSHIFT - 1; in tcp_timers()
1129 tp->t_rxtshift = TCP_MAXRXTSHIFT; in tcp_timers()
1149 if (tp->t_rxtshift == 1 && in tcp_timers()
1220 tp->t_rxtshift > 4)) { in tcp_timers()
1245 tp->t_rxtshift > 3) { in tcp_timers()
1295 tp->t_rxtshift == 2) { in tcp_timers()
1339 (tp->t_rxtshift > 4)) { in tcp_timers()
1408 if (tp->t_rxtshift == 1 && in tcp_timers()
1697 tp->t_rxtshift > 0 || in tcp_timers()
1711 tp->t_rxtshift = 0; in tcp_timers()
[all …]
H A Dmptcp.c804 (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 Dtcp_output.c324 (tp->t_rxtshift <= mptcp_mpcap_retries || in tcp_tfo_check()
465 (tp->t_rxtshift <= 1); in tcp_send_ecn_flags_on_syn()
619 tp->t_rxtshift >= 1) { in tcp_add_accecn_option()
1806 && tp->t_rxtshift > 0) { in tcp_output()
2917 tp->t_rxtshift == 0 && in tcp_output()
3665 if (tp->t_state < TCPS_ESTABLISHED && tp->t_rxtshift == 0 && in tcp_ip_output()
3703 t * tcp_backoff[tp->t_rxtshift], in tcp_setpersist()
3707 if (tp->t_rxtshift < TCP_MAXRXTSHIFT) { in tcp_setpersist()
3708 tp->t_rxtshift++; in tcp_setpersist()
H A Dtcp_var.h469 uint16_t t_rxtshift; /* log(2) of rexmt exp. backoff */ member
984 (_tp_)->t_rxtshift = 0; \
1141 int t_rxtshift; /* log(2) of rexmt exp. backoff */ member
1550 int t_rxtshift; /* log(2) of rexmt exp. backoff */ member
1633 int t_rxtshift; /* log(2) of rexmt exp. backoff */ member
H A Dtcp_sack.c348 if (tp->t_rxtshift > 0) { in tcp_sack_detect_reordering()
975 if (((tp->t_rxtshift == 1 && first_sack.start == tp->snd_una) || in tcp_sack_process_dsack()
H A Dtcp_input.c1342 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()
3851 tp->t_rxtshift == 0) { in tcp_input()
3856 tp->t_rxtshift > 0) { in tcp_input()
3866 if ((tp->ecn_flags & TE_LOST_SYN) && tp->t_rxtshift <= 2 && in tcp_input()
4705 if ((tp->ecn_flags & TE_LOST_SYNACK) && tp->t_rxtshift <= 2 && in tcp_input()
7448 if (tp->t_rxtshift != 0 && outifp != NULL && in inp_fc_unthrottle_tcp()
7450 TCP_LOG(tp, "inp_fc_unthrottle_tcp keep rxmit state t_rxtshift %d", tp->t_rxtshift); in inp_fc_unthrottle_tcp()
7487 if (tp->t_rxtshift != 0 && outifp != NULL && in inp_fc_unthrottle_tcp()
[all …]
H A Din_pcblist.c270 xt->t_rxtshift = tp->t_rxtshift; in tcpcb_to_xtcpcb_n()
H A Dtcp_subr.c1300 tp->t_rxtshift == 0) { in tcp_getrt_rtt()
1839 } else if (tp->t_state < TCPS_ESTABLISHED && tp->t_rxtshift > 3 && in tcp_notify()
1937 otp->t_rxtshift = tp->t_rxtshift; in tcpcb_to_otcpcb()
2121 otp->t_rxtshift = tp->t_rxtshift; in tcpcb_to_xtcpcb64()
4664 if (tp->t_rxtshift >= TCP_CONNECTIVITY_PROBES_MAX) { in tcp_get_connectivity_status()
H A Dmptcp_subr.c654 if (mptetoso(mpte)->so_snd.sb_cc != 0 && tp->t_rxtshift >= mptcp_fail_thresh * 2) { in mptcp_handover_use_cellular()
668 if (tp->t_rxtshift >= mptcp_fail_thresh * 2) { in mptcp_handover_use_cellular()
771 tp->t_rxtshift, in mptcp_check_subflows_and_add()
976 …__func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), tp->t_rxtshift, mptetoso(mpte)->so_snd.sb_cc, w… in mptcp_pure_handover_subflows_remove()
1029 …__func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), tp->t_rxtshift, mptetoso(mpte)->so_snd.sb_cc, w… in mptcp_handover_subflows_remove()
H A Dtcp_log.c246 tp->t_rttmin, tp->t_rxtcur, tp->t_rxtshift); in tcp_log_rtt_info()
H A Dtcp_usrreq.c1779 if (IN_FASTRECOVERY(tp) || tp->t_rxtshift > 0) { in tcp_fill_info()
2060 if (IN_FASTRECOVERY(tp) || tp->t_rxtshift > 0) { in tcp_connection_fill_info()
H A Dmptcp_opt.c91 tp->t_rxtshift > mptcp_mpcap_retries && in mptcp_setup_first_subflow_syn_opts()