suricata
|
#include "suricata-common.h"
#include "host.h"
#include "detect-engine-tag.h"
#include "host-bit.h"
#include "host-timeout.h"
#include "reputation.h"
Go to the source code of this file.
Functions | |
uint32_t | HostTimeoutHash (SCTime_t ts) |
time out hosts from the hash More... | |
Definition in file host-timeout.c.
uint32_t HostTimeoutHash | ( | SCTime_t | ts | ) |
time out hosts from the hash
ts | timestamp |
cnt | number of timed out host |
Definition at line 126 of file host-timeout.c.
References cnt, HostConfig_::hash_size, host_config, host_hash, HRLOCK_TRYLOCK, and HRLOCK_UNLOCK.