suricata
|
Go to the source code of this file.
Functions | |
void | RunModeUnixSocketRegister (void) |
const char * | RunModeUnixSocketGetDefaultMode (void) |
int | RunModeUnixSocketIsActive (void) |
TmEcode | UnixSocketPcapFile (TmEcode tm, struct timespec *last_processed) |
float | MemcapsGetPressure (void) |
Definition in file runmode-unix-socket.h.
float MemcapsGetPressure | ( | void | ) |
Definition at line 110 of file runmode-unix-socket.c.
const char* RunModeUnixSocketGetDefaultMode | ( | void | ) |
Definition at line 86 of file runmode-unix-socket.c.
int RunModeUnixSocketIsActive | ( | void | ) |
Definition at line 1717 of file runmode-unix-socket.c.
References unix_socket_mode_is_running.
void RunModeUnixSocketRegister | ( | void | ) |
Definition at line 557 of file runmode-unix-socket.c.
References RUNMODE_UNIX_SOCKET, and RunModeRegisterNewRunMode().
Definition at line 568 of file runmode-unix-socket.c.
References SCCtrlMutexLock, SCCtrlMutexUnlock, SCLogInfo, TM_ECODE_DONE, TM_ECODE_FAILED, and TM_ECODE_OK.