suricata
|
threshold ctx More...
#include <detect.h>
Data Fields | |
SCMutex | threshold_table_lock |
DetectThresholdEntry ** | th_entry |
uint32_t | th_size |
DetectThresholdEntry** ThresholdCtx_::th_entry |
to support rate_filter "by_rule" option
Definition at line 776 of file detect.h.
Referenced by ThresholdContextDestroy(), and ThresholdHashAllocate().
uint32_t ThresholdCtx_::th_size |
Definition at line 777 of file detect.h.
Referenced by ThresholdContextDestroy(), and ThresholdHashAllocate().
SCMutex ThresholdCtx_::threshold_table_lock |
Mutex for hash table
Definition at line 773 of file detect.h.
Referenced by ThresholdContextDestroy(), and ThresholdHashInit().