suricata
FlowRateDirStore_ Struct Reference

#include <util-flow-rate.h>

Collaboration diagram for FlowRateDirStore_:

Data Fields

uint64_t * buf
 
uint64_t sum
 
uint16_t last_idx
 
uint16_t size
 
SCTime_t start_ts
 
SCTime_t last_ts
 

Detailed Description

Definition at line 32 of file util-flow-rate.h.

Field Documentation

◆ buf

uint64_t* FlowRateDirStore_::buf

Definition at line 34 of file util-flow-rate.h.

Referenced by FlowRateStoreInit().

◆ last_idx

uint16_t FlowRateDirStore_::last_idx

Definition at line 38 of file util-flow-rate.h.

Referenced by FlowRateStoreUpdate().

◆ last_ts

SCTime_t FlowRateDirStore_::last_ts

Definition at line 44 of file util-flow-rate.h.

Referenced by FlowRateStoreUpdate().

◆ size

uint16_t FlowRateDirStore_::size

Definition at line 40 of file util-flow-rate.h.

Referenced by FlowRateStoreInit(), and FlowRateStoreUpdate().

◆ start_ts

SCTime_t FlowRateDirStore_::start_ts

Definition at line 42 of file util-flow-rate.h.

Referenced by FlowRateStoreUpdate().

◆ sum

uint64_t FlowRateDirStore_::sum

Definition at line 36 of file util-flow-rate.h.

Referenced by FlowRateIsExceeding(), and FlowRateStoreUpdate().


The documentation for this struct was generated from the following file: