Lines Matching full:mptcp
17 #define MPTCP_SYSCTL_PATH "net/mptcp"
429 /* The following code block is to deal with middle box issues with MPTCP,
431 * The proposed solution is to disable active MPTCP globally when SYN+MPC are
432 * dropped, while SYN without MPC aren't. In this case, active side MPTCP is
435 * The timeout is reset back to 1hr when a successful active MPTCP connection is
439 /* Disable active MPTCP and record current jiffies and active_disable_times */
462 /* Calculate timeout for MPTCP active disable
463 * Return true if we are still in the active MPTCP disable period
464 * Return false if timeout already expired and we should use active MPTCP
498 /* Enable active MPTCP and reset active_disable_times if needed */
518 /* Only check MPTCP SYN ... */ in mptcp_active_detect_blackhole()
526 /* Mark as blackhole iif the 1st non-MPTCP SYN is accepted */ in mptcp_active_detect_blackhole()
572 panic("Failed to register MPTCP pernet subsystem.\n"); in mptcp_init()