suricata
|
#include <flow.h>
Public Member Functions | |
SC_ATOMIC_DECLARE (uint64_t, memcap) | |
Data Fields | |
uint32_t | hash_rand |
uint32_t | hash_size |
uint32_t | max_flows |
uint32_t | prealloc |
uint32_t | timeout_new |
uint32_t | timeout_est |
uint32_t | emerg_timeout_new |
uint32_t | emerg_timeout_est |
uint32_t | emergency_recovery |
FlowCnf_::SC_ATOMIC_DECLARE | ( | uint64_t | , |
memcap | |||
) |
uint32_t FlowCnf_::emergency_recovery |
Definition at line 300 of file flow.h.
Referenced by FlowInitConfig().
uint32_t FlowCnf_::hash_rand |
Definition at line 290 of file flow.h.
Referenced by FlowInitConfig(), and FlowKeyGetHash().
uint32_t FlowCnf_::hash_size |
Definition at line 291 of file flow.h.
Referenced by FlowGetExistingFlowFromHash(), FlowGetFlowFromHash(), FlowGetFromFlowKey(), FlowInitConfig(), FlowReset(), and FlowShutdown().
uint32_t FlowCnf_::prealloc |
Definition at line 293 of file flow.h.
Referenced by FlowInitConfig(), and FlowSparePoolUpdate().