suricata
|
#include "suricata-common.h"
#include "tm-threads.h"
#include "flow.h"
#include "flow-bypass.h"
#include "flow-private.h"
#include "util-ebpf.h"
#include "runmodes.h"
Go to the source code of this file.
Functions | |
void | BypassedFlowManagerThreadSpawn (void) |
spawn the flow bypass manager thread More... | |
void | BypassedFlowUpdate (Flow *f, Packet *p) |
void | TmModuleBypassedFlowManagerRegister (void) |
Definition in file flow-bypass.c.
void BypassedFlowManagerThreadSpawn | ( | void | ) |
spawn the flow bypass manager thread
Definition at line 187 of file flow-bypass.c.
References BUG_ON, thread_name_flow_bypass, TM_ECODE_OK, TmThreadCreateMgmtThreadByName(), and TmThreadSpawn().
Definition at line 207 of file flow-bypass.c.
Referenced by FlowHandlePacketUpdate().
void TmModuleBypassedFlowManagerRegister | ( | void | ) |
Definition at line 218 of file flow-bypass.c.
References TmModule_::cap_flags, TmModule_::flags, TmModule_::Management, TmModule_::name, SCLogDebug, TmModule_::ThreadDeinit, TmModule_::ThreadInit, TM_FLAG_MANAGEMENT_TM, TMM_BYPASSEDFLOWMANAGER, and tmm_modules.
Referenced by RegisterAllModules().