projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0558e16
)
tcp: remove tcp_send_partial()
author
Eric Dumazet
<edumazet@google.com>
Tue, 18 Jul 2023 16:16:20 +0000
(16:16 +0000)
committer
Jakub Kicinski
<kuba@kernel.org>
Thu, 20 Jul 2023 04:18:47 +0000
(21:18 -0700)
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>
include/net/tcp.h
patch
|
blob
|
history
diff --git
a/include/net/tcp.h
b/include/net/tcp.h
index
2104a71
..
8d1f1af
100644
(file)
--- 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);