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 |
uint16_t | local_bypass_pkts |
uint16_t | local_bypass_bytes |
uint16_t | both_bypass_pkts |
uint16_t | both_bypass_bytes |
PacketQueue | pq |
Definition at line 50 of file flow-worker.c.
FlowWorkerThreadData_::SC_ATOMIC_DECLARE | ( | DetectEngineThreadCtxPtr | , |
detect_thread | |||
) |
union { ... } |
uint16_t FlowWorkerThreadData_::both_bypass_bytes |
Definition at line 65 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::both_bypass_pkts |
Definition at line 64 of file flow-worker.c.
DecodeThreadVars* FlowWorkerThreadData_::dtv |
Definition at line 51 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::local_bypass_bytes |
Definition at line 63 of file flow-worker.c.
uint16_t FlowWorkerThreadData_::local_bypass_pkts |
Definition at line 62 of file flow-worker.c.
void* FlowWorkerThreadData_::output_thread |
Definition at line 60 of file flow-worker.c.
Referenced by ProfileFlowWorkerIdToString().
PacketQueue FlowWorkerThreadData_::pq |
Definition at line 67 of file flow-worker.c.
StreamTcpThread* FlowWorkerThreadData_::stream_thread |
Definition at line 54 of file flow-worker.c.
void* FlowWorkerThreadData_::stream_thread_ptr |
Definition at line 55 of file flow-worker.c.