suricata
|
Public Member Functions | |
SC_ATOMIC_DECLARE (DetectEngineThreadCtxPtr, detect_thread) | |
Data Fields | |
DecodeThreadVars * | dtv |
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 |
Definition at line 66 of file flow-worker.c.
FlowWorkerThreadData_::SC_ATOMIC_DECLARE | ( | DetectEngineThreadCtxPtr | , |
detect_thread | |||
) |
union { ... } |
uint16_t FlowWorkerThreadData_::both_bypass_bytes |
Definition at line 82 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::both_bypass_pkts |
Definition at line 81 of file flow-worker.c.
struct { ... } FlowWorkerThreadData_::cnt |
DecodeThreadVars* FlowWorkerThreadData_::dtv |
Definition at line 67 of file flow-worker.c.
FlowEndCounters FlowWorkerThreadData_::fec |
Definition at line 95 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::flows_aside_needs_work |
Definition at line 92 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::flows_aside_pkt_inject |
Definition at line 93 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::flows_injected |
Definition at line 89 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::flows_injected_max |
Definition at line 90 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::flows_removed |
Definition at line 91 of file flow-worker.c.
FlowLookupStruct FlowWorkerThreadData_::fls |
Definition at line 86 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::local_bypass_bytes |
Definition at line 80 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::local_bypass_pkts |
Definition at line 79 of file flow-worker.c.
void* FlowWorkerThreadData_::output_thread |
Definition at line 76 of file flow-worker.c.
void* FlowWorkerThreadData_::output_thread_flow |
Definition at line 77 of file flow-worker.c.
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.
StreamTcpThread* FlowWorkerThreadData_::stream_thread |
Definition at line 70 of file flow-worker.c.
void* FlowWorkerThreadData_::stream_thread_ptr |
Definition at line 71 of file flow-worker.c.