Home
last modified time | relevance | path

Searched refs:SpmMakeThreadCtx (Results 1 – 4 of 4) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-spm.h82 SpmThreadCtx *SpmMakeThreadCtx(const SpmGlobalThreadCtx *g_thread_ctx);
H A Dutil-spm.c154 SpmThreadCtx *SpmMakeThreadCtx(const SpmGlobalThreadCtx *global_thread_ctx) in SpmMakeThreadCtx() function
2503 thread_ctx = SpmMakeThreadCtx(global_thread_ctx); in SpmTestSearch()
H A Dapp-layer-detect-proto.c2028 alpd_tctx->spm_thread_ctx = SpmMakeThreadCtx(alpd_ctx.spm_global_thread_ctx); in AppLayerProtoDetectGetCtxThread()
H A Ddetect-engine.c2740 det_ctx->spm_thread_ctx = SpmMakeThreadCtx(de_ctx->spm_global_thread_ctx); in ThreadCtxDoInit()