24#ifndef SURICATA_STREAM_TCP_CACHE_H
25#define SURICATA_STREAM_TCP_CACHE_H
TcpSession * StreamTcpThreadCacheGetSession(void)
void StreamTcpThreadCacheCleanup(void)
void StreamTcpThreadCacheEnable(void)
enable segment cache. Should only be done for worker threads
TcpSegment * StreamTcpThreadCacheGetSegment(void)
void StreamTcpThreadCacheReturnSession(TcpSession *ssn)
void StreamTcpThreadCacheReturnSegment(TcpSegment *seg)