suricata
ThresholdCacheThreadCtx Struct Reference
Collaboration diagram for ThresholdCacheThreadCtx:

Data Fields

HashTableht
 
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
 

Detailed Description

Definition at line 426 of file detect-engine-threshold.c.

Field Documentation

◆ entries

uint32_t ThresholdCacheThreadCtx::entries

Definition at line 430 of file detect-engine-threshold.c.

◆ housekeeping_check

uint64_t ThresholdCacheThreadCtx::housekeeping_check

Definition at line 438 of file detect-engine-threshold.c.

◆ housekeeping_expired

uint64_t ThresholdCacheThreadCtx::housekeeping_expired

Definition at line 439 of file detect-engine-threshold.c.

◆ housekeeping_ts

uint64_t ThresholdCacheThreadCtx::housekeeping_ts

Definition at line 429 of file detect-engine-threshold.c.

◆ ht

HashTable* ThresholdCacheThreadCtx::ht

Definition at line 427 of file detect-engine-threshold.c.

◆ init_mem

uint64_t ThresholdCacheThreadCtx::init_mem

Definition at line 431 of file detect-engine-threshold.c.

◆ lookup_cnt

uint64_t ThresholdCacheThreadCtx::lookup_cnt

Definition at line 433 of file detect-engine-threshold.c.

◆ lookup_hit

uint64_t ThresholdCacheThreadCtx::lookup_hit

Definition at line 437 of file detect-engine-threshold.c.

◆ lookup_miss

uint64_t ThresholdCacheThreadCtx::lookup_miss

Definition at line 436 of file detect-engine-threshold.c.

◆ lookup_miss_expired

uint64_t ThresholdCacheThreadCtx::lookup_miss_expired

Definition at line 435 of file detect-engine-threshold.c.

◆ lookup_nosupport

uint64_t ThresholdCacheThreadCtx::lookup_nosupport

Definition at line 434 of file detect-engine-threshold.c.

◆ tree

struct THRESHOLD_CACHE ThresholdCacheThreadCtx::tree

Definition at line 427 of file detect-engine-threshold.c.


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