Home
last modified time | relevance | path

Searched refs:bpf_tap_out (Results 1 – 14 of 14) sorted by relevance

/xnu-8020.121.3/bsd/net/
H A Dif_pflog.c386 bpf_tap_out(ifn, DLT_PFLOG, m, &hdr, PFLOG_HDRLEN); in pflog_packet()
H A Dbpf.h1512 extern void bpf_tap_out(ifnet_t interface, u_int32_t dlt, mbuf_t packet,
H A Dremote_vif.c513 outgoing ? bpf_tap_out : bpf_tap_in; in rvi_bpf_tap()
H A Dnet_stubs.c43 STUB(bpf_tap_out);
H A Diptap.c570 outgoing ? bpf_tap_out : bpf_tap_in; in iptap_bpf_tap()
H A Dif_loop.c116 bpf_tap_out(lo_ifp, DLT_NULL, _m, \
H A Dif_stf.c570 bpf_tap_out(ifp, 0, m, &af, sizeof(af)); in stf_pre_output()
H A Dif_gif.c584 bpf_tap_out(ifp, 0, m, &sc->gif_proto, sizeof(sc->gif_proto)); in gif_output()
H A Dif_vlan.c1114 bpf_tap_out(ifp, DLT_EN10MB, m, NULL, 0); in vlan_output()
H A Dpktap.c1108 outgoing ? bpf_tap_out : bpf_tap_in; in pktap_bpf_tap()
H A Dif_utun.c2636 bpf_tap_out(pcb->utun_ifp, DLT_NULL, data, 0, 0); in utun_output()
3546 bpf_tap_out(pcb->utun_ifp, DLT_NULL, data, 0, 0); in utun_kpipe_sync_rx()
H A Dif_ipsec.c3757 bpf_tap_out(pcb->ipsec_ifp, DLT_NULL, data, &af, sizeof(af)); in ipsec_output()
3836 bpf_tap_out(pcb->ipsec_ifp, DLT_NULL, data, &af, sizeof(af)); in ipsec_output()
H A Dbpf.c2818 bpf_tap_out( in bpf_tap_out() function
H A Dif_fake.c2983 bpf_tap_out(ifp, DLT_EN10MB, m, NULL, 0); in feth_output_common()