Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dmptcp_var.h535 extern int mptcp_enable; /* Multipath TCP */
H A Dmptcp.c111 int mptcp_enable = 1; variable
113 &mptcp_enable, 0, "Enable Multipath TCP Support");
H A Dtcp_output.c300 if ((so->so_flags & SOF_MP_SUBFLOW) && mptcp_enable && in tcp_tfo_check()
2152 if (mptcp_enable && (so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
H A Dtcp_var.h918 extern int mptcp_enable;
H A Dmptcp_opt.c341 if (mptcp_enable == 0 || mp_tp == NULL || tp->t_state == TCPS_CLOSED) { in mptcp_setup_opts()