[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240605071553.1365557-1-edumazet@google.com>
Date: Wed, 5 Jun 2024 07:15:50 +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: netdev@...r.kernel.org, eric.dumazet@...il.com,
Eric Dumazet <edumazet@...gle.com>
Subject: [PATCH net-next 0/3] tcp: small code reorg
Replace a WARN_ON_ONCE() that never triggered
to DEBUG_NET_WARN_ON_ONCE() in reqsk_free().
Move inet_reqsk_alloc() and reqsk_alloc()
to inet_connection_sock.c, to unclutter
net/ipv4/tcp_input.c and include/net/request_sock.h
Eric Dumazet (3):
tcp: small changes in reqsk_put() and reqsk_free()
tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()
tcp: move reqsk_alloc() to inet_connection_sock.c
include/net/request_sock.h | 37 ++-------------------
net/ipv4/inet_connection_sock.c | 58 +++++++++++++++++++++++++++++++++
net/ipv4/tcp_input.c | 25 --------------
3 files changed, 60 insertions(+), 60 deletions(-)
--
2.45.2.505.gda0bf45e8d-goog
Powered by blists - more mailing lists