Merge branch 'inet-better-inet_sock_set_state-for-passive-flows'
authorJakub Kicinski <kuba@kernel.org>
Fri, 14 Feb 2025 21:40:35 +0000 (13:40 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 14 Feb 2025 21:40:35 +0000 (13:40 -0800)
Eric Dumazet says:

====================
inet: better inet_sock_set_state() for passive flows

Small series to make inet_sock_set_state() more interesting for
LISTEN -> TCP_SYN_RECV changes : The 4-tuple parts are now correct.

First patch is a cleanup.
====================

Link: https://patch.msgid.link/20250212131328.1514243-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge