aboutsummaryrefslogtreecommitdiff
path: root/include/net/tcp.h
diff options
context:
space:
mode:
authorGravatar Eric Dumazet <edumazet@google.com> 2023-07-18 16:16:20 +0000
committerGravatar Jakub Kicinski <kuba@kernel.org> 2023-07-19 21:18:47 -0700
commit730b9051b8bce5eabd1f5b67dfd090c37d5dabea (patch)
tree3de71a7154c6243269a7deab0311cf052ec6f6fa /include/net/tcp.h
parentudp: use indirect call wrapper for data ready() (diff)
downloadlinux-730b9051b8bce5eabd1f5b67dfd090c37d5dabea.tar.gz
linux-730b9051b8bce5eabd1f5b67dfd090c37d5dabea.tar.bz2
linux-730b9051b8bce5eabd1f5b67dfd090c37d5dabea.zip
tcp: remove tcp_send_partial()
This function does not exist. Signed-off-by: Eric Dumazet <edumazet@google.com> Link: https://lore.kernel.org/r/20230718161620.1391951-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 2104a71c75ba..8d1f1af5e02a 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -606,7 +606,6 @@ int tcp_fragment(struct sock *sk, enum tcp_queue tcp_queue,
unsigned int mss_now, gfp_t gfp);
void tcp_send_probe0(struct sock *);
-void tcp_send_partial(struct sock *);
int tcp_write_wakeup(struct sock *, int mib);
void tcp_send_fin(struct sock *sk);
void tcp_send_active_reset(struct sock *sk, gfp_t priority);