suricata
FlowWorkerThreadData_ Struct Reference
Collaboration diagram for FlowWorkerThreadData_:

Public Member Functions

 SC_ATOMIC_DECLARE (DetectEngineThreadCtxPtr, detect_thread)
 

Data Fields

DecodeThreadVarsdtv
 
union {
   StreamTcpThread *   stream_thread
 
   void *   stream_thread_ptr
 
}; 
 
void * output_thread
 
void * output_thread_flow
 
uint16_t local_bypass_pkts
 
uint16_t local_bypass_bytes
 
uint16_t both_bypass_pkts
 
uint16_t both_bypass_bytes
 
PacketQueueNoLock pq
 
FlowLookupStruct fls
 
struct {
   uint16_t   flows_injected
 
   uint16_t   flows_injected_max
 
   uint16_t   flows_removed
 
   uint16_t   flows_aside_needs_work
 
   uint16_t   flows_aside_pkt_inject
 
cnt
 
FlowEndCounters fec
 

Detailed Description

Definition at line 66 of file flow-worker.c.

Member Function Documentation

◆ SC_ATOMIC_DECLARE()

FlowWorkerThreadData_::SC_ATOMIC_DECLARE ( DetectEngineThreadCtxPtr  ,
detect_thread   
)

Field Documentation

◆ @114

union { ... }

◆ both_bypass_bytes

uint16_t FlowWorkerThreadData_::both_bypass_bytes

Definition at line 82 of file flow-worker.c.

◆ both_bypass_pkts

uint16_t FlowWorkerThreadData_::both_bypass_pkts

Definition at line 81 of file flow-worker.c.

◆ cnt

struct { ... } FlowWorkerThreadData_::cnt

◆ dtv

DecodeThreadVars* FlowWorkerThreadData_::dtv

Definition at line 67 of file flow-worker.c.

◆ fec

FlowEndCounters FlowWorkerThreadData_::fec

Definition at line 95 of file flow-worker.c.

◆ flows_aside_needs_work

uint16_t FlowWorkerThreadData_::flows_aside_needs_work

Definition at line 92 of file flow-worker.c.

◆ flows_aside_pkt_inject

uint16_t FlowWorkerThreadData_::flows_aside_pkt_inject

Definition at line 93 of file flow-worker.c.

◆ flows_injected

uint16_t FlowWorkerThreadData_::flows_injected

Definition at line 89 of file flow-worker.c.

◆ flows_injected_max

uint16_t FlowWorkerThreadData_::flows_injected_max

Definition at line 90 of file flow-worker.c.

◆ flows_removed

uint16_t FlowWorkerThreadData_::flows_removed

Definition at line 91 of file flow-worker.c.

◆ fls

FlowLookupStruct FlowWorkerThreadData_::fls

Definition at line 86 of file flow-worker.c.

◆ local_bypass_bytes

uint16_t FlowWorkerThreadData_::local_bypass_bytes

Definition at line 80 of file flow-worker.c.

◆ local_bypass_pkts

uint16_t FlowWorkerThreadData_::local_bypass_pkts

Definition at line 79 of file flow-worker.c.

◆ output_thread

void* FlowWorkerThreadData_::output_thread

Definition at line 76 of file flow-worker.c.

◆ output_thread_flow

void* FlowWorkerThreadData_::output_thread_flow

Definition at line 77 of file flow-worker.c.

◆ pq

PacketQueueNoLock FlowWorkerThreadData_::pq

Queue to put pseudo packets that have been created by the stream (RST response) and by the flush logic following a protocol change.

Definition at line 85 of file flow-worker.c.

◆ stream_thread

StreamTcpThread* FlowWorkerThreadData_::stream_thread

Definition at line 70 of file flow-worker.c.

◆ stream_thread_ptr

void* FlowWorkerThreadData_::stream_thread_ptr

Definition at line 71 of file flow-worker.c.


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