Go to the documentation of this file.
66 tname,
"packetpool",
"packetpool",
"packetpool",
"packetpool",
"lib");
73 if (tm_module == NULL) {
74 SCLogError(
"TmModuleGetByName DecodeLib failed");
80 if (tm_module == NULL) {
81 SCLogError(
"TmModuleGetByName for FlowWorker failed");
const char * thread_name_workers
TmEcode TmThreadLibSpawn(ThreadVars *tv)
Spawns a "fake" lib thread associated with the ThreadVars instance tv.
int SCRunModeLibIdsOffline(void)
runmode for offline packet processing (pcap files)
ThreadVars * TmThreadCreatePacketHandler(const char *name, const char *inq_name, const char *inqh_name, const char *outq_name, const char *outqh_name, const char *slots)
Creates and returns a TV instance for a Packet Processing Thread. This function doesn't support custo...
void TmThreadsSetFlag(ThreadVars *tv, uint32_t flag)
Set a thread flag.
#define TM_THREAD_NAME_MAX
const char * SCRunModeLibGetDefaultMode(void)
runmode default mode (live)
TmModule * TmModuleGetByName(const char *name)
get a tm module ptr by name
Per thread variable structure.
int SCRunModeLibSpawnWorker(void *td)
start the "fake" worker.
int SCRunModeLibIdsLive(void)
runmode for live packet processing
void RunModeRegisterNewRunMode(enum SCRunModes runmode, const char *name, const char *description, int(*RunModeFunc)(void), int(*RunModeIsIPSEnabled)(void))
Registers a new runmode.
void TimeModeSetLive(void)
void TmSlotSetFuncAppend(ThreadVars *tv, TmModule *tm, const void *data)
Appends a new entry to the slots.
void TimeModeSetOffline(void)
void TmThreadAppend(ThreadVars *tv, int type)
Appends this TV to tv_root based on its type.
#define SCLogError(...)
Macro used to log ERROR messages.
ThreadVars * SCRunModeLibCreateThreadVars(int worker_id)
Create ThreadVars for use by a user provided thread.
void SCRunModeLibIdsRegister(void)
register runmodes for suricata as a library