suricata
|
#include <util-hashlist.h>
Data Fields | |
void * | data |
uint16_t | size |
struct HashListTableBucket_ * | bucknext |
struct HashListTableBucket_ * | listnext |
struct HashListTableBucket_ * | listprev |
Definition at line 28 of file util-hashlist.h.
struct HashListTableBucket_* HashListTableBucket_::bucknext |
Definition at line 31 of file util-hashlist.h.
Referenced by HashListTableAdd(), HashListTableFree(), HashListTableLookup(), and HashListTableRemove().
void* HashListTableBucket_::data |
Definition at line 29 of file util-hashlist.h.
Referenced by HashListTableAdd(), HashListTableFree(), HashListTableLookup(), and HashListTableRemove().
struct HashListTableBucket_* HashListTableBucket_::listnext |
Definition at line 32 of file util-hashlist.h.
Referenced by HashListTableAdd(), and HashListTableRemove().
struct HashListTableBucket_* HashListTableBucket_::listprev |
Definition at line 33 of file util-hashlist.h.
Referenced by HashListTableAdd(), and HashListTableRemove().
uint16_t HashListTableBucket_::size |
Definition at line 30 of file util-hashlist.h.
Referenced by HashListTableAdd(), HashListTableLookup(), and HashListTableRemove().