mptcp: remove pr_fallback()
authorPaolo Abeni <pabeni@redhat.com>
Wed, 23 Jul 2025 14:32:24 +0000 (16:32 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 25 Jul 2025 18:29:04 +0000 (11:29 -0700)
commit829fec0244b4ca593ecfaf914e7245ce5b304ec3
tree72dc3f4b8a602a3142c6a061b94dfdb64ac53fc6
parentc65c2e3bae6912b6baf8ea12eeace220e8e99b47
mptcp: remove pr_fallback()

We can now track fully the fallback status of a given connection via the
relevant mibs, the mentioned helper is redundant. Remove it completely.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20250723-net-next-mptcp-track-fallbacks-v1-2-a83cce08f2d5@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/options.c
net/mptcp/protocol.c
net/mptcp/protocol.h
net/mptcp/subflow.c