suricata
|
Go to the source code of this file.
Functions | |
int | RunModeIdsNetmapSingle (void) |
Single thread version of the netmap processing. | |
int | RunModeIdsNetmapAutoFp (void) |
int | RunModeIdsNetmapWorkers (void) |
Workers version of the netmap processing. | |
void | RunModeIdsNetmapRegister (void) |
const char * | RunModeNetmapGetDefaultMode (void) |
Definition in file runmode-netmap.h.
int RunModeIdsNetmapAutoFp | ( | void | ) |
Definition at line 435 of file runmode-netmap.c.
References FatalError, SCEnter, and SCReturnInt.
Referenced by RunModeIdsNetmapRegister().
void RunModeIdsNetmapRegister | ( | void | ) |
Definition at line 127 of file runmode-netmap.c.
References RUNMODE_NETMAP, RunModeIdsNetmapAutoFp(), RunModeIdsNetmapSingle(), RunModeIdsNetmapWorkers(), and RunModeRegisterNewRunMode().
Referenced by RunModeRegisterRunModes().
int RunModeIdsNetmapSingle | ( | void | ) |
Single thread version of the netmap processing.
Definition at line 445 of file runmode-netmap.c.
References FatalError, SCEnter, and SCReturnInt.
Referenced by RunModeIdsNetmapRegister().
int RunModeIdsNetmapWorkers | ( | void | ) |
Workers version of the netmap processing.
Start N threads with each thread doing all the work.
Definition at line 458 of file runmode-netmap.c.
References FatalError, SCEnter, and SCReturnInt.
Referenced by RunModeIdsNetmapRegister().
const char * RunModeNetmapGetDefaultMode | ( | void | ) |
Definition at line 55 of file runmode-netmap.c.