suricata
util-mpm-ac-queue.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  StateQueue_
 Helper structure used by AC during state table creation. More...
 

Macros

#define STATE_QUEUE_CONTAINER_SIZE   65536
 

Typedefs

typedef struct StateQueue_ StateQueue
 Helper structure used by AC during state table creation. More...
 

Functions

StateQueueSCACStateQueueAlloc (void)
 
void SCACStateQueueFree (StateQueue *q)
 

Detailed Description

Macro Definition Documentation

◆ STATE_QUEUE_CONTAINER_SIZE

#define STATE_QUEUE_CONTAINER_SIZE   65536

Definition at line 29 of file util-mpm-ac-queue.h.

Typedef Documentation

◆ StateQueue

typedef struct StateQueue_ StateQueue

Helper structure used by AC during state table creation.

Function Documentation

◆ SCACStateQueueAlloc()

StateQueue* SCACStateQueueAlloc ( void  )

◆ SCACStateQueueFree()

void SCACStateQueueFree ( StateQueue q)

Definition at line 36 of file util-mpm-ac-queue.c.

References SCFree, and StateQueue_::store.