summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2026-01-29 06:31:53 +0300
committerJakub Kicinski <kuba@kernel.org>2026-01-29 06:31:53 +0300
commitc0f38f31367962635cf0e80cc7098aa68bfbf1ae (patch)
tree8f3a5edf410b972bd49b4d8da765cbbc328c1fb1 /include
parent239f09e258b906deced5c2a7c1ac8aed301b558b (diff)
parentd5fb143dbe8d3050c9abcd390d65928e2a3e646e (diff)
downloadlinux-c0f38f31367962635cf0e80cc7098aa68bfbf1ae.tar.xz
Merge branch 'tcp-make-tcp_ack-faster'
Eric Dumazet says: ==================== tcp: make tcp_ack() faster Move tcp_rack_update_reo_wnd() and tcp_rack_advance() to tcp_input.c to allow their (auto)inlining. No functional change in this series. ==================== Link: https://patch.msgid.link/20260127032147.3498272-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/net/tcp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index efff433de9a4..f1cf9e6730c8 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -2514,10 +2514,7 @@ void tcp_newreno_mark_lost(struct sock *sk, bool snd_una_advanced);
extern s32 tcp_rack_skb_timeout(struct tcp_sock *tp, struct sk_buff *skb,
u32 reo_wnd);
extern bool tcp_rack_mark_lost(struct sock *sk);
-extern void tcp_rack_advance(struct tcp_sock *tp, u8 sacked, u32 end_seq,
- u64 xmit_time);
extern void tcp_rack_reo_timeout(struct sock *sk);
-extern void tcp_rack_update_reo_wnd(struct sock *sk, struct rate_sample *rs);
/* tcp_plb.c */