24#ifndef SURICATA_PACKET_QUEUE_H
25#define SURICATA_PACKET_QUEUE_H
struct PacketQueue_ PacketQueue
simple fifo queue for packets with mutex and cond Calling the mutex or triggering the cond is respons...
void PacketEnqueueNoLock(PacketQueueNoLock *qnl, struct Packet_ *p)
void PacketEnqueue(PacketQueue *, struct Packet_ *)
PacketQueue * PacketQueueAlloc(void)
struct Packet_ * PacketDequeueNoLock(PacketQueueNoLock *qnl)
void PacketQueueFree(PacketQueue *)
struct PacketQueueNoLock_ PacketQueueNoLock
simple fifo queue for packets
struct Packet_ * PacketDequeue(PacketQueue *)
simple fifo queue for packets
simple fifo queue for packets with mutex and cond Calling the mutex or triggering the cond is respons...