summaryrefslogtreecommitdiffstats
path: root/share/man/man9/bpf_mtap.9 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bpf_mtap_hdr doesn't take a custom copy function argument anymore.dlg2019-09-301-10/+2
|
* make bpf_mtap_hdr take a const void *, not a caddr_t.dlg2019-09-121-3/+3
| | | | | | | this makes it easier to call at least, and makes it consistent with bpf_tap_hdr. ok stsp@ sashan@
* tweak grammar in RETURN VALUES;jmc2018-02-021-4/+5
|
* document bpf_tap_hdrdlg2018-02-011-7/+33
|
* document bpfsattach and bpfsdetachdlg2018-01-241-2/+33
|
* document bpfattach and bpfdetach.dlg2018-01-121-2/+36
|
* Fix typo "bfp".bluhm2016-10-101-5/+5
| | | | OK dlg@
* bpf_tap() is long dead! Long live bpf_mtap() & friends.krw2016-09-121-7/+2
| | | | ok natano@ deraadt@
* the bpf_mtap functions take const struct mbuf *s nowdlg2016-05-101-6/+11
|
* tweak previous;jmc2016-04-081-3/+3
|
* may as well put words around bpf_validate while heredlg2016-04-081-2/+18
|
* document bpf_filter and bpf_mfilterdlg2016-04-081-3/+54
|
* all the bpf_mtap functions now return whether to drop the packet or notdlg2016-03-291-7/+12
|
* tweak previous;jmc2016-03-291-5/+5
|
* IPL_NET, not IPL_HIGH.dlg2016-03-291-2/+2
| | | | too much reading task_add.9 as a reference
* some basic doco for the bpf_mtap family of functions.dlg2016-03-291-0/+126
yes yes deraadt@