Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_timer.c913 tp->t_flagsext &= ~(TF_RECOMPUTE_RTT); in tcp_rexmt_save_state()
1084 ((tp->t_flagsext & TF_RXTFINDROP) != 0 && in tcp_timers()
1101 if ((tp->t_flagsext & TF_RXTFINDROP) != 0) { in tcp_timers()
1181 if (tp->t_flagsext & TF_SENT_TLPROBE) { in tcp_timers()
1182 tp->t_flagsext &= ~(TF_SENT_TLPROBE); in tcp_timers()
1186 if (tp->t_flagsext & TF_DELAY_RECOVERY) { in tcp_timers()
1195 tp->t_flagsext &= ~(TF_DELAY_RECOVERY); in tcp_timers()
1198 if (!(tp->t_flagsext & TF_FASTOPEN_FORCE_ENABLE) && in tcp_timers()
1203 if (!(tp->t_flagsext & TF_FASTOPEN_FORCE_ENABLE) && in tcp_timers()
1230 if (!(tp->t_flagsext & TF_FASTOPEN_FORCE_ENABLE) && in tcp_timers()
[all …]
H A Dtcp_cc.c424 if (!(tp->t_flagsext & TF_DISABLE_STRETCHACK)) { in tcp_cc_after_idle_stretchack()
434 tp->t_flagsext &= ~TF_DISABLE_STRETCHACK; in tcp_cc_after_idle_stretchack()
451 tp->t_flagsext &= ~TF_CWND_NONVALIDATED; in tcp_cc_is_cwnd_nonvalidated()
462 tp->t_flagsext &= ~TF_CWND_NONVALIDATED; in tcp_cc_is_cwnd_nonvalidated()
464 tp->t_flagsext |= TF_CWND_NONVALIDATED; in tcp_cc_is_cwnd_nonvalidated()
466 return tp->t_flagsext & TF_CWND_NONVALIDATED; in tcp_cc_is_cwnd_nonvalidated()
485 tp->t_flagsext &= ~TF_CWND_NONVALIDATED; in tcp_cc_adjust_nonvalidated_cwnd()
H A Dtcp_input.c522 if ((tp->t_flagsext & TF_BWMEAS_INPROGRESS) && in tcp_bwmeas_check()
549 tp->t_flagsext &= ~(TF_BWMEAS_INPROGRESS); in tcp_bwmeas_check()
782 if (tp->t_flagsext & TF_REASS_INPROG) { in tcp_reass()
786 tp->t_flagsext |= TF_REASS_INPROG; in tcp_reass()
799 tp->t_flagsext |= TF_LAST_IS_PSH; in tcp_reass()
801 tp->t_flagsext &= ~TF_LAST_IS_PSH; in tcp_reass()
812 tp->t_flagsext &= ~TF_REASS_INPROG; in tcp_reass()
855 if (tp->t_flagsext & TF_CWND_NONVALIDATED) { in tcp_reduce_congestion_window()
886 tp->t_flagsext |= TF_DETECT_READSTALL; in tcp_adaptive_rwtimo_check()
896 tp->t_flagsext &= ~(TF_DETECT_READSTALL); in tcp_keepalive_reset()
[all …]
H A Dtcp_usrreq.c554 sototcpcb(so)->t_flagsext |= TF_FASTOPEN; in tcp_usr_connectx_common()
1215 tp->t_flagsext |= TF_FORCE; in tcp_usr_send()
1217 tp->t_flagsext &= ~TF_FORCE; in tcp_usr_send()
1716 if ((tp->t_flagsext & TF_MEASURESNDBW) != 0 && in tcp_fill_info()
1946 if (tp->t_flagsext & TF_PKTS_REORDERED) { in tcp_connection_fill_info()
2239 tp->t_flagsext |= opt; in tcp_ctloutput()
2241 tp->t_flagsext &= ~opt; in tcp_ctloutput()
2259 tp->t_flagsext |= opt; in tcp_ctloutput()
2261 tp->t_flagsext &= ~opt; in tcp_ctloutput()
2263 tp->t_flagsext &= ~(TF_BWMEAS_INPROGRESS); in tcp_ctloutput()
[all …]
H A Dtcp_output.c299 if (!(tp->t_flagsext & TF_FASTOPEN_FORCE_ENABLE) && in tcp_tfo_check()
914 if (tp->t_flagsext & TF_FORCE) { in tcp_output()
1001 !(tp->t_flagsext & TF_RESCUE_RXT)) { in tcp_output()
1019 tp->t_flagsext |= TF_RESCUE_RXT; in tcp_output()
1201 if (tp->t_flagsext & TF_SENT_TLPROBE) { in tcp_output()
1352 if (tp->t_flagsext & TF_FORCE) { in tcp_output()
1467 (tp->t_flagsext & TF_LAST_IS_PSH)) { in tcp_output()
1979 if ((tp->t_flagsext & TF_MEASURESNDBW) != 0 && in tcp_output()
1981 (tp->t_flagsext & TF_BWMEAS_INPROGRESS) == 0) { in tcp_output()
1994 tp->t_flagsext |= TF_BWMEAS_INPROGRESS; in tcp_output()
[all …]
H A Dtcp_sack.c372 if (!(tp->t_flagsext & TF_PKTS_REORDERED)) { in tcp_sack_detect_reordering()
373 tp->t_flagsext |= TF_PKTS_REORDERED; in tcp_sack_detect_reordering()
861 (tp->t_flagsext & TF_PKTS_REORDERED)) { in tcp_sack_byte_islost()
953 if ((tp->t_flagsext & TF_SENT_TLPROBE) && in tcp_sack_process_dsack()
962 ((tp->t_flagsext & TF_SENT_TLPROBE) && in tcp_sack_process_dsack()
H A Dtcp_log.c369 tp->t_flagsext & TF_DETECT_READSTALL, in tcp_log_keepalive()
548 if (tp->t_flagsext & TF_LOGGED_CONN_SUMMARY) { in tcp_log_connection_summary()
551 tp->t_flagsext |= TF_LOGGED_CONN_SUMMARY; in tcp_log_connection_summary()
H A Dtcp_var.h501 uint32_t t_flagsext; /* Another field to accommodate more flags */ member
692 #define SACK_ENABLED(tp) (tp->t_flagsext & TF_SACK_ENABLE)
718 (_tp_)->t_flagsext &= ~TF_RESCUE_RXT; \
731 ((_tp_)->t_flagsext & (TF_PKTS_REORDERED|TF_DELAY_RECOVERY)) \
H A Dtcp_subr.c1101 tp->t_flagsext |= TF_SACK_ENABLE; in tcp_newtcpcb()
1150 tp->t_flagsext |= TF_RCVUNACK_WAITSS; in tcp_newtcpcb()
1157 tp->t_flagsext |= TF_MEASURESNDBW; in tcp_newtcpcb()
1161 tp->t_flagsext &= ~TF_MEASURESNDBW; in tcp_newtcpcb()
1805 tp->t_flagsext &= ~(TF_MEASURESNDBW); in tcp_bwmeas_free()
1855 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_otcpcb()
2039 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_xtcpcb64()
3859 return (tp->t_flagsext & TF_FASTOPEN)? TRUE : FALSE; in tfo_enabled()
3865 tp->t_flagsext &= ~TF_FASTOPEN; in tcp_disable_tfo()
H A Dtcp_cubic.c430 if (tp->t_flagsext & TF_CWND_NONVALIDATED) { in tcp_cubic_pre_fr()
H A Dtcp_ledbat.c509 if (tp->t_flagsext & TF_CWND_NONVALIDATED) { in tcp_ledbat_pre_fr()
H A Din_pcblist.c226 xt->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_xtcpcb_n()