Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dsession_api.h952 #define PP_SESSION_PRIORITY PRIORITY_CORE + PP_CORE_ORDER_SESSION macro
H A Dspp_session.c467 … AddFuncToPreprocResetStatsList(resetSessionStatistics, NULL, PP_SESSION_PRIORITY, PP_SESSION); in initializeSessionPreproc()
495 … AddFuncToPreprocList(sc, sessionPacketProcessor, PP_SESSION_PRIORITY, PP_SESSION, PROTO_BIT__ALL); in initializeSessionPreproc()
1157 while( ppn != NULL && ppn->priority <= PP_SESSION_PRIORITY ) in initPreprocDispatchList()
4425 … AddFuncToPreprocList(sc, sessionPacketProcessor, PP_SESSION_PRIORITY, PP_SESSION, PROTO_BIT__ALL); in verifyReloadedSessionConfiguration()
/dports/security/snort/snort-2.9.18/src/preprocessors/Session/
H A Dstream5_ha.c786 AddFuncToPreprocMetaEvalList(sc, SessionHAMetaEval, PP_SESSION_PRIORITY, PP_SESSION); in SessionHAInit()