]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tcp: Rename tcp_or_dccp_get_hashinfo().
authorKuniyuki Iwashima <kuniyu@amazon.com>
Thu, 10 Apr 2025 02:36:47 +0000 (19:36 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 12 Apr 2025 01:58:11 +0000 (18:58 -0700)
commit235bd9d21fcdf07dd125daa3e60ab64f8aefb927
treeb2d416ea98c533077e816803408848fa3058a65e
parent22d6c9eebf2e68e6ab831ded37daaa83daff6bb8
tcp: Rename tcp_or_dccp_get_hashinfo().

DCCP was removed, so tcp_or_dccp_get_hashinfo() should be renamed.

Let's rename it to tcp_get_hashinfo().

Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/20250410023921.11307-5-kuniyu@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/inet_hashtables.h
net/ipv4/inet_connection_sock.c
net/ipv4/inet_hashtables.c