suricata
VariableName_ Struct Reference

Name2idx mapping structure for flowbits, flowvars and pktvars. More...

Data Fields

char * name
 
enum VarTypes type
 
uint32_t id
 
uint32_t ref_cnt
 

Detailed Description

Name2idx mapping structure for flowbits, flowvars and pktvars.

Definition at line 77 of file util-var-name.c.

Field Documentation

◆ id

uint32_t VariableName_::id

Definition at line 80 of file util-var-name.c.

Referenced by VarNameStoreLookupByName().

◆ name

char* VariableName_::name

Definition at line 78 of file util-var-name.c.

Referenced by VarNameStoreLookupById(), and VarNameStoreLookupByName().

◆ ref_cnt

uint32_t VariableName_::ref_cnt

Definition at line 81 of file util-var-name.c.

◆ type

enum VarTypes VariableName_::type

Definition at line 78 of file util-var-name.c.

Referenced by VarNameStoreLookupById().


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