aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2020-11-16 10:48:04 +0100
committerJakub Kicinski <kuba@kernel.org>2020-11-16 10:46:06 -0800
commit77c3c95637526f1e4330cc9a4b2065f668c2c4fe (patch)
tree0b7ce3f20d8bd3109f1b42ba14519bcf1f2030ca /include/net/tcp.h
parentmptcp: use tcp_build_frag() (diff)
downloadlinux-dev-77c3c95637526f1e4330cc9a4b2065f668c2c4fe.tar.xz
linux-dev-77c3c95637526f1e4330cc9a4b2065f668c2c4fe.zip
tcp: factor out __tcp_close() helper
unlocked version of protocol level close, will be used by MPTCP to allow decouple orphaning and subflow level close. Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to '')
-rw-r--r--include/net/tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 8aee43ef0578..d5d22c411918 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -395,6 +395,7 @@ void tcp_update_metrics(struct sock *sk);
void tcp_init_metrics(struct sock *sk);
void tcp_metrics_init(void);
bool tcp_peer_is_proven(struct request_sock *req, struct dst_entry *dst);
+void __tcp_close(struct sock *sk, long timeout);
void tcp_close(struct sock *sk, long timeout);
void tcp_init_sock(struct sock *sk);
void tcp_init_transfer(struct sock *sk, int bpf_op, struct sk_buff *skb);