Home
last modified time | relevance | path

Searched refs:MPTE_FORCE_V1 (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_usrreq.c1810 mpte->mpte_flags &= ~MPTE_FORCE_V1; in mptcp_setopt()
1812 mpte->mpte_flags |= MPTE_FORCE_V1; in mptcp_setopt()
2141 } else if (mpte->mpte_flags & MPTE_FORCE_V1) { in mptcp_getopt()
H A Dmptcp_var.h121 #define MPTE_FORCE_V1 0x400 /* Force MPTCP to use version 1 regradless of tcp c… macro
H A Dmptcp_subr.c5342 } else if (mpte->mpte_flags & MPTE_FORCE_V1 && mptcp_enable_v1) { in mptcp_init_local_parms()