Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-engine-mpm.c621 const char *mpm_algo; in PatternMatchDefaultMatcher() local
625 if ((ConfGet("mpm-algo", &mpm_algo)) == 1) { in PatternMatchDefaultMatcher()
626 if (mpm_algo != NULL) { in PatternMatchDefaultMatcher()
628 if (strcmp(mpm_algo, "ac-ks") == 0) { in PatternMatchDefaultMatcher()
633 if (strcmp("auto", mpm_algo) == 0) { in PatternMatchDefaultMatcher()
640 if (strcmp(mpm_table[u].name, mpm_algo) == 0) { in PatternMatchDefaultMatcher()
647 if ((strcmp(mpm_algo, "hs") == 0)) { in PatternMatchDefaultMatcher()
654 "in the yaml conf file: \"%s\"", mpm_algo); in PatternMatchDefaultMatcher()