Home
last modified time | relevance | path

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

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