Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/
H A Ddecode.c74 PreprocStats decodePerfStats; variable
710 PREPROC_PROFILE_START(decodePerfStats); in DecodeNullPkt()
735 PREPROC_PROFILE_END(decodePerfStats); in DecodeNullPkt()
966 PREPROC_PROFILE_START(decodePerfStats); in DecodeEthPkt()
1042 PREPROC_PROFILE_END(decodePerfStats); in DecodeEthPkt()
2105 PREPROC_PROFILE_END(decodePerfStats); in DecodeRawPkt()
2126 PREPROC_PROFILE_END(decodePerfStats); in DecodeRawPkt6()
6467 PREPROC_PROFILE_END(decodePerfStats); in DecodeIEEE80211Pkt()
6652 PREPROC_PROFILE_END(decodePerfStats); in DecodeTRPkt()
6815 PREPROC_PROFILE_END(decodePerfStats); in DecodeFDDIPkt()
[all …]
H A Dsnort.c244 extern PreprocStats detectPerfStats, decodePerfStats, metaPerfStats,
5252 RegisterPreprocessorProfile("decode", &decodePerfStats, 0, &totalPerfStats, NULL); in SnortInit()
/dports/security/snort3/snort3-3.1.19.0/src/managers/
H A Dcodec_manager.h48 extern THREAD_LOCAL snort::ProfileStats decodePerfStats;
/dports/security/snort3/snort3-3.1.19.0/src/protocols/
H A Dpacket_manager.cc46 THREAD_LOCAL ProfileStats decodePerfStats; variable
217 Profile profile(decodePerfStats); in decode()
/dports/security/snort3/snort3-3.1.19.0/src/main/
H A Dsnort_module.cc1206 return &decodePerfStats; in get_profile()