suricata
|
Go to the source code of this file.
Functions | |
int | RunModeIpsNFQAutoFp (void) |
int | RunModeIpsNFQWorker (void) |
void | RunModeIpsNFQRegister (void) |
const char * | RunModeIpsNFQGetDefaultMode (void) |
Definition in file runmode-nfq.h.
int RunModeIpsNFQAutoFp | ( | void | ) |
Definition at line 56 of file runmode-nfq.c.
References LiveDeviceHasNoStats(), NFQGetThread(), RunModeSetIPSAutoFp(), SCEnter, and TimeModeSetLive().
Referenced by RunModeIpsNFQRegister().
const char* RunModeIpsNFQGetDefaultMode | ( | void | ) |
Definition at line 42 of file runmode-nfq.c.
void RunModeIpsNFQRegister | ( | void | ) |
Definition at line 47 of file runmode-nfq.c.
References RUNMODE_NFQ, RunModeIpsNFQAutoFp(), RunModeIpsNFQWorker(), and RunModeRegisterNewRunMode().
int RunModeIpsNFQWorker | ( | void | ) |
Definition at line 74 of file runmode-nfq.c.
References LiveDeviceHasNoStats(), NFQGetThread(), RunModeSetIPSWorker(), SCEnter, and TimeModeSetLive().
Referenced by RunModeIpsNFQRegister().