Searched refs:bpf_mtap_sl_in (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/net/ |
| D | bpf.h | 451 void (*bpf_mtap_sl_in)(struct bpf_if *, u_char *, struct mbuf **); member 534 bpf_mtap_sl_in(struct ifnet *_ifp, u_char *_hdr, struct mbuf **_m) in bpf_mtap_sl_in() function 536 bpf_ops->bpf_mtap_sl_in(_ifp->if_bpf, _hdr, _m); in bpf_mtap_sl_in()
|
| D | bpf_stub.c | 67 .bpf_mtap_sl_in = (void *)bpf_stub_warn,
|
| D | if_sl.c | 943 bpf_mtap_sl_in(&sc->sc_if, chdr, &m); in slintr()
|
| D | bpf.c | 2673 .bpf_mtap_sl_in = _bpf_mtap_sl_in,
|