HomeSort by: relevance | last modified time | path
    Searched defs:bpf_mtap_af (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 26 milliseconds