suricata
FlowBypassInfo_ Struct Reference

#include <flow.h>

Data Fields

bool(* BypassUpdate )(Flow *f, void *data, time_t tsec)
 
void(* BypassFree )(void *data)
 
void * bypass_data
 
uint64_t tosrcpktcnt
 
uint64_t tosrcbytecnt
 
uint64_t todstpktcnt
 
uint64_t todstbytecnt
 

Detailed Description

Definition at line 525 of file flow.h.

Field Documentation

◆ bypass_data

void* FlowBypassInfo_::bypass_data

Definition at line 528 of file flow.h.

◆ BypassFree

void(* FlowBypassInfo_::BypassFree) (void *data)

Definition at line 527 of file flow.h.

◆ BypassUpdate

bool(* FlowBypassInfo_::BypassUpdate) (Flow *f, void *data, time_t tsec)

Definition at line 526 of file flow.h.

◆ todstbytecnt

uint64_t FlowBypassInfo_::todstbytecnt

Definition at line 532 of file flow.h.

Referenced by EveAddFlow().

◆ todstpktcnt

uint64_t FlowBypassInfo_::todstpktcnt

Definition at line 531 of file flow.h.

Referenced by EveAddFlow().

◆ tosrcbytecnt

uint64_t FlowBypassInfo_::tosrcbytecnt

Definition at line 530 of file flow.h.

Referenced by EveAddFlow().

◆ tosrcpktcnt

uint64_t FlowBypassInfo_::tosrcpktcnt

Definition at line 529 of file flow.h.

Referenced by EveAddFlow().


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