suricata
ThresholdCacheThreadCtx Struct Reference
Collaboration diagram for ThresholdCacheThreadCtx:

Data Fields

HashTableht
 
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
 

Detailed Description

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

Field Documentation

◆ housekeeping_check

uint64_t ThresholdCacheThreadCtx::housekeeping_check

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

◆ housekeeping_expired

uint64_t ThresholdCacheThreadCtx::housekeeping_expired

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

◆ housekeeping_ts

uint64_t ThresholdCacheThreadCtx::housekeeping_ts

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

◆ ht

HashTable* ThresholdCacheThreadCtx::ht

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

◆ lookup_cnt

uint64_t ThresholdCacheThreadCtx::lookup_cnt

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

◆ lookup_hit

uint64_t ThresholdCacheThreadCtx::lookup_hit

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

◆ lookup_miss

uint64_t ThresholdCacheThreadCtx::lookup_miss

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

◆ lookup_miss_expired

uint64_t ThresholdCacheThreadCtx::lookup_miss_expired

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

◆ lookup_nosupport

uint64_t ThresholdCacheThreadCtx::lookup_nosupport

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

◆ tree

struct THRESHOLD_CACHE ThresholdCacheThreadCtx::tree

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


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