Go to the documentation of this file.
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 TmModuleBypassedFlowManagerRegister(void)
void BypassedFlowManagerThreadSpawn(void)
spawn the flow bypass manager thread
Per thread variable structure.
int(* BypassedCheckFunc)(ThreadVars *th_v, struct flows_stats *bypassstats, struct timespec *curtime, void *data)
void BypassedFlowUpdate(Flow *f, Packet *p)
int(* BypassedCheckFuncInit)(ThreadVars *th_v, struct timespec *curtime, void *data)
int BypassedFlowManagerRegisterUpdateFunc(BypassedUpdateFunc UpdateFunc, void *data)
int(* BypassedUpdateFunc)(Flow *f, Packet *p, void *data)
int BypassedFlowManagerRegisterCheckFunc(BypassedCheckFunc CheckFunc, BypassedCheckFuncInit CheckFuncInit, void *data)