Some of the calls to WARN macros in MPTCP code may be for informational purposes, but some systems are deployed with panic_on_warn set. We should confirm that any use of these macros would justify a panic in systems configured that way.
pr_warn() / pr_warn_once() might fit better in some cases.