Searched refs:bpf_tap (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/
H A Dbpf-ipf.h424 extern void bpf_tap(struct ifnet *, u_char *, u_int);
429 extern void bpf_tap();
/freebsd-10.2-release/sys/net/
H A Dbpf.h1271 void bpf_tap(struct bpf_if *, u_char *, u_int);
1292 bpf_tap((_ifp)->if_bpf, (_pkt), (_pktlen)); \
H A Dbpf.c2033 bpf_tap(struct bpf_if *bp, u_char *pkt, u_int pktlen) function
2097 * Locking model is explained in bpf_tap().
2839 bpf_tap(struct bpf_if *bp, u_char *pkt, u_int pktlen) function
/freebsd-10.2-release/sys/dev/usb/
H A Dusb_pf.c522 bpf_tap(bus->ifp->if_bpf, buf, totlen);
/freebsd-10.2-release/share/man/man9/
H A DMakefile418 bpf.9 bpf_tap.9 \
/freebsd-10.2-release/sys/dev/ce/
H A Dif_ce.c1155 bpf_tap (d->ifp, data, len);

Completed in 118 milliseconds