suricata
TcpPoolCache Struct Reference
Collaboration diagram for TcpPoolCache:

Data Fields

bool cache_enabled
 
TcpSegmentsegs_cache [64]
 
uint32_t segs_cache_idx
 
uint32_t segs_returns_idx
 
TcpSegmentsegs_returns [64]
 
TcpSessionssns_cache [64]
 
uint32_t ssns_cache_idx
 
uint32_t ssns_returns_idx
 
TcpSessionssns_returns [64]
 

Detailed Description

Definition at line 30 of file stream-tcp-cache.c.

Field Documentation

◆ cache_enabled

bool TcpPoolCache::cache_enabled

cache should only be enabled for worker threads

Definition at line 31 of file stream-tcp-cache.c.

◆ segs_cache

TcpSegment* TcpPoolCache::segs_cache[64]

Definition at line 32 of file stream-tcp-cache.c.

◆ segs_cache_idx

uint32_t TcpPoolCache::segs_cache_idx

Definition at line 33 of file stream-tcp-cache.c.

◆ segs_returns

TcpSegment* TcpPoolCache::segs_returns[64]

Definition at line 35 of file stream-tcp-cache.c.

◆ segs_returns_idx

uint32_t TcpPoolCache::segs_returns_idx

Definition at line 34 of file stream-tcp-cache.c.

◆ ssns_cache

TcpSession* TcpPoolCache::ssns_cache[64]

Definition at line 37 of file stream-tcp-cache.c.

◆ ssns_cache_idx

uint32_t TcpPoolCache::ssns_cache_idx

Definition at line 38 of file stream-tcp-cache.c.

◆ ssns_returns

TcpSession* TcpPoolCache::ssns_returns[64]

Definition at line 40 of file stream-tcp-cache.c.

◆ ssns_returns_idx

uint32_t TcpPoolCache::ssns_returns_idx

Definition at line 39 of file stream-tcp-cache.c.


The documentation for this struct was generated from the following file: