CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/02 07:34:32
Modified files:
sys/net : bpf.c bpf.h bpf_filter.c
Log message:
Use bpf_mfilter in bpf_movein since it operates on an mbuf
With this bpf_filter is no longer used by the kernel and all the code
around it can be hidden from _KERNEL.
OK tb@
