|
suricata
|
#include <util-thash.h>

Public Member Functions | |
| SC_ATOMIC_DECLARE (unsigned int, use_cnt) | |
Data Fields | |
| SCMutex | m |
| void * | data |
| struct THashData_ * | next |
| struct THashData_ * | prev |
Definition at line 85 of file util-thash.h.
| THashData_::SC_ATOMIC_DECLARE | ( | unsigned int | , |
| use_cnt | |||
| ) |
use cnt, reference counter
| void* THashData_::data |
Definition at line 92 of file util-thash.h.
Referenced by THashCleanup(), and THashWalk().
| SCMutex THashData_::m |
ippair mutex
Definition at line 87 of file util-thash.h.
| struct THashData_* THashData_::next |
Definition at line 94 of file util-thash.h.
Referenced by THashCleanup(), THashExpire(), and THashWalk().
| struct THashData_* THashData_::prev |
Definition at line 95 of file util-thash.h.
Referenced by THashCleanup().