tcp: reuse and refactor use of del function 22/42922/4
authorFlorin Coras <[email protected]>
Sat, 3 May 2025 21:25:21 +0000 (17:25 -0400)
committerDave Barach <[email protected]>
Mon, 5 May 2025 18:29:56 +0000 (18:29 +0000)
commit625d73913b8546b368e538343c991cd653852ef7
treed6f91ca4b2b9abcfece0f5dee251fdb6c195ea2c
parentbcce3a561777cffd17cde435d3154a33d22fc62f
tcp: reuse and refactor use of del function

Rename tcp_connection_del to tcp_connection_cleanup_and_notify and use
where needed.

Type: refactor

Change-Id: I6007205a63620f1bbf20b59999e833b6d6f631d4
Signed-off-by: Florin Coras <[email protected]>
src/vnet/tcp/tcp.c
src/vnet/tcp/tcp.h
src/vnet/tcp/tcp_input.c