suricata
ThresholdCtx_ Struct Reference

threshold ctx More...

#include <detect.h>

Collaboration diagram for ThresholdCtx_:

Data Fields

SCMutex threshold_table_lock
 
DetectThresholdEntry ** th_entry
 
uint32_t th_size
 

Detailed Description

threshold ctx

Definition at line 783 of file detect.h.

Field Documentation

◆ th_entry

DetectThresholdEntry** ThresholdCtx_::th_entry

to support rate_filter "by_rule" option

Definition at line 787 of file detect.h.

Referenced by ThresholdContextDestroy(), and ThresholdHashAllocate().

◆ th_size

uint32_t ThresholdCtx_::th_size

Definition at line 788 of file detect.h.

Referenced by ThresholdContextDestroy(), and ThresholdHashAllocate().

◆ threshold_table_lock

SCMutex ThresholdCtx_::threshold_table_lock

Mutex for hash table

Definition at line 784 of file detect.h.

Referenced by ThresholdContextDestroy(), and ThresholdHashInit().


The documentation for this struct was generated from the following file: