]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.c
authorEric Dumazet <edumazet@google.com>
Wed, 4 Feb 2026 05:51:45 +0000 (05:51 +0000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 5 Feb 2026 17:23:05 +0000 (09:23 -0800)
commita90765c6f60317fe28a4cd2cdc7b13f97ed6e12f
tree1b22240ac7fba8dc12b0490edbc6ac6dec1449f3
parentd5c539155431cfb93d3ea8080649ea093102a490
tcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.c

This function belongs to TCP stack, not to net/core/request_sock.c

We get rid of the now empty request_sock.c n the following patch.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20260204055147.1682705-3-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/request_sock.c
net/ipv4/tcp_fastopen.c