suricata
|
Go to the source code of this file.
Functions | |
void | FlowForceReassemblyForFlow (Flow *f) |
int | FlowForceReassemblyNeedReassembly (Flow *f) |
Check if a flow needs forced reassembly, or any other processing. More... | |
void | FlowForceReassembly (void) |
Force reassembly for all the flows that have unprocessed segments. More... | |
Definition in file flow-timeout.h.
void FlowForceReassembly | ( | void | ) |
Force reassembly for all the flows that have unprocessed segments.
Definition at line 423 of file flow-timeout.c.
Referenced by PostRunDeinit().
void FlowForceReassemblyForFlow | ( | Flow * | f | ) |
Definition at line 349 of file flow-timeout.c.
References Flow_::thread_id, and TmThreadsInjectFlowById().
int FlowForceReassemblyNeedReassembly | ( | Flow * | f | ) |
Check if a flow needs forced reassembly, or any other processing.
f | LOCKED flow |
0 | no |
1 | yes |
Definition at line 295 of file flow-timeout.c.
References Flow_::alparser, Flow_::alproto, ALPROTO_UNKNOWN, Flow_::alstate, AppLayerParserGetTransactionActive(), AppLayerParserGetTxCnt(), Flow_::ffr_tc, Flow_::ffr_ts, Flow_::protoctx, SCReturnInt, TcpSession_::state, STREAM_HAS_UNPROCESSED_SEGMENTS_NEED_ONLY_DETECTION, STREAM_HAS_UNPROCESSED_SEGMENTS_NONE, StreamNeedsReassembly(), TCP_CLOSED, and TCP_ESTABLISHED.