Searched refs:PP_SESSION_PRIORITY (Results 1 – 3 of 3) sorted by relevance
/dports/security/snort/snort-2.9.18/src/preprocessors/ |
H A D | session_api.h | 952 #define PP_SESSION_PRIORITY PRIORITY_CORE + PP_CORE_ORDER_SESSION macro
|
H A D | spp_session.c | 467 … 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 D | stream5_ha.c | 786 AddFuncToPreprocMetaEvalList(sc, SessionHAMetaEval, PP_SESSION_PRIORITY, PP_SESSION); in SessionHAInit()
|