Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-engine-mpm.c166 am->sgh_mpm_context = t->sgh_mpm_context; in DetectAppLayerMpmRegisterByParentId()
246 n->sgh_mpm_context = MPM_CTX_FACTORY_UNIQUE_CONTEXT; in DetectMpmInitializeAppMpms()
272 if (am->sgh_mpm_context != MPM_CTX_FACTORY_UNIQUE_CONTEXT) in DetectMpmPrepareAppMpms()
360 am->sgh_mpm_context = t->sgh_mpm_context; in DetectPktMpmRegisterByParentId()
414 n->sgh_mpm_context = MPM_CTX_FACTORY_UNIQUE_CONTEXT; in DetectMpmInitializePktMpms()
440 if (am->sgh_mpm_context != MPM_CTX_FACTORY_UNIQUE_CONTEXT) in DetectMpmPreparePktMpms()
1302 int sgh_mpm_context = 0; in MpmStorePrepareBuffer() local
1312 sgh_mpm_context = de_ctx->sgh_mpm_context_stream; in MpmStorePrepareBuffer()
1415 copy->sgh_mpm_context = sgh_mpm_context; in MpmStorePrepareBuffer()
1491 copy->sgh_mpm_context = am->sgh_mpm_context; in MpmStorePrepareBufferAppLayer()
[all …]
H A Ddetect-engine.c2218 const char *sgh_mpm_context = NULL; in DetectEngineCtxLoadConf() local
2222 (void)ConfGet("detect.sgh-mpm-context", &sgh_mpm_context); in DetectEngineCtxLoadConf()
2235 if (sgh_mpm_context == NULL) { in DetectEngineCtxLoadConf()
2237 sgh_mpm_context = opt->head.tqh_first->val; in DetectEngineCtxLoadConf()
2269 if (sgh_mpm_context == NULL || strcmp(sgh_mpm_context, "auto") == 0) { in DetectEngineCtxLoadConf()
2282 if (strcmp(sgh_mpm_context, "single") == 0) { in DetectEngineCtxLoadConf()
2284 } else if (strcmp(sgh_mpm_context, "full") == 0) { in DetectEngineCtxLoadConf()
2289 "%s", sgh_mpm_context); in DetectEngineCtxLoadConf()
H A Ddetect.h624 int sgh_mpm_context; member
1274 int32_t sgh_mpm_context; member