bpf_mtap_softint
bpf_mtap_softint(&scp->sp_if, m);
.bpf_mtap_softint = _bpf_mtap_softint,
void (*bpf_mtap_softint)(struct ifnet *, struct mbuf *);
bpf_ops->bpf_mtap_softint(_ifp, _m);
.bpf_mtap_softint = (void *)bpf_stub_warn,
bpf_mtap_softint(ifp, m);