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