Searched refs:bpf_tap_out (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.h591 @function bpf_tap_out
601 extern void bpf_tap_out(ifnet_t interface, u_int32_t dlt, mbuf_t packet,
H A Dif_pflog.c353 bpf_tap_out(ifn, DLT_PFLOG, m, &hdr, PFLOG_HDRLEN);
H A Dif_gif.c504 bpf_tap_out(ifp, 0, m, &sc->gif_proto, sizeof(sc->gif_proto));
H A Dif_loop.c122 bpf_tap_out(lo_ifp, DLT_NULL, _m, \
H A Dif_stf.c577 bpf_tap_out(ifp, 0, m, &af, sizeof(af));
H A Dif_utun.c603 bpf_tap_out(pcb->utun_ifp, DLT_NULL, data, 0, 0);
H A Dbpf.c2058 bpf_tap_out( function

Completed in 108 milliseconds