Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/preprocessors/Stream6/
H A Dsnort_stream_ip.c60 static SessionCache* ip_lws_cache = NULL; variable
169 return session_api->get_session_by_key(ip_lws_cache, key); in GetLWIpSession()
218 if(ip_lws_cache == NULL) in StreamInitIp()
220 ip_lws_cache = session_api->init_session_cache( SESSION_PROTO_IP, in StreamInitIp()
232 session_api->purge_session_cache(ip_lws_cache); in StreamResetIp()
237 if ( ip_lws_cache ) in StreamCleanIp()
242 ip_lws_cache = NULL; in StreamCleanIp()
272 if (!ip_lws_cache) in StreamVerifyIpConfig()
284 if( ip_lws_cache ) in StreamGetIpPrunes()
531 if (ip_lws_cache && ip_lws_cache->protocol_session_pool) in get_ip_used_mempool()
[all …]