suricata
|
#include <tm-queues.h>
Public Member Functions | |
TAILQ_ENTRY (Tmq_) next | |
Data Fields | |
char * | name |
bool | is_packet_pool |
uint16_t | id |
uint16_t | reader_cnt |
uint16_t | writer_cnt |
PacketQueue * | pq |
Definition at line 29 of file tm-queues.h.
Tmq_::TAILQ_ENTRY | ( | Tmq_ | ) |
uint16_t Tmq_::id |
Definition at line 32 of file tm-queues.h.
Referenced by TmqDebugList(), and TmValidateQueueState().
bool Tmq_::is_packet_pool |
Definition at line 31 of file tm-queues.h.
char* Tmq_::name |
Definition at line 30 of file tm-queues.h.
Referenced by TmqDebugList(), TmqGetQueueByName(), TmqResetQueues(), and TmValidateQueueState().
PacketQueue* Tmq_::pq |
Definition at line 35 of file tm-queues.h.
Referenced by TmqDebugList(), TmqhInputFlow(), TmqhInputSimple(), TmqhInputSimpleShutdownHandler(), TmqhOutputSimple(), TmqResetQueues(), and TmValidateQueueState().
uint16_t Tmq_::reader_cnt |
Definition at line 33 of file tm-queues.h.
Referenced by TmqhInputSimpleShutdownHandler(), TmThreadCreate(), and TmValidateQueueState().
uint16_t Tmq_::writer_cnt |
Definition at line 34 of file tm-queues.h.
Referenced by TmqhInputSimpleShutdownHandler(), TmThreadCreate(), and TmValidateQueueState().