Home
last modified time | relevance | path

Searched refs:ISSET_BPFFILTER (Results 1 – 8 of 8) sorted by relevance

/mOS-networking-stack/core/src/
H A Dsocket.c33 if (ISSET_BPFFILTER(&monitor->stream_syn_fcode)) in FreeMonListener()
35 if (ISSET_BPFFILTER(&monitor->stream_orphan_fcode)) in FreeMonListener()
H A Dip_in.c58 if (ISSET_BPFFILTER(walk->raw_pkt_fcode) && in ProcessInIPv4Packet()
H A Dtcp.c50 if (!(ISSET_BPFFILTER(fcode) && pctx && in DetectStreamType()
490 if (!(ISSET_BPFFILTER(fcode) && pctx && in ProcessInTCPPacket()
H A Devent_callback.c645 if (ISSET_BPFFILTER(fcode) && pctx && EVAL_BPFFILTER(fcode, in HandleCallback()
653 if (ISSET_BPFFILTER(fcode) && pctx && EVAL_BPFFILTER(fcode, in HandleCallback()
H A Dscalable_event.c1069 if (ISSET_BPFFILTER(fcode) && pctx && EVAL_BPFFILTER(fcode, in HandleCallback()
1077 if (ISSET_BPFFILTER(fcode) && pctx && EVAL_BPFFILTER(fcode, in HandleCallback()
H A Dtcp_out.c237 if (ISSET_BPFFILTER(walk->raw_pkt_fcode) && in SendTCPPacketStandalone()
381 if (ISSET_BPFFILTER(walk->raw_pkt_fcode) && in SendTCPPacket()
H A Dapi.c1087 if (!(ISSET_BPFFILTER(fcode) && in mtcp_connect()
/mOS-networking-stack/core/src/include/bpf/
H A Dsfbpf.h81 #define ISSET_BPFFILTER(x) (x.bf_insns) macro