aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mptcp.h
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2020-07-15 10:36:13 +0800
committerDavid S. Miller <davem@davemloft.net>2020-07-15 07:45:24 -0700
commit0d40efabe3e383dd7e347debd85a0d4754402efb (patch)
treef3f0ce9666e90a042b55638a3ba1b739304730e9 /include/net/mptcp.h
parentnet: flow: Remove unused inline function (diff)
downloadlinux-dev-0d40efabe3e383dd7e347debd85a0d4754402efb.tar.xz
linux-dev-0d40efabe3e383dd7e347debd85a0d4754402efb.zip
mptcp: Remove unused inline function mptcp_rcv_synsent()
commit 263e1201a2c3 ("mptcp: consolidate synack processing.") left behind this, remove it. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/mptcp.h')
-rw-r--r--include/net/mptcp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/mptcp.h b/include/net/mptcp.h
index 46d0487d2b22..02158c257bd4 100644
--- a/include/net/mptcp.h
+++ b/include/net/mptcp.h
@@ -164,10 +164,6 @@ static inline bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb,
return false;
}
-static inline void mptcp_rcv_synsent(struct sock *sk)
-{
-}
-
static inline bool mptcp_synack_options(const struct request_sock *req,
unsigned int *size,
struct mptcp_out_options *opts)