Home
last modified time | relevance | path

Searched refs:bpf_mtap_softint (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/net/
Dbpf.h455 void (*bpf_mtap_softint)(struct ifnet *, struct mbuf *); member
554 bpf_mtap_softint(struct ifnet *_ifp, struct mbuf *_m) in bpf_mtap_softint() function
558 bpf_ops->bpf_mtap_softint(_ifp, _m); in bpf_mtap_softint()
Dbpf_stub.c71 .bpf_mtap_softint = (void *)bpf_stub_warn,
Dbpf.c2676 .bpf_mtap_softint = _bpf_mtap_softint,
/netbsd/src/sys/dev/ic/
Dhd64570.c1578 bpf_mtap_softint(&scp->sp_if, m); in sca_frame_process()