Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-engine-build.c624 uint32_t mpm_cnt = 0; in RulesGroupPrintSghStats() local
753 mpm_cnt++; in RulesGroupPrintSghStats()
792 json_object_set_new(types, "mpm", json_integer(mpm_cnt)); in RulesGroupPrintSghStats()
H A Dapp-layer-ftp.c485 int mpm_cnt = mpm_table[FTP_MPM].Search(ftp_mpm_ctx, td->ftp_mpm_thread_ctx, in FTPParseRequestCommand() local
487 if (mpm_cnt) { in FTPParseRequestCommand()
H A Dapp-layer-smtp.c1006 int mpm_cnt = mpm_table[SMTP_MPM].Search(smtp_mpm_ctx, td->smtp_mpm_thread_ctx, in SMTPProcessReply() local
1009 if (mpm_cnt == 0) { in SMTPProcessReply()