Home
last modified time | relevance | path

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

/dports/security/snort3/snort3-3.1.19.0/src/stream/tcp/
H A Dtcp_stream_config.h68 uint32_t max_consec_small_seg_size = STREAM_DEFAULT_MAX_SMALL_SEG_SIZE; variable
H A Dtcp_stream_config.cc62 str += std::to_string(max_consec_small_seg_size); in show()
H A Dtcp_module.cc308 config->max_consec_small_seg_size = v.get_uint16(); in set()
H A Dtcp_session.cc310 if ( tsd.get_len() >= tcp_config->max_consec_small_seg_size ) in flow_exceeds_config_thresholds()
/dports/security/snort/snort-2.9.18/src/preprocessors/Stream6/
H A Dstream_common.h207 uint32_t max_consec_small_seg_size; member
H A Dsnort_stream_tcp.c1471 clone->max_consec_small_seg_size = master->max_consec_small_seg_size; in StreamTcpPolicyClone()
1638 s5TcpPolicy->max_consec_small_seg_size = STREAM_DEFAULT_MAX_SMALL_SEG_SIZE; in StreamParseTcpArgs()
1983 s5TcpPolicy->max_consec_small_seg_size = (uint32_t)long_val; in StreamParseTcpArgs()
7663 if (p->dsize >= s5TcpPolicy->max_consec_small_seg_size) in ProcessTcpStream()