suricata
|
#include "suricata-common.h"
#include "decode.h"
#include "defrag.h"
#include "defrag-hash.h"
#include "defrag-timeout.h"
Go to the source code of this file.
Functions | |
uint32_t | DefragTimeoutHash (SCTime_t ts) |
time out tracker from the hash More... | |
Definition in file defrag-timeout.c.
uint32_t DefragTimeoutHash | ( | SCTime_t | ts | ) |
time out tracker from the hash
ts | timestamp |
cnt | number of timed out tracker |
Definition at line 121 of file defrag-timeout.c.