Home
last modified time | relevance | path

Searched refs:MPTCPF_FALLBACK_TO_TCP (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.81.2/bsd/netinet/ !
H A Dmptcp_usrreq.c308 if (mp_tp->mpt_flags & MPTCPF_FALLBACK_TO_TCP) { in mptcp_usr_connectx()
495 if (!(mp_tp->mpt_flags & MPTCPF_FALLBACK_TO_TCP)) { in mptcp_getconninfo()
498 if (mp_tp->mpt_flags & MPTCPF_FALLBACK_TO_TCP) { in mptcp_getconninfo()
H A Dmptcp_var.h434 #define MPTCPF_FALLBACK_TO_TCP 0x002 /* Fallback to TCP */ macro
H A Dmptcp.c421 if (mp_tp->mpt_flags & MPTCPF_FALLBACK_TO_TCP) { in mptcp_input()
1377 if (mp_tp->mpt_flags & MPTCPF_FALLBACK_TO_TCP) { in mptcp_session_necp_cb()
H A Dmptcp_subr.c516 !(mp_tp->mpt_flags & MPTCPF_FALLBACK_TO_TCP); in mptcp_ok_to_create_subflows()
1561 (mp_tp->mpt_flags & MPTCPF_FALLBACK_TO_TCP)) { in mptcp_subflow_socreate()
2143 if (mp_tp->mpt_flags & MPTCPF_FALLBACK_TO_TCP) { in mptcp_subflow_soreceive()
3646 ((mp_tp->mpt_flags & MPTCPF_FALLBACK_TO_TCP) && (mpts->mpts_flags & MPTSF_ACTIVE))) { in mptcp_subflow_propagate_ev()
4208 ((mp_tp->mpt_flags & MPTCPF_FALLBACK_TO_TCP) && (mpts->mpts_flags & MPTSF_ACTIVE))) { in mptcp_subflow_disconnected_ev()
4263 mp_tp->mpt_flags |= MPTCPF_FALLBACK_TO_TCP; in mptcp_subflow_mpstatus_ev()
4268 if (mp_tp->mpt_flags & MPTCPF_FALLBACK_TO_TCP) { in mptcp_subflow_mpstatus_ev()
4330 if (!(mp_tp->mpt_flags & MPTCPF_FALLBACK_TO_TCP) && is_fastclose) { in mptcp_subflow_mustrst_ev()
6705 if (mpte->mpte_mptcb->mpt_flags & MPTCPF_FALLBACK_TO_TCP) { in mptcp_set_cellicon()
H A Dmptcp_opt.c1158 if (mp_tp->mpt_flags & MPTCPF_FALLBACK_TO_TCP) { in mptcp_update_window_wakeup()