|
suricata
|

Data Fields | |
| HashTable * | ht |
| struct THRESHOLD_CACHE | tree |
| uint64_t | housekeeping_ts |
| uint32_t | entries |
| uint64_t | init_mem |
| 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 426 of file detect-engine-threshold.c.
| uint32_t ThresholdCacheThreadCtx::entries |
Definition at line 430 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::housekeeping_check |
Definition at line 438 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::housekeeping_expired |
Definition at line 439 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::housekeeping_ts |
Definition at line 429 of file detect-engine-threshold.c.
| HashTable* ThresholdCacheThreadCtx::ht |
Definition at line 427 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::init_mem |
Definition at line 431 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::lookup_cnt |
Definition at line 433 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::lookup_hit |
Definition at line 437 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::lookup_miss |
Definition at line 436 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::lookup_miss_expired |
Definition at line 435 of file detect-engine-threshold.c.
| uint64_t ThresholdCacheThreadCtx::lookup_nosupport |
Definition at line 434 of file detect-engine-threshold.c.
| struct THRESHOLD_CACHE ThresholdCacheThreadCtx::tree |
Definition at line 427 of file detect-engine-threshold.c.