|
suricata
|

Go to the source code of this file.
Functions | |
| int | RunModeIdsErfDagAutoFp (void) |
| int | RunModeIdsErfDagSingle (void) |
| int | RunModeIdsErfDagWorkers (void) |
| void | RunModeErfDagRegister (void) |
| const char * | RunModeErfDagGetDefaultMode (void) |
Definition in file runmode-erf-dag.h.
| const char * RunModeErfDagGetDefaultMode | ( | void | ) |
Definition at line 43 of file runmode-erf-dag.c.
| void RunModeErfDagRegister | ( | void | ) |
Definition at line 48 of file runmode-erf-dag.c.
References RUNMODE_DAG, RunModeIdsErfDagAutoFp(), RunModeIdsErfDagSingle(), RunModeIdsErfDagWorkers(), and RunModeRegisterNewRunMode().
Referenced by RunModeRegisterRunModes().


| int RunModeIdsErfDagAutoFp | ( | void | ) |
Definition at line 90 of file runmode-erf-dag.c.
References FatalError, RunModeSetLiveCaptureAutoFp(), SCEnter, SCLogInfo, SCReturnInt, thread_name_autofp, and TimeModeSetLive().
Referenced by RunModeErfDagRegister().


| int RunModeIdsErfDagSingle | ( | void | ) |
Definition at line 67 of file runmode-erf-dag.c.
References FatalError, RunModeSetLiveCaptureSingle(), SCEnter, SCLogInfo, SCReturnInt, thread_name_single, and TimeModeSetLive().
Referenced by RunModeErfDagRegister().


| int RunModeIdsErfDagWorkers | ( | void | ) |
Definition at line 109 of file runmode-erf-dag.c.
References FatalError, RunModeSetLiveCaptureWorkers(), SCEnter, SCLogInfo, SCReturnInt, thread_name_workers, and TimeModeSetLive().
Referenced by RunModeErfDagRegister().

