46 SCLogError(
"Fatal error encountered in IPPairQueueNew. Exiting...");
72 BUG_ON(q == NULL || h == NULL);
89 if (q->
len > q->dbg_maxlen)
90 q->dbg_maxlen = q->
len;
#define HQLOCK_DESTROY(q)
void IPPairEnqueue(IPPairQueue *q, IPPair *h)
add a ippair to a queue
void IPPairQueueDestroy(IPPairQueue *q)
Destroy a ippair queue.
IPPairQueue * IPPairQueueNew(void)
IPPairQueue * IPPairQueueInit(IPPairQueue *q)
IPPair * IPPairDequeue(IPPairQueue *q)
remove a ippair from the queue
#define SCLogError(...)
Macro used to log ERROR messages.