Searched refs:bpf_mtap_softint (Results 1 – 4 of 4) sorted by relevance
455 void (*bpf_mtap_softint)(struct ifnet *, struct mbuf *); member554 bpf_mtap_softint(struct ifnet *_ifp, struct mbuf *_m) in bpf_mtap_softint() function558 bpf_ops->bpf_mtap_softint(_ifp, _m); in bpf_mtap_softint()
71 .bpf_mtap_softint = (void *)bpf_stub_warn,
2676 .bpf_mtap_softint = _bpf_mtap_softint,
1578 bpf_mtap_softint(&scp->sp_if, m); in sca_frame_process()