Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-engine-build.c985 SigGroupHead *lookup_sgh = SigGroupHeadHashLookup(de_ctx, sgh_ts[p]); in RulesGroupByProto() local
986 if (lookup_sgh == NULL) { in RulesGroupByProto()
1001 sgh_ts[p] = lookup_sgh; in RulesGroupByProto()
1021 SigGroupHead *lookup_sgh = SigGroupHeadHashLookup(de_ctx, sgh_tc[p]); in RulesGroupByProto() local
1022 if (lookup_sgh == NULL) { in RulesGroupByProto()
1038 sgh_tc[p] = lookup_sgh; in RulesGroupByProto()
1227 SigGroupHead *lookup_sgh = SigGroupHeadHashLookup(de_ctx, iter->sh); in RulesGroupByPorts() local
1228 if (lookup_sgh == NULL) { in RulesGroupByPorts()
1243 iter->sh = lookup_sgh; in RulesGroupByPorts()