Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Ddecode.c507 dtv->counter_icmpv4 = StatsRegisterCounter("decoder.icmpv4", tv); in DecodeRegisterPerfCounters()
H A Ddecode-icmpv4.c157 StatsIncr(tv, dtv->counter_icmpv4); in DecodeICMPV4()
H A Ddecode.h655 uint16_t counter_icmpv4; member