|
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 | prealloc |
| uint32_t | timeout_new |
| uint32_t | timeout_est |
| uint32_t | emergency_recovery |
| enum ExceptionPolicy | memcap_policy |
| 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 293 of file flow.h.
Referenced by FlowGetIpPairProtoHash(), FlowInitConfig(), and FlowKeyGetHash().
| uint32_t FlowCnf_::hash_size |
Definition at line 294 of file flow.h.
Referenced by FlowGetExistingFlowFromFlowId(), FlowGetFlowFromHash(), FlowGetFromFlowKey(), FlowInitConfig(), FlowReset(), and FlowShutdown().
| enum ExceptionPolicy FlowCnf_::memcap_policy |
Definition at line 302 of file flow.h.
Referenced by FlowGetMemcapExceptionPolicy(), and FlowInitConfig().
| uint32_t FlowCnf_::prealloc |
Definition at line 295 of file flow.h.
Referenced by FlowInitConfig(), FlowSparePoolInit(), and FlowSparePoolUpdate().