Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Dstream-tcp-reassemble.c917 static inline bool GapAhead(TcpStream *stream, StreamingBufferBlock *cur_blk) in GapAhead() function
963 gap_ahead = check_for_gap && GapAhead(stream, blk); in GetAppBuffer()
980 gap_ahead = check_for_gap && GapAhead(stream, blk); in GetAppBuffer()