suricata
|
#include <tmqh-packetpool.h>
Public Member Functions | |
SC_ATOMIC_DECLARE (uint32_t, return_threshold) | |
Data Fields | |
SCMutex | mutex |
SCCondT | cond |
uint32_t | cnt |
Packet * | head |
Definition at line 31 of file tmqh-packetpool.h.
PktPoolLockedStack_::SC_ATOMIC_DECLARE | ( | uint32_t | , |
return_threshold | |||
) |
number of packets in needed to trigger a sync during the return to pool logic. Updated by pool owner based on how full the pool is.
uint32_t PktPoolLockedStack_::cnt |
Definition at line 39 of file tmqh-packetpool.h.
SCCondT PktPoolLockedStack_::cond |
Definition at line 34 of file tmqh-packetpool.h.
Packet* PktPoolLockedStack_::head |
Definition at line 40 of file tmqh-packetpool.h.
SCMutex PktPoolLockedStack_::mutex |
Definition at line 33 of file tmqh-packetpool.h.