Home | Sort by: relevance | last modified time | path |
/src/sys/net/ | |
bpf.h | 450 void (*bpf_mtap_af)(struct bpf_if *, uint32_t, struct mbuf *, u_int); member in struct:bpf_ops 504 bpf_mtap_af(struct ifnet *_ifp, uint32_t _af, struct mbuf *_m, function in typeref:typename:void 508 bpf_ops->bpf_mtap_af(_ifp->if_bpf, _af, _m, _direction); |
bpf.h | 450 void (*bpf_mtap_af)(struct bpf_if *, uint32_t, struct mbuf *, u_int); member in struct:bpf_ops 504 bpf_mtap_af(struct ifnet *_ifp, uint32_t _af, struct mbuf *_m, function in typeref:typename:void 508 bpf_ops->bpf_mtap_af(_ifp->if_bpf, _af, _m, _direction); |