Home
last modified time | relevance | path

Searched refs:raw_pkt_fcode (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/core/src/
H A Dip_in.c58 if (ISSET_BPFFILTER(walk->raw_pkt_fcode) && in ProcessInIPv4Packet()
59 EVAL_BPFFILTER(walk->raw_pkt_fcode, (uint8_t *)pctx->p.ethh, in ProcessInIPv4Packet()
H A Dtcp_out.c237 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()
H A Devent_callback.c651 fcode = MLSNR(socket)->raw_pkt_fcode; in HandleCallback()
H A Dscalable_event.c1075 fcode = MLSNR(socket)->raw_pkt_fcode; in HandleCallback()
H A Dmos_api.c126 if (SET_BPFFILTER(&sock->monitor_listener->raw_pkt_fcode, in mtcp_bind_monitor_filter()
/mOS-networking-stack/core/src/include/
H A Dsocket.h54 struct sfbpf_program raw_pkt_fcode; member