suricata
|
Go to the source code of this file.
Macros | |
#define | FLOW_SPARE_POOL_BLOCK_SIZE 100 |
Functions | |
void | FlowSparePoolInit (void) |
void | FlowSparePoolDestroy (void) |
void | FlowSparePoolUpdate (uint32_t size) |
uint32_t | FlowSpareGetPoolSize (void) |
FlowQueuePrivate | FlowSpareGetFromPool (void) |
void | FlowSparePoolReturnFlow (Flow *f) |
void | FlowSparePoolReturnFlows (FlowQueuePrivate *fqp) |
Definition in file flow-spare-pool.h.
#define FLOW_SPARE_POOL_BLOCK_SIZE 100 |
Definition at line 31 of file flow-spare-pool.h.
FlowQueuePrivate FlowSpareGetFromPool | ( | void | ) |
Definition at line 173 of file flow-spare-pool.c.
References SCMutexLock.
uint32_t FlowSpareGetPoolSize | ( | void | ) |
Definition at line 46 of file flow-spare-pool.c.
References SCMutexLock.
void FlowSparePoolDestroy | ( | void | ) |
Definition at line 310 of file flow-spare-pool.c.
References SCMutexLock.
Referenced by FlowShutdown().
void FlowSparePoolInit | ( | void | ) |
Definition at line 291 of file flow-spare-pool.c.
References SCMutexLock.
Referenced by FlowInitConfig().
void FlowSparePoolReturnFlow | ( | Flow * | f | ) |
Definition at line 98 of file flow-spare-pool.c.
References SCMutexLock.
void FlowSparePoolReturnFlows | ( | FlowQueuePrivate * | fqp | ) |
Definition at line 120 of file flow-spare-pool.c.
void FlowSparePoolUpdate | ( | uint32_t | size | ) |
Definition at line 217 of file flow-spare-pool.c.
References flow_config, FLOW_SPARE_POOL_BLOCK_SIZE, FlowCnf_::prealloc, and SCMutexLock.