Date: Tue, 5 Feb 2008 19:48:04 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_bpf.c Message-ID: <200802051948.m15Jm4r0091095@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2008-02-05 19:48:04 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/netgraph ng_bpf.c
Log:
MFC rev. 1.23-1.24
- Avoid data copying when it is possible. bpf_filter() is able to work
directly on mbuf chain
- Prepare hooks direct pointers on setup to avoid heavy ng_findhook() calls
during operarion.
Revision Changes Path
1.22.2.1 +78 -27 src/sys/netgraph/ng_bpf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802051948.m15Jm4r0091095>
