Zhe Weng 7d1b733202 net/tcp: Add flag for tcp_close to avoid double free
Problem:
When tcp_close_work starts to run in LPWORK, if another event comes and
calls tcp_free before tcp_close_work takes net_lock, the tcp_free will
be called twice and cause double free.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2023-05-29 13:00:06 +02:00
..
2023-05-10 19:32:09 -03:00
2023-02-12 01:25:34 +08:00
2023-05-10 19:32:09 -03:00
2023-02-17 11:17:11 -03:00
2023-05-10 19:32:09 -03:00
2023-05-10 19:32:09 -03:00
2023-05-10 19:32:09 -03:00