Lines Matching full:mptcp
17 #define MPTCP_SYSCTL_PATH "net/mptcp"
318 /* The following code block is to deal with middle box issues with MPTCP,
320 * The proposed solution is to disable active MPTCP globally when SYN+MPC are
321 * dropped, while SYN without MPC aren't. In this case, active side MPTCP is
324 * The timeout is reset back to 1hr when a successful active MPTCP connection is
328 /* Disable active MPTCP and record current jiffies and active_disable_times */
351 /* Calculate timeout for MPTCP active disable
352 * Return true if we are still in the active MPTCP disable period
353 * Return false if timeout already expired and we should use active MPTCP
387 /* Enable active MPTCP and reset active_disable_times if needed */
457 panic("Failed to register MPTCP pernet subsystem.\n"); in mptcp_init()