|
suricata
|

Data Fields | |
| bool | cache_enabled |
| TcpSegment * | segs_cache [64] |
| uint32_t | segs_cache_idx |
| uint32_t | segs_returns_idx |
| TcpSegment * | segs_returns [64] |
| TcpSession * | ssns_cache [64] |
| uint32_t | ssns_cache_idx |
| uint32_t | ssns_returns_idx |
| TcpSession * | ssns_returns [64] |
Definition at line 30 of file stream-tcp-cache.c.
| bool TcpPoolCache::cache_enabled |
cache should only be enabled for worker threads
Definition at line 31 of file stream-tcp-cache.c.
| TcpSegment* TcpPoolCache::segs_cache[64] |
Definition at line 32 of file stream-tcp-cache.c.
| uint32_t TcpPoolCache::segs_cache_idx |
Definition at line 33 of file stream-tcp-cache.c.
| TcpSegment* TcpPoolCache::segs_returns[64] |
Definition at line 35 of file stream-tcp-cache.c.
| uint32_t TcpPoolCache::segs_returns_idx |
Definition at line 34 of file stream-tcp-cache.c.
| TcpSession* TcpPoolCache::ssns_cache[64] |
Definition at line 37 of file stream-tcp-cache.c.
| uint32_t TcpPoolCache::ssns_cache_idx |
Definition at line 38 of file stream-tcp-cache.c.
| TcpSession* TcpPoolCache::ssns_returns[64] |
Definition at line 40 of file stream-tcp-cache.c.
| uint32_t TcpPoolCache::ssns_returns_idx |
Definition at line 39 of file stream-tcp-cache.c.