suricata
runmode-unix-socket.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Author
Eric Leblond eric@.nosp@m.regi.nosp@m.t.org

Definition in file runmode-unix-socket.h.

Function Documentation

◆ MemcapsGetPressure()

float MemcapsGetPressure ( void  )

Definition at line 135 of file runmode-unix-socket.c.

◆ RunModeUnixSocketGetDefaultMode()

const char* RunModeUnixSocketGetDefaultMode ( void  )

Definition at line 84 of file runmode-unix-socket.c.

◆ RunModeUnixSocketIsActive()

int RunModeUnixSocketIsActive ( void  )

Definition at line 1700 of file runmode-unix-socket.c.

References unix_socket_mode_is_running.

◆ RunModeUnixSocketRegister()

void RunModeUnixSocketRegister ( void  )

Definition at line 582 of file runmode-unix-socket.c.

References RUNMODE_UNIX_SOCKET, and RunModeRegisterNewRunMode().

Here is the call graph for this function:

◆ UnixSocketPcapFile()

TmEcode UnixSocketPcapFile ( TmEcode  tm,
struct timespec *  last_processed 
)