|
suricata
|

Public Member Functions | |
| SC_ATOMIC_DECLARE (DetectEngineThreadCtxPtr, detect_thread) | |
| SC_ATOMIC_DECLARE (bool, flush_ack) | |
Definition at line 66 of file flow-worker.c.
| FlowWorkerThreadData_::SC_ATOMIC_DECLARE | ( | bool | , |
| flush_ack | |||
| ) |
| FlowWorkerThreadData_::SC_ATOMIC_DECLARE | ( | DetectEngineThreadCtxPtr | , |
| detect_thread | |||
| ) |
| union { ... } |
| StatsCounterId FlowWorkerThreadData_::both_bypass_bytes |
Definition at line 84 of file flow-worker.c.
| StatsCounterId FlowWorkerThreadData_::both_bypass_pkts |
Definition at line 83 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 97 of file flow-worker.c.
| StatsCounterId FlowWorkerThreadData_::flows_aside_needs_work |
Definition at line 94 of file flow-worker.c.
| StatsCounterId FlowWorkerThreadData_::flows_aside_pkt_inject |
Definition at line 95 of file flow-worker.c.
| StatsCounterId FlowWorkerThreadData_::flows_injected |
Definition at line 91 of file flow-worker.c.
| StatsCounterMaxId FlowWorkerThreadData_::flows_injected_max |
Definition at line 92 of file flow-worker.c.
| StatsCounterId FlowWorkerThreadData_::flows_removed |
Definition at line 93 of file flow-worker.c.
| FlowLookupStruct FlowWorkerThreadData_::fls |
Definition at line 88 of file flow-worker.c.
| StatsCounterId FlowWorkerThreadData_::local_bypass_bytes |
Definition at line 82 of file flow-worker.c.
| StatsCounterId FlowWorkerThreadData_::local_bypass_pkts |
Definition at line 81 of file flow-worker.c.
| void* FlowWorkerThreadData_::output_thread |
Definition at line 78 of file flow-worker.c.
| void* FlowWorkerThreadData_::output_thread_flow |
Definition at line 79 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 87 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.