suricata
|
Go to the source code of this file.
Functions | |
int | RunModeIdsAFXDPSingle (void) |
Single thread version of the AF_XDP processing. More... | |
int | RunModeIdsAFXDPWorkers (void) |
Workers version of the AF_XDP processing. More... | |
void | RunModeIdsAFXDPRegister (void) |
const char * | RunModeAFXDPGetDefaultMode (void) |
Definition in file runmode-af-xdp.h.
const char* RunModeAFXDPGetDefaultMode | ( | void | ) |
Definition at line 66 of file runmode-af-xdp.c.
void RunModeIdsAFXDPRegister | ( | void | ) |
Definition at line 71 of file runmode-af-xdp.c.
References RUNMODE_AFXDP_DEV, RunModeIdsAFXDPSingle(), RunModeIdsAFXDPWorkers(), and RunModeRegisterNewRunMode().
int RunModeIdsAFXDPSingle | ( | void | ) |
Single thread version of the AF_XDP processing.
Definition at line 322 of file runmode-af-xdp.c.
References AFXDPQueueProtectionInit(), ConfGet(), FatalError, RunModeSetLiveCaptureSingle(), SCEnter, SCLogDebug, SCReturnInt, thread_name_single, TimeModeSetLive(), and TM_ECODE_OK.
Referenced by RunModeIdsAFXDPRegister().
int RunModeIdsAFXDPWorkers | ( | void | ) |
Workers version of the AF_XDP processing.
Start N threads with each thread doing all the work.
Definition at line 356 of file runmode-af-xdp.c.
References AFXDPQueueProtectionInit(), ConfGet(), FatalError, RunModeSetLiveCaptureWorkers(), SCEnter, SCLogDebug, SCReturnInt, thread_name_workers, TimeModeSetLive(), and TM_ECODE_OK.
Referenced by RunModeIdsAFXDPRegister().