aboutsummaryrefslogtreecommitdiff
path: root/net/mptcp/protocol.h
diff options
context:
space:
mode:
authorGravatar Geliang Tang <geliang.tang@suse.com> 2022-02-15 18:11:25 -0800
committerGravatar Jakub Kicinski <kuba@kernel.org> 2022-02-16 20:52:04 -0800
commit0799e21b5a76d9f14d8a8f024d0b6b9847ad1a03 (patch)
tree5f1a92f6de7085f1706b8a6debc8ba4a6d7b1405 /net/mptcp/protocol.h
parentmptcp: mptcp_parse_option is no longer exported (diff)
downloadlinux-0799e21b5a76d9f14d8a8f024d0b6b9847ad1a03.tar.gz
linux-0799e21b5a76d9f14d8a8f024d0b6b9847ad1a03.tar.bz2
linux-0799e21b5a76d9f14d8a8f024d0b6b9847ad1a03.zip
mptcp: drop unused sk in mptcp_get_options
The parameter 'sk' became useless since the code using it was dropped from mptcp_get_options() in the commit 8d548ea1dd15 ("mptcp: do not set unconditionally csum_reqd on incoming opt"). Let's drop it. Signed-off-by: Geliang Tang <geliang.tang@suse.com> Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/mptcp/protocol.h')
-rw-r--r--net/mptcp/protocol.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mptcp/protocol.h b/net/mptcp/protocol.h
index 85317ce38e3f..a23694ad69e7 100644
--- a/net/mptcp/protocol.h
+++ b/net/mptcp/protocol.h
@@ -643,8 +643,7 @@ int __init mptcp_proto_v6_init(void);
struct sock *mptcp_sk_clone(const struct sock *sk,
const struct mptcp_options_received *mp_opt,
struct request_sock *req);
-void mptcp_get_options(const struct sock *sk,
- const struct sk_buff *skb,
+void mptcp_get_options(const struct sk_buff *skb,
struct mptcp_options_received *mp_opt);
void mptcp_finish_connect(struct sock *sk);