Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-profiling-keywords.c238 … if (det_ctx->keyword_perf_list >= 0) {// && det_ctx->keyword_perf_list < DETECT_SM_LIST_MAX) { in SCProfilingKeywordUpdateCounter()
239 p = &det_ctx->keyword_perf_data_per_list[det_ctx->keyword_perf_list][id]; in SCProfilingKeywordUpdateCounter()
H A Dutil-profiling.h66 (ctx)->keyword_perf_list = (list); \
H A Ddetect.h1173 int keyword_perf_list; /**< list we're currently inspecting, DETECT_SM_LIST_* */ member