Home
last modified time | relevance | path

Searched refs:StreamNeedsReassembly (Results 1 – 3 of 3) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dflow-timeout.c303 int client = StreamNeedsReassembly(ssn, STREAM_TOSERVER); in FlowForceReassemblyNeedReassembly()
304 int server = StreamNeedsReassembly(ssn, STREAM_TOCLIENT); in FlowForceReassemblyNeedReassembly()
H A Dstream-tcp.h178 int StreamNeedsReassembly(const TcpSession *ssn, uint8_t direction);
H A Dstream-tcp-reassemble.c803 int StreamNeedsReassembly(const TcpSession *ssn, uint8_t direction) in StreamNeedsReassembly() function