summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2026-02-04 05:51:44 +0000
committerJakub Kicinski <kuba@kernel.org>2026-02-05 09:23:05 -0800
commitd5c539155431cfb93d3ea8080649ea093102a490 (patch)
tree0313b467cf61b6435b442485758262fad8b9eb72 /include/net
parent77dc4a72b0f1704a1e4e0ecd58a57d9e02a685c8 (diff)
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>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/request_sock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/request_sock.h b/include/net/request_sock.h
index 9b9e04f6bb89..23bb909771fb 100644
--- a/include/net/request_sock.h
+++ b/include/net/request_sock.h
@@ -196,8 +196,6 @@ struct request_sock_queue {
*/
};
-void reqsk_queue_alloc(struct request_sock_queue *queue);
-
void reqsk_fastopen_remove(struct sock *sk, struct request_sock *req,
bool reset);