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 456 of file runmode-pfring.c.
References RunModeInitialize(), SCEnter, and TimeModeSetLive().
Referenced by RunModeIdsPfringRegister().
const char* RunModeIdsPfringGetDefaultMode | ( | void | ) |
Definition at line 41 of file runmode-pfring.c.
void RunModeIdsPfringRegister | ( | void | ) |
Definition at line 50 of file runmode-pfring.c.
References RUNMODE_PFRING, RunModeIdsPfringAutoFp(), RunModeIdsPfringSingle(), RunModeIdsPfringWorkers(), and RunModeRegisterNewRunMode().
int RunModeIdsPfringSingle | ( | void | ) |
Definition at line 487 of file runmode-pfring.c.
References RunModeInitialize(), SCEnter, and TimeModeSetLive().
Referenced by RunModeIdsPfringRegister().
int RunModeIdsPfringWorkers | ( | void | ) |
Definition at line 521 of file runmode-pfring.c.
References RunModeInitialize(), SCEnter, and TimeModeSetLive().
Referenced by RunModeIdsPfringRegister().