suricata
|
Go to the source code of this file.
Data Structures | |
struct | TmqhFlowMode_ |
struct | TmqhFlowCtx_ |
Ctx for the flow queue handler. More... | |
Typedefs | |
typedef struct TmqhFlowMode_ | TmqhFlowMode |
typedef struct TmqhFlowCtx_ | TmqhFlowCtx |
Ctx for the flow queue handler. More... | |
Functions | |
void | TmqhFlowRegister (void) |
void | TmqhFlowRegisterTests (void) |
void | TmqhFlowPrintAutofpHandler (void) |
Definition in file tmqh-flow.h.
typedef struct TmqhFlowCtx_ TmqhFlowCtx |
Ctx for the flow queue handler.
size | number of queues to output to |
queues | array of queue id's this flow handler outputs to |
typedef struct TmqhFlowMode_ TmqhFlowMode |
void TmqhFlowPrintAutofpHandler | ( | void | ) |
Definition at line 84 of file tmqh-flow.c.
References PRINT_IF_FUNC, TmqhOutputFlowHash(), and TmqhOutputFlowIPPair().
void TmqhFlowRegister | ( | void | ) |
Definition at line 51 of file tmqh-flow.c.
References ConfGet(), Tmqh_::InHandler, Tmqh_::name, Tmqh_::OutHandler, Tmqh_::OutHandlerCtxFree, Tmqh_::OutHandlerCtxSetup, Tmqh_::RegisterTests, SCLogNotice, TMQH_FLOW, tmqh_table, TmqhFlowRegisterTests(), TmqhInputFlow(), TmqhOutputFlowFreeCtx(), TmqhOutputFlowHash(), TmqhOutputFlowIPPair(), and TmqhOutputFlowSetupCtx().
Referenced by TmqhSetup().
void TmqhFlowRegisterTests | ( | void | ) |
Definition at line 396 of file tmqh-flow.c.
References UtRegisterTest().
Referenced by TmqhFlowRegister().