Home
last modified time | relevance | path

Searched refs:STREAMTCP_STREAM_FLAG_DEPTH_REACHED (Results 1 – 6 of 6) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dstream-tcp-reassemble.c504 return (stream->flags & STREAMTCP_STREAM_FLAG_DEPTH_REACHED) ? 1 : 0; in StreamTcpReassembleDepthReached()
533 if (stream->flags & STREAMTCP_STREAM_FLAG_DEPTH_REACHED) { in StreamTcpReassembleCheckDepth()
560 stream->flags |= STREAMTCP_STREAM_FLAG_DEPTH_REACHED; in StreamTcpReassembleCheckDepth()
577 stream->flags |= STREAMTCP_STREAM_FLAG_DEPTH_REACHED; in StreamTcpReassembleCheckDepth()
643 if (stream->flags & STREAMTCP_STREAM_FLAG_DEPTH_REACHED) { in StreamTcpReassembleHandleSegmentHandleData()
711 if (stream->flags & STREAMTCP_STREAM_FLAG_DEPTH_REACHED) { in StreamGetAppLayerFlags()
730 ( STREAMTCP_STREAM_FLAG_DEPTH_REACHED \ in StreamTcpReassembleRawCheckLimit()
735 if (stream->flags & STREAMTCP_STREAM_FLAG_DEPTH_REACHED) { in StreamTcpReassembleRawCheckLimit()
1907 STREAMTCP_STREAM_FLAG_DEPTH_REACHED) in StreamTcpReassembleHandleSegment()
3022 FAIL_IF(ssn.client.flags & STREAMTCP_STREAM_FLAG_DEPTH_REACHED); in StreamTcpReassembleTest45()
[all …]
H A Dstream-tcp-private.h204 #define STREAMTCP_STREAM_FLAG_DEPTH_REACHED BIT_U16(3) macro
H A Ddetect-engine-payload.c349 if (stream->flags & STREAMTCP_STREAM_FLAG_DEPTH_REACHED) in DetectEngineInspectStream()
353 if (stream->flags & STREAMTCP_STREAM_FLAG_DEPTH_REACHED) in DetectEngineInspectStream()
H A Dstream-tcp-list.c831 if (stream->flags & STREAMTCP_STREAM_FLAG_DEPTH_REACHED) { in StreamTcpPruneSession()
H A Dflow.c1127 if (stream->flags & STREAMTCP_STREAM_FLAG_DEPTH_REACHED) { in FlowGetDisruptionFlags()
H A Dstream-tcp.c4943 if ((ssn->client.flags & STREAMTCP_STREAM_FLAG_DEPTH_REACHED) || in StreamTcpPacket()
4944 (ssn->server.flags & STREAMTCP_STREAM_FLAG_DEPTH_REACHED)) in StreamTcpPacket()
4952 if ((ssn->client.flags & STREAMTCP_STREAM_FLAG_DEPTH_REACHED) || in StreamTcpPacket()
4953 (ssn->server.flags & STREAMTCP_STREAM_FLAG_DEPTH_REACHED)) in StreamTcpPacket()