Home
last modified time | relevance | path

Searched refs:EVAL_BPFFILTER (Results 1 – 7 of 7) sorted by relevance

/mOS-networking-stack/core/src/
H A Dip_in.c59 EVAL_BPFFILTER(walk->raw_pkt_fcode, (uint8_t *)pctx->p.ethh, in ProcessInIPv4Packet()
H A Dtcp.c51 EVAL_BPFFILTER(fcode, (uint8_t *)pctx->p.iph - sizeof(struct ethhdr), in DetectStreamType()
491 EVAL_BPFFILTER(fcode, (uint8_t *)pctx->p.iph - sizeof(struct ethhdr), 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.c238 EVAL_BPFFILTER(walk->raw_pkt_fcode, (uint8_t *)pctx.p.ethh, in SendTCPPacketStandalone()
382 EVAL_BPFFILTER(walk->raw_pkt_fcode, (uint8_t *)pctx.p.ethh, in SendTCPPacket()
H A Dapi.c976 return EVAL_BPFFILTER(fcode, (uint8_t *)iph - sizeof(struct ethhdr), in eval_bpf_5tuple()
/mOS-networking-stack/core/src/include/bpf/
H A Dsfbpf.h84 #define EVAL_BPFFILTER(x, y, z) sfbpf_filter(x.bf_insns, y, z, z) macro