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

  /src/sys/net/
bpf.h 448 void (*bpf_mtap2)(struct bpf_if *, void *, u_int, struct mbuf *, member in struct:bpf_ops
490 bpf_mtap2(struct bpf_if *_bpf, void *_data, u_int _dlen, struct mbuf *_m, function in typeref:typename:void
493 bpf_ops->bpf_mtap2(_bpf, _data, _dlen, _m, _direction);
bpf.h 448 void (*bpf_mtap2)(struct bpf_if *, void *, u_int, struct mbuf *, member in struct:bpf_ops
490 bpf_mtap2(struct bpf_if *_bpf, void *_data, u_int _dlen, struct mbuf *_m, function in typeref:typename:void
493 bpf_ops->bpf_mtap2(_bpf, _data, _dlen, _m, _direction);
bpf.h 448 void (*bpf_mtap2)(struct bpf_if *, void *, u_int, struct mbuf *, member in struct:bpf_ops
490 bpf_mtap2(struct bpf_if *_bpf, void *_data, u_int _dlen, struct mbuf *_m, function in typeref:typename:void
493 bpf_ops->bpf_mtap2(_bpf, _data, _dlen, _m, _direction);

Completed in 134 milliseconds