suricata
PacketQueueNoLock_ Struct Reference

simple fifo queue for packets More...

#include <packet-queue.h>

Collaboration diagram for PacketQueueNoLock_:

Data Fields

struct Packet_top
 
struct Packet_bot
 
uint32_t len
 

Detailed Description

simple fifo queue for packets

Note
PacketQueueNoLock and PacketQueue need to keep identical layouts except for the mutex_q and cond_q fields.

Definition at line 34 of file packet-queue.h.

Field Documentation

◆ bot

struct Packet_* PacketQueueNoLock_::bot

Definition at line 36 of file packet-queue.h.

◆ len

uint32_t PacketQueueNoLock_::len

Definition at line 37 of file packet-queue.h.

◆ top

struct Packet_* PacketQueueNoLock_::top

Definition at line 35 of file packet-queue.h.

Referenced by TmThreadsProcessDecodePseudoPackets().


The documentation for this struct was generated from the following file: