Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/
H A Dplugbase.h358 void RegisterPreprocStats(const char *, PreprocStatsFunc);
H A Dplugbase.c836 void RegisterPreprocStats(const char *keyword, PreprocStatsFunc pp_stats_func) in RegisterPreprocStats() function
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dspp_normalize.c626 RegisterPreprocStats("normalize", Preproc_PrintStats); in Preproc_Install()
H A Dspp_httpinspect.c772 RegisterPreprocStats("http_inspect", HttpInspectDropStats); in HttpInspectInit()
H A Dspp_stream6.c375 RegisterPreprocStats( "stream5", StreamPrintStats ); in initStreamPolicyConfig()
H A Dspp_frag3.c1201 RegisterPreprocStats("frag3", Frag3PrintStats); in Frag3GlobalInit()
H A Dspp_session.c469 RegisterPreprocStats("session_manager", printSessionStatistics); in initializeSessionPreproc()
/dports/security/snort/snort-2.9.18/src/file-process/
H A Dfile_service.c253 RegisterPreprocStats("file", print_file_stats); in start_file_processing()
/dports/security/snort/snort-2.9.18/src/dynamic-plugins/
H A Dsf_dynamic_plugins.c2687 preprocData.registerPreprocStats = &RegisterPreprocStats; in InitDynamicPreprocessors()