Home
last modified time | relevance | path

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

/dports/security/snort3/snort3-3.1.19.0/src/stream/tcp/
H A Dtcp_stream_session.cc135 if ( server.get_flush_policy() == STREAM_FLPOLICY_ON_DATA and in set_no_ack()
136 client.get_flush_policy() == STREAM_FLPOLICY_ON_DATA ) in set_no_ack()
161 if ( server.get_flush_policy() != STREAM_FLPOLICY_IGNORE ) in get_reassembly_direction()
164 if ( client.get_flush_policy() != STREAM_FLPOLICY_IGNORE ) in get_reassembly_direction()
H A Dtcp_trace.cc140 unsigned fpt = a.get_flush_policy() ? 192 : 0; in TraceState()
144 flushxt[a.get_flush_policy() + paf], fpt, in TraceState()
H A Dips_stream_reassemble.cc319 CHECK( ( ( ( TcpSession* )pkt->flow->session)->server.get_flush_policy()
H A Dtcp_stream_tracker.h250 FlushPolicy get_flush_policy() const in get_flush_policy() function
H A Dtcp_reassembler.cc1002 switch ( trs.tracker->get_flush_policy() ) in flush_on_data_policy()
1062 switch ( trs.tracker->get_flush_policy() ) in flush_on_ack_policy()
H A Dtcp_session.cc299 if ( listener->get_flush_policy() == STREAM_FLPOLICY_IGNORE ) in flow_exceeds_config_thresholds()