Date: Sat, 16 Aug 2008 11:48:10 +0000 (UTC) From: David Malone <dwmalone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf.c bpf.h Message-ID: <200808161148.m7GBmQX4096212@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2008-08-16 11:48:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net bpf.c bpf.h Log: SVN rev 181783 on 2008-08-16 11:48:10Z by dwmalone MFC: Add a new ioctl for changing the read filter (BIOCSETFNR). This is just like BIOCSETF but it doesn't drop all the packets buffered on the discriptor and reset the statistics. Also, when setting the write filter, don't drop packets waiting to be read or reset the statistics. Revision Changes Path 1.181.2.9 +8 -4 src/sys/net/bpf.c 1.47.2.2 +1 -0 src/sys/net/bpf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808161148.m7GBmQX4096212>