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_removed | |
uint16_t flows_aside_needs_work | |
uint16_t flows_aside_pkt_inject | |
} | cnt |
Definition at line 59 of file flow-worker.c.
FlowWorkerThreadData_::SC_ATOMIC_DECLARE | ( | DetectEngineThreadCtxPtr | , |
detect_thread | |||
) |
union { ... } |
uint16_t FlowWorkerThreadData_::both_bypass_bytes |
Definition at line 75 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::both_bypass_pkts |
Definition at line 74 of file flow-worker.c.
struct { ... } FlowWorkerThreadData_::cnt |
DecodeThreadVars* FlowWorkerThreadData_::dtv |
Definition at line 60 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::flows_aside_needs_work |
Definition at line 83 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::flows_aside_pkt_inject |
Definition at line 84 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::flows_injected |
Definition at line 81 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::flows_removed |
Definition at line 82 of file flow-worker.c.
FlowLookupStruct FlowWorkerThreadData_::fls |
Definition at line 78 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::local_bypass_bytes |
Definition at line 73 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::local_bypass_pkts |
Definition at line 72 of file flow-worker.c.
void* FlowWorkerThreadData_::output_thread |
Definition at line 69 of file flow-worker.c.
void* FlowWorkerThreadData_::output_thread_flow |
Definition at line 70 of file flow-worker.c.
PacketQueueNoLock FlowWorkerThreadData_::pq |
Definition at line 77 of file flow-worker.c.
StreamTcpThread* FlowWorkerThreadData_::stream_thread |
Definition at line 63 of file flow-worker.c.
void* FlowWorkerThreadData_::stream_thread_ptr |
Definition at line 64 of file flow-worker.c.