suricata
|
#include <tmqh-packetpool.h>
Data Fields | |
Packet * | head |
uint32_t | cnt |
struct PktPool_ * | pending_pool |
Packet * | pending_head |
Packet * | pending_tail |
uint32_t | pending_count |
PktPoolLockedStack | return_stack |
Definition at line 43 of file tmqh-packetpool.h.
uint32_t PktPool_::cnt |
Definition at line 48 of file tmqh-packetpool.h.
Referenced by PacketPoolGetPacket(), and PacketPoolReturnPacket().
Packet* PktPool_::head |
Definition at line 47 of file tmqh-packetpool.h.
Referenced by PacketPoolGetPacket(), PacketPoolReturnPacket(), and PacketPoolWait().
uint32_t PktPool_::pending_count |
Definition at line 58 of file tmqh-packetpool.h.
Referenced by PacketPoolDestroy(), and PacketPoolReturnPacket().
Packet* PktPool_::pending_head |
Definition at line 56 of file tmqh-packetpool.h.
Referenced by PacketPoolDestroy(), and PacketPoolReturnPacket().
struct PktPool_* PktPool_::pending_pool |
Definition at line 55 of file tmqh-packetpool.h.
Referenced by PacketPoolDestroy(), and PacketPoolReturnPacket().
Packet* PktPool_::pending_tail |
Definition at line 57 of file tmqh-packetpool.h.
Referenced by PacketPoolDestroy(), and PacketPoolReturnPacket().
PktPoolLockedStack PktPool_::return_stack |
Definition at line 72 of file tmqh-packetpool.h.
Referenced by PacketPoolGetPacket(), PacketPoolInit(), PacketPoolReturnPacket(), and PacketPoolWait().