jkim 055dc8e121 Add experimental BPF Just-In-Time compiler for amd64 and i386.
Use the following kernel configuration option to enable:

	options BPF_JITTER

If you want to use bpf_filter() instead (e. g., debugging), do:

	sysctl net.bpf.jitter.enable=0

to turn it off.

Currently BIOCSETWF and bpf_mtap2() are unsupported, and bpf_mtap() is
partially supported because 1) no need, 2) avoid expensive m_copydata(9).

Obtained from:	WinPcap 3.1 (for i386)
2005-12-06 02:58:12 +00:00
..
2005-10-04 14:37:53 +00:00
2005-11-27 21:52:30 +00:00
2005-07-15 11:45:30 +00:00
2005-12-03 01:40:38 +00:00
2005-06-07 23:05:04 +00:00