session_get_tcp_segment() and session_free_tcp_segment() support asynchronous calls

This commit is contained in:
luwenpeng
2024-05-15 17:45:08 +08:00
parent 00df68695e
commit 44c2cf86e4
3 changed files with 6 additions and 2 deletions

View File

@@ -25,7 +25,8 @@ struct tcp_half
{
struct tcp_reassembly *assembler;
struct tcp_segment in_order;
uint32_t in_order_ref;
uint32_t seq;
uint32_t ack;
uint16_t len;