suricata
|
#include <stream-tcp.h>
Data Fields | |
int | ssn_pool_id |
uint16_t | counter_tcp_active_sessions |
uint16_t | counter_tcp_sessions |
uint16_t | counter_tcp_ssn_memcap |
uint16_t | counter_tcp_ssn_from_cache |
uint16_t | counter_tcp_ssn_from_pool |
ExceptionPolicyCounters | counter_tcp_ssn_memcap_eps |
uint16_t | counter_tcp_pseudo |
uint16_t | counter_tcp_pseudo_failed |
uint16_t | counter_tcp_invalid_checksum |
uint16_t | counter_tcp_midstream_pickups |
ExceptionPolicyCounters | counter_tcp_midstream_eps |
uint16_t | counter_tcp_wrong_thread |
uint16_t | counter_tcp_ack_unseen_data |
TcpReassemblyThreadCtx * | ra_ctx |
Definition at line 80 of file stream-tcp.h.
uint16_t StreamTcpThread_::counter_tcp_ack_unseen_data |
ack for unseen data
Definition at line 104 of file stream-tcp.h.
uint16_t StreamTcpThread_::counter_tcp_active_sessions |
Definition at line 83 of file stream-tcp.h.
Referenced by StreamTcpThreadInit().
uint16_t StreamTcpThread_::counter_tcp_invalid_checksum |
packets rejected because their csum is invalid
Definition at line 96 of file stream-tcp.h.
ExceptionPolicyCounters StreamTcpThread_::counter_tcp_midstream_eps |
exception policy stats
Definition at line 100 of file stream-tcp.h.
uint16_t StreamTcpThread_::counter_tcp_midstream_pickups |
midstream pickups
Definition at line 98 of file stream-tcp.h.
uint16_t StreamTcpThread_::counter_tcp_pseudo |
pseudo packets processed
Definition at line 92 of file stream-tcp.h.
uint16_t StreamTcpThread_::counter_tcp_pseudo_failed |
pseudo packets failed to setup
Definition at line 94 of file stream-tcp.h.
uint16_t StreamTcpThread_::counter_tcp_sessions |
Definition at line 84 of file stream-tcp.h.
Referenced by StreamTcpThreadInit().
uint16_t StreamTcpThread_::counter_tcp_ssn_from_cache |
Definition at line 87 of file stream-tcp.h.
Referenced by StreamTcpThreadInit().
uint16_t StreamTcpThread_::counter_tcp_ssn_from_pool |
Definition at line 88 of file stream-tcp.h.
Referenced by StreamTcpThreadInit().
uint16_t StreamTcpThread_::counter_tcp_ssn_memcap |
sessions not picked up because memcap was reached
Definition at line 86 of file stream-tcp.h.
Referenced by StreamTcpThreadInit().
ExceptionPolicyCounters StreamTcpThread_::counter_tcp_ssn_memcap_eps |
uint16_t StreamTcpThread_::counter_tcp_wrong_thread |
wrong thread
Definition at line 102 of file stream-tcp.h.
TcpReassemblyThreadCtx* StreamTcpThread_::ra_ctx |
tcp reassembly thread data
Definition at line 107 of file stream-tcp.h.
Referenced by StreamTcpThreadDeinit().
int StreamTcpThread_::ssn_pool_id |
Definition at line 81 of file stream-tcp.h.
Referenced by StreamTcpThreadInit().