Home
last modified time | relevance | path

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

/dports/security/snort3/snort3-3.1.19.0/src/stream/tcp/
H A Dtcp_stream_tracker.h187 { return ts_last_packet; } in get_ts_last_packet()
189 void set_ts_last_packet(uint32_t ts_last_packet) in set_ts_last_packet() argument
190 { this->ts_last_packet = ts_last_packet; } in set_ts_last_packet()
345 uint32_t ts_last_packet = 0; variable
H A Dtcp_stream_tracker.cc211 ts_last = ts_last_packet = 0; in init_tcp_state()
278 ts_last_packet = tsd.get_packet_timestamp(); in init_on_syn_sent()
319 ts_last_packet = tsd.get_packet_timestamp(); in init_on_synack_sent()
362 ts_last_packet = tsd.get_packet_timestamp(); in init_on_3whs_ack_sent()
409 ts_last_packet = tsd.get_packet_timestamp(); in init_on_data_seg_sent()
451 ts_last_packet = tsd.get_packet_timestamp(); in finish_server_init()