Searched refs:bpf_tap_out (Results 1 – 17 of 17) sorted by relevance
| /xnu-11215.1.10/bsd/net/ |
| H A D | if_pflog.c | 420 bpf_tap_out(ifn, DLT_PFLOG, m, &hdr, PFLOG_HDRLEN); in pflog_packet()
|
| H A D | remote_vif.c | 514 outgoing ? bpf_tap_out : bpf_tap_in; in rvi_bpf_tap()
|
| H A D | bpf.h | 1617 extern void bpf_tap_out(ifnet_t interface, u_int32_t dlt, mbuf_t packet,
|
| H A D | droptap.c | 399 flags & DROPTAP_FLAG_DIR_OUT ? bpf_tap_out : bpf_tap_in; in droptap_bpf_tap_mbuf()
|
| H A D | iptap.c | 566 outgoing ? bpf_tap_out : bpf_tap_in; in iptap_bpf_tap()
|
| H A D | net_stubs.c | 43 STUB(bpf_tap_out);
|
| H A D | if_loop.c | 116 bpf_tap_out(lo_ifp, DLT_NULL, _m, \
|
| H A D | if_stf.c | 573 bpf_tap_out(ifp, 0, m, &af, sizeof(af)); in stf_pre_output()
|
| H A D | if_gif.c | 580 bpf_tap_out(ifp, 0, m, &sc->gif_proto, sizeof(sc->gif_proto)); in gif_output()
|
| H A D | if_vlan.c | 1034 bpf_tap_out(ifp, DLT_EN10MB, m, NULL, 0); in vlan_output()
|
| H A D | pktap.c | 1137 outgoing ? bpf_tap_out : bpf_tap_in; in pktap_bpf_tap()
|
| H A D | if_utun.c | 2650 bpf_tap_out(pcb->utun_ifp, DLT_NULL, data, 0, 0); in utun_output() 3568 bpf_tap_out(pcb->utun_ifp, DLT_NULL, data, 0, 0); in utun_kpipe_sync_rx()
|
| H A D | if_ipsec.c | 3678 bpf_tap_out(pcb->ipsec_ifp, DLT_NULL, data, &af, sizeof(af)); in ipsec_output() 3761 bpf_tap_out(pcb->ipsec_ifp, DLT_NULL, data, &af, sizeof(af)); in ipsec_output()
|
| H A D | bpf.c | 3430 bpf_tap_out( in bpf_tap_out() function
|
| H A D | if_fake.c | 687 fake_bpf_tap_common(ifp, m, eh_p, bpf_tap_out); in fake_bpf_tap_out()
|
| H A D | if_bond.c | 1094 bond_bpf_tap_common(ifp, m, eh_p, bpf_tap_out); in bond_bpf_tap_out()
|
| H A D | if_bridge.c | 320 bpf_tap_out(ifp, DLT_EN10MB, m, NULL, 0); \
|