Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Eric Dumazet and committed by
Jakub Kicinski
730b9051 0558e167

-1
-1
include/net/tcp.h
··· 606 606 unsigned int mss_now, gfp_t gfp); 607 607 608 608 void tcp_send_probe0(struct sock *); 609 - void tcp_send_partial(struct sock *); 610 609 int tcp_write_wakeup(struct sock *, int mib); 611 610 void tcp_send_fin(struct sock *sk); 612 611 void tcp_send_active_reset(struct sock *sk, gfp_t priority);