Searched refs:mptcp_enable (Results 1 – 4 of 4) sorted by relevance
531 extern int mptcp_enable; /* Multipath TCP */
110 int mptcp_enable = 1; variable112 &mptcp_enable, 0, "Enable Multipath TCP Support");
321 if ((so->so_flags & SOF_MP_SUBFLOW) && mptcp_enable && in tcp_tfo_check()1776 if (mptcp_enable && (so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
333 if (mptcp_enable == 0 || mp_tp == NULL || tp->t_state == TCPS_CLOSED) { in mptcp_setup_opts()