suricata
|
#include "suricata-common.h"
#include "host.h"
#include "detect-engine-tag.h"
#include "detect-engine-threshold.h"
#include "host-bit.h"
#include "host-timeout.h"
#include "reputation.h"
Go to the source code of this file.
Functions | |
uint32_t | HostGetSpareCount (void) |
uint32_t | HostGetActiveCount (void) |
uint32_t | HostTimeoutHash (SCTime_t ts) |
time out hosts from the hash More... | |
Definition in file host-timeout.c.
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.