Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-engine-mpm.c807 uint16_t max_len, bool skip_negated_content) in GetMpmForList() argument
816 if ((cd->flags & DETECT_CONTENT_NEGATED) && skip_negated_content) in GetMpmForList()
888 int skip_negated_content = 1; in RetrieveFPForSig() local
893 skip_negated_content = 0; in RetrieveFPForSig()
934 if ((cd->flags & DETECT_CONTENT_NEGATED) && skip_negated_content) in RetrieveFPForSig()
945 mpm_sm = GetMpmForList(s, final_sm_list[i], mpm_sm, max_len, skip_negated_content); in RetrieveFPForSig()