Searched refs:ISSET_BPFFILTER (Results 1 – 8 of 8) sorted by relevance
33 if (ISSET_BPFFILTER(&monitor->stream_syn_fcode)) in FreeMonListener()35 if (ISSET_BPFFILTER(&monitor->stream_orphan_fcode)) in FreeMonListener()
58 if (ISSET_BPFFILTER(walk->raw_pkt_fcode) && in ProcessInIPv4Packet()
50 if (!(ISSET_BPFFILTER(fcode) && pctx && in DetectStreamType()490 if (!(ISSET_BPFFILTER(fcode) && pctx && in ProcessInTCPPacket()
645 if (ISSET_BPFFILTER(fcode) && pctx && EVAL_BPFFILTER(fcode, in HandleCallback()653 if (ISSET_BPFFILTER(fcode) && pctx && EVAL_BPFFILTER(fcode, in HandleCallback()
1069 if (ISSET_BPFFILTER(fcode) && pctx && EVAL_BPFFILTER(fcode, in HandleCallback()1077 if (ISSET_BPFFILTER(fcode) && pctx && EVAL_BPFFILTER(fcode, in HandleCallback()
237 if (ISSET_BPFFILTER(walk->raw_pkt_fcode) && in SendTCPPacketStandalone()381 if (ISSET_BPFFILTER(walk->raw_pkt_fcode) && in SendTCPPacket()
1087 if (!(ISSET_BPFFILTER(fcode) && in mtcp_connect()
81 #define ISSET_BPFFILTER(x) (x.bf_insns) macro