Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dmptcp_var.h532 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.c323 if ((so->so_flags & SOF_MP_SUBFLOW) && mptcp_enable && in tcp_tfo_check()
1848 if (mptcp_enable && (so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
H A Dmptcp_opt.c340 if (mptcp_enable == 0 || mp_tp == NULL || tp->t_state == TCPS_CLOSED) { in mptcp_setup_opts()