suricata
DetectEngineStateDirection_ Struct Reference

#include <detect-engine-state.h>

Collaboration diagram for DetectEngineStateDirection_:

Data Fields

DeStateStorehead
 
DeStateStorecur
 
DeStateStoretail
 
SigIntId cnt
 
uint16_t filestore_cnt
 
uint8_t flags
 

Detailed Description

Definition at line 82 of file detect-engine-state.h.

Field Documentation

◆ cnt

SigIntId DetectEngineStateDirection_::cnt

Definition at line 86 of file detect-engine-state.h.

◆ cur

DeStateStore* DetectEngineStateDirection_::cur

current active store

Definition at line 84 of file detect-engine-state.h.

◆ filestore_cnt

uint16_t DetectEngineStateDirection_::filestore_cnt

Definition at line 87 of file detect-engine-state.h.

◆ flags

uint8_t DetectEngineStateDirection_::flags

Definition at line 88 of file detect-engine-state.h.

◆ head

DeStateStore* DetectEngineStateDirection_::head

head of the list

Definition at line 83 of file detect-engine-state.h.

Referenced by DetectEngineStateFree().

◆ tail

DeStateStore* DetectEngineStateDirection_::tail

tail of the list

Definition at line 85 of file detect-engine-state.h.


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