|
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 111 of file runmode-unix-socket.c.
| const char* RunModeUnixSocketGetDefaultMode | ( | void | ) |
Definition at line 87 of file runmode-unix-socket.c.
| int RunModeUnixSocketIsActive | ( | void | ) |
Definition at line 1786 of file runmode-unix-socket.c.
References unix_socket_mode_is_running.
| void RunModeUnixSocketRegister | ( | void | ) |
Definition at line 558 of file runmode-unix-socket.c.
References RUNMODE_UNIX_SOCKET, and RunModeRegisterNewRunMode().

Definition at line 569 of file runmode-unix-socket.c.
References SCCtrlMutexLock, SCCtrlMutexUnlock, SCLogInfo, TM_ECODE_DONE, TM_ECODE_FAILED, and TM_ECODE_OK.