Home
last modified time | relevance | path

Searched refs:PatternMatchThreadPrepare (Results 1 – 3 of 3) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-engine-mpm.h48 void PatternMatchThreadPrepare(MpmThreadCtx *, uint16_t type);
H A Ddetect-engine.c2734 PatternMatchThreadPrepare(&det_ctx->mtc, de_ctx->mpm_matcher); in ThreadCtxDoInit()
2735 PatternMatchThreadPrepare(&det_ctx->mtcs, de_ctx->mpm_matcher); in ThreadCtxDoInit()
2736 PatternMatchThreadPrepare(&det_ctx->mtcu, de_ctx->mpm_matcher); in ThreadCtxDoInit()
H A Ddetect-engine-mpm.c678 void PatternMatchThreadPrepare(MpmThreadCtx *mpm_thread_ctx, uint16_t mpm_matcher) in PatternMatchThreadPrepare() function