suricata
|
Go to the source code of this file.
Functions | |
uint32_t | HostTimeoutHash (SCTime_t ts) |
time out hosts from the hash More... | |
uint32_t | HostGetSpareCount (void) |
uint32_t | HostGetActiveCount (void) |
Definition in file host-timeout.h.
uint32_t HostGetActiveCount | ( | void | ) |
Definition at line 40 of file host-timeout.c.
References SC_ATOMIC_GET.
uint32_t HostGetSpareCount | ( | void | ) |
Definition at line 35 of file host-timeout.c.
References HostSpareQueueGetSize().
uint32_t HostTimeoutHash | ( | SCTime_t | ts | ) |
time out hosts from the hash
ts | timestamp |
cnt | number of timed out host |
Definition at line 156 of file host-timeout.c.