suricata
|
Go to the source code of this file.
Functions | |
int | RunModeIdsNetmapSingle (void) |
Single thread version of the netmap processing. More... | |
int | RunModeIdsNetmapAutoFp (void) |
int | RunModeIdsNetmapWorkers (void) |
Workers version of the netmap processing. More... | |
void | RunModeIdsNetmapRegister (void) |
const char * | RunModeNetmapGetDefaultMode (void) |
Definition in file runmode-netmap.h.
int RunModeIdsNetmapAutoFp | ( | void | ) |
Definition at line 440 of file runmode-netmap.c.
References FatalError, SCEnter, and SCReturnInt.
void RunModeIdsNetmapRegister | ( | void | ) |
Definition at line 127 of file runmode-netmap.c.
References RUNMODE_NETMAP, RunModeIdsNetmapSingle(), and RunModeRegisterNewRunMode().
int RunModeIdsNetmapSingle | ( | void | ) |
Single thread version of the netmap processing.
Definition at line 450 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 463 of file runmode-netmap.c.
References FatalError, SCEnter, and SCReturnInt.
const char* RunModeNetmapGetDefaultMode | ( | void | ) |
Definition at line 55 of file runmode-netmap.c.