]> git.ipfire.org Git - thirdparty/linux.git/commit
tcp: fastopen: note that a child socket was created
authorJeremy Harris <jgh@exim.org>
Wed, 23 Apr 2025 12:43:33 +0000 (13:43 +0100)
committerJakub Kicinski <kuba@kernel.org>
Fri, 25 Apr 2025 01:21:04 +0000 (18:21 -0700)
commitbc2550b4e195754fbb24aac1f012d3dd9e3b4edc
tree8ba89875152337e315411b96215348401799c10c
parent4134bb726efdc7a4a64bd0f776359cb0564564b2
tcp: fastopen: note that a child socket was created

tcp: fastopen: note that a child socket was created

This uses up the last bit in a field of tcp_sock.

Signed-off-by: Jeremy Harris <jgh@exim.org>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Neal Cardwell <ncardwell@google.com>
Link: https://patch.msgid.link/20250423124334.4916-2-jgh@exim.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/tcp.h
net/ipv4/tcp.c
net/ipv4/tcp_fastopen.c