suricata
|
Go to the source code of this file.
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.
FlowQueuePrivate FlowSpareGetFromPool | ( | void | ) |
Definition at line 127 of file flow-spare-pool.c.
References SCMutexLock.
uint32_t FlowSpareGetPoolSize | ( | void | ) |
Definition at line 47 of file flow-spare-pool.c.
References SCMutexLock.
void FlowSparePoolDestroy | ( | void | ) |
Definition at line 264 of file flow-spare-pool.c.
References SCMutexLock.
Referenced by FlowShutdown().
void FlowSparePoolInit | ( | void | ) |
Definition at line 245 of file flow-spare-pool.c.
References SCMutexLock.
Referenced by FlowInitConfig().
void FlowSparePoolReturnFlow | ( | Flow * | f | ) |
Definition at line 100 of file flow-spare-pool.c.
References SCMutexLock.
void FlowSparePoolReturnFlows | ( | FlowQueuePrivate * | fqp | ) |
Definition at line 122 of file flow-spare-pool.c.
void FlowSparePoolUpdate | ( | uint32_t | size | ) |
Definition at line 171 of file flow-spare-pool.c.
References flow_config, and FlowCnf_::prealloc.