[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260204055147.1682705-1-edumazet@google.com>
Date: Wed, 4 Feb 2026 05:51:43 +0000
From: Eric Dumazet <edumazet@...gle.com>
To: "David S . Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: Simon Horman <horms@...nel.org>, Kuniyuki Iwashima <kuniyu@...gle.com>, netdev@...r.kernel.org,
eric.dumazet@...il.com, Eric Dumazet <edumazet@...gle.com>
Subject: [PATCH v2 net-next 0/4] tcp: remove net/core/request_sock.c and no
longer inline __reqsk_free()
After DCCP removal, net/core/request_sock.c makes no more sense.
Move reqsk_queue_alloc() and reqsk_fastopen_remove() to TCP files.
Then put __reqsk_free() out of line to save ~2 Kbytes of text.
v2: use EXPORT_SYMBOL_GPL() instead of EXPORT_IPV6_MOD_GPL for
__reqsk_free (Kuniyuki)
Eric Dumazet (4):
inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.c
tcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.c
net: get rid of net/core/request_sock.c
tcp: move __reqsk_free() out of line
include/net/request_sock.h | 11 +--
net/core/Makefile | 2 +-
net/core/request_sock.c | 127 --------------------------------
net/ipv4/inet_connection_sock.c | 19 +++++
net/ipv4/tcp_fastopen.c | 86 +++++++++++++++++++++
5 files changed, 107 insertions(+), 138 deletions(-)
delete mode 100644 net/core/request_sock.c
--
2.53.0.rc2.204.g2597b5adb4-goog
Powered by blists - more mailing lists