suricata
flow-bypass.c File Reference
#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"
Include dependency graph for flow-bypass.c:

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)
 

Detailed Description

Function Documentation

◆ BypassedFlowManagerThreadSpawn()

void BypassedFlowManagerThreadSpawn ( void  )

spawn the flow bypass manager thread

Definition at line 191 of file flow-bypass.c.

References BUG_ON, thread_name_flow_bypass, TM_ECODE_OK, TmThreadCreateMgmtThreadByName(), and TmThreadSpawn().

Here is the call graph for this function:

◆ BypassedFlowUpdate()

void BypassedFlowUpdate ( Flow f,
Packet p 
)

Definition at line 211 of file flow-bypass.c.

Referenced by FlowHandlePacketUpdate().

Here is the caller graph for this function:

◆ TmModuleBypassedFlowManagerRegister()

void TmModuleBypassedFlowManagerRegister ( void  )