Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-engine-mpm.h51 void PatternMatchThreadDestroy(MpmThreadCtx *mpm_thread_ctx, uint16_t);
H A Ddetect-engine.c2980 PatternMatchThreadDestroy(&det_ctx->mtc, det_ctx->de_ctx->mpm_matcher); in DetectEngineThreadCtxFree()
2981 PatternMatchThreadDestroy(&det_ctx->mtcs, det_ctx->de_ctx->mpm_matcher); in DetectEngineThreadCtxFree()
2982 PatternMatchThreadDestroy(&det_ctx->mtcu, det_ctx->de_ctx->mpm_matcher); in DetectEngineThreadCtxFree()
H A Ddetect-engine-mpm.c672 void PatternMatchThreadDestroy(MpmThreadCtx *mpm_thread_ctx, uint16_t mpm_matcher) in PatternMatchThreadDestroy() function