suricata
|
Data Fields | |
uint16_t | nfq_index |
ThreadVars * | tv |
TmSlot * | slot |
LiveDevice * | livedev |
char * | data |
int | datalen |
CaptureStats | stats |
Definition at line 114 of file source-nfq.c.
char* NFQThreadVars_::data |
Definition at line 122 of file source-nfq.c.
Referenced by NFQGetThread(), ReceiveNFQThreadDeinit(), and ReceiveNFQThreadInit().
int NFQThreadVars_::datalen |
Per function and thread data
Definition at line 123 of file source-nfq.c.
Referenced by NFQGetThread(), ReceiveNFQThreadDeinit(), and ReceiveNFQThreadInit().
LiveDevice* NFQThreadVars_::livedev |
Definition at line 120 of file source-nfq.c.
Referenced by NFQRegisterQueue().
uint16_t NFQThreadVars_::nfq_index |
Definition at line 116 of file source-nfq.c.
Referenced by NFQRegisterQueue(), ReceiveNFQLoop(), ReceiveNFQThreadDeinit(), ReceiveNFQThreadExitStats(), and VerdictNFQThreadDeinit().
TmSlot* NFQThreadVars_::slot |
Definition at line 118 of file source-nfq.c.
Referenced by NFQGetThread(), and ReceiveNFQLoop().
CaptureStats NFQThreadVars_::stats |
Length of per function and thread data
Definition at line 125 of file source-nfq.c.
Referenced by VerdictNFQ(), and VerdictNFQThreadInit().
ThreadVars* NFQThreadVars_::tv |
Definition at line 117 of file source-nfq.c.
Referenced by NFQGetThread(), and ReceiveNFQThreadInit().