suricata
|
Go to the source code of this file.
Functions | |
const char * | ProfileFlowWorkerIdToString (enum ProfileFlowWorkerId fwi) |
void | FlowWorkerReplaceDetectCtx (void *flow_worker, void *detect_ctx) |
void * | FlowWorkerGetDetectCtxPtr (void *flow_worker) |
void | TmModuleFlowWorkerRegister (void) |
enum ProfileFlowWorkerId |
Definition at line 21 of file flow-worker.h.
void* FlowWorkerGetDetectCtxPtr | ( | void * | flow_worker | ) |
Definition at line 715 of file flow-worker.c.
References SC_ATOMIC_GET.
void FlowWorkerReplaceDetectCtx | ( | void * | flow_worker, |
void * | detect_ctx | ||
) |
Definition at line 708 of file flow-worker.c.
References SC_ATOMIC_SET.
const char* ProfileFlowWorkerIdToString | ( | enum ProfileFlowWorkerId | fwi | ) |
Definition at line 722 of file flow-worker.c.
References PROFILE_FLOWWORKER_APPLAYERUDP, PROFILE_FLOWWORKER_DETECT, PROFILE_FLOWWORKER_FLOW, PROFILE_FLOWWORKER_FLOW_EVICTED, PROFILE_FLOWWORKER_FLOW_INJECTED, PROFILE_FLOWWORKER_SIZE, PROFILE_FLOWWORKER_STREAM, and PROFILE_FLOWWORKER_TCPPRUNE.
void TmModuleFlowWorkerRegister | ( | void | ) |
Definition at line 765 of file flow-worker.c.
References TmModule_::name, TmModule_::ThreadInit, TMM_FLOWWORKER, and tmm_modules.
Referenced by RegisterAllModules().