Alexander V. Chernikov c7b0200eb5 Call bpf_jitter() before acquiring BPF global lock due to malloc() being used inside bpf_jitter.
Eliminate bpf_buffer_alloc() and allocate BPF buffers on descriptor creation and BIOCSBLEN ioctl.
This permits us not to allocate buffers inside bpf_attachd() which is protected by global lock.

Approved by:      kib(mentor)
MFC in:            4 weeks
2012-05-21 22:19:19 +00:00
..
2012-02-28 15:07:05 +00:00
2012-05-03 08:56:43 +00:00
2012-05-18 18:55:58 +00:00
2012-04-16 10:33:46 +00:00
2012-05-10 15:23:20 +00:00