summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_pf.h
Commit message (Collapse)AuthorAgeFilesLines
* Removes all duplicated code with BPF that it's greatly simplified andweongyo2010-11-241-223/+2
| | | | | | | take all benefits whenever BPF code is improved. Pointed by: jkim Reviewed by: thompsa
* Adds a USB packet filter feature to the stack that it could captureweongyo2010-11-221-0/+319
packets which go through each USB host controllers. Its implementations are almost based on BPF code and very similar with it except it's little bit customized for USB packet only. The userland program usbdump(8) would be committed soon. Discussed with: hps, thompsa, yongari
OpenPOWER on IntegriCloud