suricata
|
Name2idx mapping structure for flowbits, flowvars and pktvars. More...
Data Fields | |
char * | name |
enum VarTypes | type |
uint32_t | id |
uint32_t | ref_cnt |
Name2idx mapping structure for flowbits, flowvars and pktvars.
Definition at line 77 of file util-var-name.c.
uint32_t VariableName_::id |
Definition at line 80 of file util-var-name.c.
Referenced by VarNameStoreActivate(), VarNameStoreDestroy(), VarNameStoreLookupByName(), and VarNameStoreRegister().
char* VariableName_::name |
Definition at line 78 of file util-var-name.c.
Referenced by VarNameStoreActivate(), VarNameStoreDestroy(), VarNameStoreLookupById(), VarNameStoreLookupByName(), VarNameStoreRegister(), VarNameStoreSetupLookup(), and VarNameStoreUnregister().
uint32_t VariableName_::ref_cnt |
Definition at line 81 of file util-var-name.c.
Referenced by VarNameStoreActivate(), VarNameStoreDestroy(), VarNameStoreRegister(), and VarNameStoreUnregister().
enum VarTypes VariableName_::type |
Definition at line 79 of file util-var-name.c.
Referenced by VarNameStoreDestroy(), VarNameStoreLookupById(), VarNameStoreRegister(), VarNameStoreSetupLookup(), and VarNameStoreUnregister().