]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.c
authorEric Dumazet <edumazet@google.com>
Wed, 4 Feb 2026 05:51:44 +0000 (05:51 +0000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 5 Feb 2026 17:23:05 +0000 (09:23 -0800)
commitd5c539155431cfb93d3ea8080649ea093102a490
tree0313b467cf61b6435b442485758262fad8b9eb72
parent77dc4a72b0f1704a1e4e0ecd58a57d9e02a685c8
inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.c

Only called once from inet_csk_listen_start(), it can be static.

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