suricata
runmode-erf-dag.c File Reference
#include "suricata-common.h"
#include "tm-threads.h"
#include "conf.h"
#include "runmodes.h"
#include "runmode-erf-dag.h"
#include "output.h"
#include "detect-engine.h"
#include "util-debug.h"
#include "util-time.h"
#include "util-cpu.h"
#include "util-affinity.h"
#include "util-runmodes.h"
Include dependency graph for runmode-erf-dag.c:

Go to the source code of this file.

Functions

const char * RunModeErfDagGetDefaultMode (void)
 
void RunModeErfDagRegister (void)
 
int RunModeIdsErfDagSingle (void)
 
int RunModeIdsErfDagAutoFp (void)
 
int RunModeIdsErfDagWorkers (void)
 

Function Documentation

◆ RunModeErfDagGetDefaultMode()

const char* RunModeErfDagGetDefaultMode ( void  )

Definition at line 43 of file runmode-erf-dag.c.

◆ RunModeErfDagRegister()

void RunModeErfDagRegister ( void  )

Definition at line 48 of file runmode-erf-dag.c.

References RUNMODE_DAG, RunModeIdsErfDagAutoFp(), RunModeIdsErfDagSingle(), RunModeIdsErfDagWorkers(), and RunModeRegisterNewRunMode().

Here is the call graph for this function:

◆ RunModeIdsErfDagAutoFp()

int RunModeIdsErfDagAutoFp ( void  )

Definition at line 92 of file runmode-erf-dag.c.

References RunModeSetLiveCaptureAutoFp(), SCEnter, and TimeModeSetLive().

Referenced by RunModeErfDagRegister().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ RunModeIdsErfDagSingle()

int RunModeIdsErfDagSingle ( void  )

Definition at line 69 of file runmode-erf-dag.c.

References RunModeSetLiveCaptureSingle(), SCEnter, and TimeModeSetLive().

Referenced by RunModeErfDagRegister().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ RunModeIdsErfDagWorkers()

int RunModeIdsErfDagWorkers ( void  )

Definition at line 111 of file runmode-erf-dag.c.

References RunModeSetLiveCaptureWorkers(), SCEnter, and TimeModeSetLive().

Referenced by RunModeErfDagRegister().

Here is the call graph for this function:
Here is the caller graph for this function: