Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dmptcp_var.h534 extern int mptcp_enable; /* Multipath TCP */
H A Dmptcp.c110 int mptcp_enable = 1; variable
112 &mptcp_enable, 0, "Enable Multipath TCP Support");
H A Dtcp_output.c321 if ((so->so_flags & SOF_MP_SUBFLOW) && mptcp_enable && in tcp_tfo_check()
1731 if (mptcp_enable && (so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
H A Dmptcp_opt.c333 if (mptcp_enable == 0 || mp_tp == NULL || tp->t_state == TCPS_CLOSED) { in mptcp_setup_opts()