]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tcp: mark tcp_process_tlp_ack() as unlikely
authorEric Dumazet <edumazet@google.com>
Tue, 27 Jan 2026 03:21:45 +0000 (03:21 +0000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 29 Jan 2026 03:31:51 +0000 (19:31 -0800)
commit773a7002131393ac22c6e7a3720e374f9e6016ca
treea9e84d81a586968cf763e1f16791ef25ba99bf6e
parent239f09e258b906deced5c2a7c1ac8aed301b558b
tcp: mark tcp_process_tlp_ack() as unlikely

It is unlikely we have to call tcp_process_tlp_ack().

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20260127032147.3498272-2-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/tcp_input.c