|
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 318 of file runmode-af-xdp.c.
References AFXDPQueueProtectionInit(), FatalError, RunModeSetLiveCaptureSingle(), SCConfGet(), 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 352 of file runmode-af-xdp.c.
References AFXDPQueueProtectionInit(), FatalError, RunModeSetLiveCaptureWorkers(), SCConfGet(), SCEnter, SCLogDebug, SCReturnInt, thread_name_workers, TimeModeSetLive(), and TM_ECODE_OK.
Referenced by RunModeIdsAFXDPRegister().

