]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tcp: Remove osk from __inet_hash() arg.
authorKuniyuki Iwashima <kuniyu@google.com>
Fri, 19 Sep 2025 08:35:28 +0000 (08:35 +0000)
committerJakub Kicinski <kuba@kernel.org>
Mon, 22 Sep 2025 18:38:42 +0000 (11:38 -0700)
commit6445bb832dc0ba0ab816e5bd79ef0209cdd46d3a
treefaa9e41430dd15f9fd18a93a1e10a9a76297000c
parent50d51cef555ee42fe47dd51b71366a77895e5f0b
tcp: Remove osk from __inet_hash() arg.

__inet_hash() is called from inet_hash() and inet6_hash with osk NULL.

Let's remove the 2nd arg from __inet_hash().

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