Home
last modified time | relevance | path

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

/dports/security/snort3/snort3-3.1.19.0/src/stream/tcp/
H A Dtcp_trace.cc131 uint32_t ua = a.get_snd_una() ? LCL(a, get_snd_una) : 0; in TraceState()
H A Dtcp_stream_tracker.h135 uint32_t get_snd_una() const in get_snd_una() function
H A Dtcp_session.cc1069 if ( no_ack_mode_enabled() and (server.get_snd_nxt() or server.get_snd_una()) ) in init_tcp_packet_analysis()
1076 if ( no_ack_mode_enabled() and (client.get_snd_nxt() or client.get_snd_una()) ) in init_tcp_packet_analysis()