suricata
|
#include <tmqh-packetpool.h>
Data Fields | |
Packet * | head |
struct PktPool_ * | pending_pool |
Packet * | pending_head |
Packet * | pending_tail |
uint32_t | pending_count |
PktPoolLockedStack | return_stack |
Definition at line 40 of file tmqh-packetpool.h.
Packet* PktPool_::head |
Definition at line 44 of file tmqh-packetpool.h.
Referenced by PacketPoolGetPacket(), PacketPoolReturnPacket(), PacketPoolWaitForN(), and TmqhPacketpoolRegister().
uint32_t PktPool_::pending_count |
Definition at line 53 of file tmqh-packetpool.h.
Referenced by PacketPoolDestroy(), and PacketPoolReturnPacket().
Packet* PktPool_::pending_head |
Definition at line 51 of file tmqh-packetpool.h.
Referenced by PacketPoolDestroy(), and PacketPoolReturnPacket().
struct PktPool_* PktPool_::pending_pool |
Definition at line 50 of file tmqh-packetpool.h.
Referenced by PacketPoolDestroy(), and PacketPoolReturnPacket().
Packet* PktPool_::pending_tail |
Definition at line 52 of file tmqh-packetpool.h.
Referenced by PacketPoolDestroy(), and PacketPoolReturnPacket().
PktPoolLockedStack PktPool_::return_stack |
Definition at line 67 of file tmqh-packetpool.h.
Referenced by PacketPoolDestroy(), PacketPoolInit(), PacketPoolInitEmpty(), PacketPoolReturnPacket(), PacketPoolWait(), PacketPoolWaitForN(), and TmqhPacketpoolRegister().