bpf.h | 452 void (*bpf_mtap_sl_out)(struct bpf_if *, u_char *, struct mbuf *); member in struct:bpf_ops 540 bpf_mtap_sl_out(struct ifnet *_ifp, u_char *_hdr, struct mbuf *_m) function in typeref:typename:void 543 bpf_ops->bpf_mtap_sl_out(_ifp->if_bpf, _hdr, _m);
|