suricata
|
#include "suricata-common.h"
Go to the source code of this file.
Functions | |
int | RunModeIdsPfringAutoFp (void) |
int | RunModeIdsPfringSingle (void) |
int | RunModeIdsPfringWorkers (void) |
void | RunModeIdsPfringRegister (void) |
const char * | RunModeIdsPfringGetDefaultMode (void) |
Definition in file runmode-pfring.h.
int RunModeIdsPfringAutoFp | ( | void | ) |
Definition at line 443 of file runmode-pfring.c.
References SCEnter, and TimeModeSetLive().
Referenced by RunModeIdsPfringRegister().
const char* RunModeIdsPfringGetDefaultMode | ( | void | ) |
Definition at line 42 of file runmode-pfring.c.
void RunModeIdsPfringRegister | ( | void | ) |
Definition at line 51 of file runmode-pfring.c.
References RUNMODE_PFRING, RunModeIdsPfringAutoFp(), RunModeIdsPfringSingle(), RunModeIdsPfringWorkers(), and RunModeRegisterNewRunMode().
int RunModeIdsPfringSingle | ( | void | ) |
Definition at line 472 of file runmode-pfring.c.
References SCEnter, and TimeModeSetLive().
Referenced by RunModeIdsPfringRegister().
int RunModeIdsPfringWorkers | ( | void | ) |
Definition at line 504 of file runmode-pfring.c.
References SCEnter, and TimeModeSetLive().
Referenced by RunModeIdsPfringRegister().