24#ifndef SURICATA_FLOW_BYPASS_H
25#define SURICATA_FLOW_BYPASS_H
37 struct timespec *curtime,
void *data);
39 struct timespec *curtime,
void *data);
void BypassedFlowManagerThreadSpawn(void)
spawn the flow bypass manager thread
void BypassedFlowUpdate(Flow *f, Packet *p)
int(* BypassedCheckFuncInit)(ThreadVars *th_v, struct timespec *curtime, void *data)
void TmModuleBypassedFlowManagerRegister(void)
int(* BypassedCheckFunc)(ThreadVars *th_v, struct flows_stats *bypassstats, struct timespec *curtime, void *data)
int BypassedFlowManagerRegisterUpdateFunc(BypassedUpdateFunc UpdateFunc, void *data)
int BypassedFlowManagerRegisterCheckFunc(BypassedCheckFunc CheckFunc, BypassedCheckFuncInit CheckFuncInit, void *data)
int(* BypassedUpdateFunc)(Flow *f, Packet *p, void *data)
Per thread variable structure.