Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-engine-build.c871 DetectPort *list = (p == IPPROTO_TCP) ? de_ctx->flow_gh[1].tcp : in RulesDumpGrouping()
872 de_ctx->flow_gh[1].udp; in RulesDumpGrouping()
888 list = (p == IPPROTO_TCP) ? de_ctx->flow_gh[0].tcp : in RulesDumpGrouping()
889 de_ctx->flow_gh[0].udp; in RulesDumpGrouping()
1051 de_ctx->flow_gh[0].sgh[p] = sgh_tc[p]; in RulesGroupByProto()
1052 de_ctx->flow_gh[1].sgh[p] = sgh_ts[p]; in RulesGroupByProto()
1695 de_ctx->flow_gh[f].sgh[p] = NULL; in SigAddressCleanupStage1()
1699 DetectPortCleanupList(de_ctx, de_ctx->flow_gh[f].tcp); in SigAddressCleanupStage1()
1700 de_ctx->flow_gh[f].tcp = NULL; in SigAddressCleanupStage1()
1701 DetectPortCleanupList(de_ctx, de_ctx->flow_gh[f].udp); in SigAddressCleanupStage1()
[all …]
H A Ddetect.c204 DetectPort *list = de_ctx->flow_gh[f].tcp; in SigMatchSignaturesGetSgh()
206 de_ctx->flow_gh[1].tcp, de_ctx->flow_gh[0].tcp, de_ctx->flow_gh[f].tcp); in SigMatchSignaturesGetSgh()
215 DetectPort *list = de_ctx->flow_gh[f].udp; in SigMatchSignaturesGetSgh()
223 sgh = de_ctx->flow_gh[f].sgh[proto]; in SigMatchSignaturesGetSgh()
H A Ddetect.h806 DetectEngineLookupFlow flow_gh[FLOW_STATES]; member