suricata
|
simple fifo queue for packets More...
#include <packet-queue.h>
Data Fields | |
struct Packet_ * | top |
struct Packet_ * | bot |
uint32_t | len |
simple fifo queue for packets
Definition at line 34 of file packet-queue.h.
struct Packet_* PacketQueueNoLock_::bot |
Definition at line 36 of file packet-queue.h.
uint32_t PacketQueueNoLock_::len |
Definition at line 37 of file packet-queue.h.
struct Packet_* PacketQueueNoLock_::top |
Definition at line 35 of file packet-queue.h.
Referenced by TmThreadsProcessDecodePseudoPackets().