]> git.ipfire.org Git - thirdparty/linux.git/commit
tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skb
authorEric Dumazet <edumazet@google.com>
Fri, 11 Jul 2025 11:40:04 +0000 (11:40 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 15 Jul 2025 01:41:43 +0000 (18:41 -0700)
commit75dff0584cce79203ee9968c66c7589150fed591
tree5fd3b72baaa207946f73e9237a178ef76540a5be
parent445e0cc38d498e341f36f2e3a9cacf1ddf0b09b6
tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skb

These functions to not modify the skb, add a const qualifier.

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