suricata
|
Data Fields | |
ThreadVars * | tv |
TmSlot * | slot |
int | dagfd |
int | dagstream |
char | dagname [DAGNAME_BUFSIZE] |
struct timeval maxwait | poll |
LiveDevice * | livedev |
uint64_t | bytes |
uint16_t | packets |
uint16_t | drops |
uint8_t * | top |
uint8_t * | btm |
Definition at line 94 of file source-erf-dag.c.
uint8_t* ErfDagThreadVars_::btm |
Definition at line 113 of file source-erf-dag.c.
uint64_t ErfDagThreadVars_::bytes |
Definition at line 106 of file source-erf-dag.c.
Referenced by ReceiveErfDagThreadExitStats().
int ErfDagThreadVars_::dagfd |
Definition at line 98 of file source-erf-dag.c.
Referenced by ReceiveErfDagThreadDeinit(), and ReceiveErfDagThreadInit().
char ErfDagThreadVars_::dagname[DAGNAME_BUFSIZE] |
Definition at line 100 of file source-erf-dag.c.
Referenced by ReceiveErfDagThreadInit().
int ErfDagThreadVars_::dagstream |
Definition at line 99 of file source-erf-dag.c.
Referenced by ReceiveErfDagThreadDeinit(), ReceiveErfDagThreadExitStats(), and ReceiveErfDagThreadInit().
uint16_t ErfDagThreadVars_::drops |
Definition at line 108 of file source-erf-dag.c.
Referenced by ReceiveErfDagThreadExitStats(), and ReceiveErfDagThreadInit().
LiveDevice* ErfDagThreadVars_::livedev |
Definition at line 104 of file source-erf-dag.c.
Referenced by ReceiveErfDagThreadExitStats(), and ReceiveErfDagThreadInit().
uint16_t ErfDagThreadVars_::packets |
Definition at line 107 of file source-erf-dag.c.
Referenced by ReceiveErfDagThreadExitStats(), and ReceiveErfDagThreadInit().
struct timeval maxwait ErfDagThreadVars_::poll |
Definition at line 100 of file source-erf-dag.c.
Referenced by ReceiveErfDagThreadInit().
TmSlot* ErfDagThreadVars_::slot |
Definition at line 96 of file source-erf-dag.c.
uint8_t* ErfDagThreadVars_::top |
Definition at line 112 of file source-erf-dag.c.
ThreadVars* ErfDagThreadVars_::tv |
Definition at line 95 of file source-erf-dag.c.
Referenced by ReceiveErfDagThreadInit().