|
suricata
|

Data Fields | |
| HashTable * | ht |
| struct THRESHOLD_CACHE | tree |
| uint64_t | housekeeping_ts |
| uint64_t | lookup_cnt |
| uint64_t | lookup_nosupport |
| uint64_t | lookup_miss_expired |
| uint64_t | lookup_miss |
| uint64_t | lookup_hit |
| uint64_t | housekeeping_check |
| uint64_t | housekeeping_expired |
Definition at line 415 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::housekeeping_check |
Definition at line 425 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::housekeeping_expired |
Definition at line 426 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::housekeeping_ts |
Definition at line 418 of file detect-engine-threshold.c.
| HashTable* ThresholdCacheThreadCtx::ht |
Definition at line 416 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::lookup_cnt |
Definition at line 420 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::lookup_hit |
Definition at line 424 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::lookup_miss |
Definition at line 423 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::lookup_miss_expired |
Definition at line 422 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::lookup_nosupport |
Definition at line 421 of file detect-engine-threshold.c.
| struct THRESHOLD_CACHE ThresholdCacheThreadCtx::tree |
Definition at line 416 of file detect-engine-threshold.c.