|
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_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 92 of file stream-tcp.h.
| uint16_t StreamTcpThread_::counter_tcp_ack_unseen_data |
ack for unseen data
Definition at line 114 of file stream-tcp.h.
| uint16_t StreamTcpThread_::counter_tcp_active_sessions |
Definition at line 95 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 106 of file stream-tcp.h.
| ExceptionPolicyCounters StreamTcpThread_::counter_tcp_midstream_eps |
exception policy stats
Definition at line 110 of file stream-tcp.h.
| uint16_t StreamTcpThread_::counter_tcp_midstream_pickups |
midstream pickups
Definition at line 108 of file stream-tcp.h.
| uint16_t StreamTcpThread_::counter_tcp_pseudo |
pseudo packets processed
Definition at line 104 of file stream-tcp.h.
| uint16_t StreamTcpThread_::counter_tcp_sessions |
Definition at line 96 of file stream-tcp.h.
Referenced by StreamTcpThreadInit().
| uint16_t StreamTcpThread_::counter_tcp_ssn_from_cache |
Definition at line 99 of file stream-tcp.h.
Referenced by StreamTcpThreadInit().
| uint16_t StreamTcpThread_::counter_tcp_ssn_from_pool |
Definition at line 100 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 98 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 112 of file stream-tcp.h.
| TcpReassemblyThreadCtx* StreamTcpThread_::ra_ctx |
tcp reassembly thread data
Definition at line 117 of file stream-tcp.h.
Referenced by StreamTcpThreadDeinit().
| int StreamTcpThread_::ssn_pool_id |
Definition at line 93 of file stream-tcp.h.
Referenced by StreamTcpThreadInit().