Searched refs:raw_pkt_fcode (Results 1 – 6 of 6) sorted by relevance
58 if (ISSET_BPFFILTER(walk->raw_pkt_fcode) && in ProcessInIPv4Packet()59 EVAL_BPFFILTER(walk->raw_pkt_fcode, (uint8_t *)pctx->p.ethh, in ProcessInIPv4Packet()
237 if (ISSET_BPFFILTER(walk->raw_pkt_fcode) && in SendTCPPacketStandalone()238 EVAL_BPFFILTER(walk->raw_pkt_fcode, (uint8_t *)pctx.p.ethh, in SendTCPPacketStandalone()381 if (ISSET_BPFFILTER(walk->raw_pkt_fcode) && in SendTCPPacket()382 EVAL_BPFFILTER(walk->raw_pkt_fcode, (uint8_t *)pctx.p.ethh, in SendTCPPacket()
651 fcode = MLSNR(socket)->raw_pkt_fcode; in HandleCallback()
1075 fcode = MLSNR(socket)->raw_pkt_fcode; in HandleCallback()
126 if (SET_BPFFILTER(&sock->monitor_listener->raw_pkt_fcode, in mtcp_bind_monitor_filter()
54 struct sfbpf_program raw_pkt_fcode; member