suricata
|
Go to the source code of this file.
Data Structures | |
struct | Tmqh_ |
Typedefs | |
typedef struct Tmqh_ | Tmqh |
Enumerations | |
enum | { TMQH_NOT_SET, TMQH_SIMPLE, TMQH_PACKETPOOL, TMQH_FLOW, TMQH_SIZE } |
Functions | |
void | TmqhSetup (void) |
void | TmqhCleanup (void) |
Clean up registration time allocs. More... | |
int | TmqhNameToID (const char *name) |
Tmqh * | TmqhGetQueueHandlerByName (const char *name) |
Tmqh * | TmqhGetQueueHandlerByID (const int id) |
Variables | |
Tmqh | tmqh_table [TMQH_SIZE] |
Definition in file tm-queuehandlers.h.
anonymous enum |
Enumerator | |
---|---|
TMQH_NOT_SET | |
TMQH_SIMPLE | |
TMQH_PACKETPOOL | |
TMQH_FLOW | |
TMQH_SIZE |
Definition at line 27 of file tm-queuehandlers.h.
void TmqhCleanup | ( | void | ) |
Clean up registration time allocs.
Definition at line 49 of file tm-queuehandlers.c.
Referenced by GlobalsDestroy().
Tmqh* TmqhGetQueueHandlerByID | ( | const int | id | ) |
Definition at line 77 of file tm-queuehandlers.c.
References TMQH_SIZE, and tmqh_table.
Tmqh* TmqhGetQueueHandlerByName | ( | const char * | name | ) |
Definition at line 65 of file tm-queuehandlers.c.
References TMQH_SIZE, and tmqh_table.
Referenced by TmThreadCreate().
int TmqhNameToID | ( | const char * | name | ) |
Definition at line 53 of file tm-queuehandlers.c.
References TMQH_SIZE, and tmqh_table.
Referenced by TmThreadCreate().
void TmqhSetup | ( | void | ) |
Definition at line 39 of file tm-queuehandlers.c.
References tmqh_table, TmqhFlowRegister(), TmqhPacketpoolRegister(), and TmqhSimpleRegister().
Definition at line 37 of file tm-queuehandlers.c.
Referenced by TmqhFlowRegister(), TmqhGetQueueHandlerByID(), TmqhGetQueueHandlerByName(), TmqhNameToID(), TmqhPacketpoolRegister(), TmqhSetup(), and TmqhSimpleRegister().