summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2014-07-13 05:23:24 +0000
committerdlg <dlg@openbsd.org>2014-07-13 05:23:24 +0000
commite204683cb576d6010bd5a3671460cb8294762392 (patch)
treefe56fd9fe517a533736a5709eef47d8c3f62e394
parentMake the pf_fragment test pass again. pf does not adjust the (diff)
downloadwireguard-openbsd-e204683cb576d6010bd5a3671460cb8294762392.tar.xz
wireguard-openbsd-e204683cb576d6010bd5a3671460cb8294762392.zip
we dont do per interface accounting in the mbuf layer anymore
-rw-r--r--share/man/man9/mbuf.98
1 files changed, 2 insertions, 6 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index fd7a8b9b1d4..ae4cde5f5d8 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mbuf.9,v 1.72 2014/04/22 14:41:03 mpi Exp $
+.\" $OpenBSD: mbuf.9,v 1.73 2014/07/13 05:23:24 dlg Exp $
.\"
.\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org>
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 22 2014 $
+.Dd $Mdocdate: July 13 2014 $
.Dt MBUF 9
.Os
.Sh NAME
@@ -628,10 +628,6 @@ Then allocate and add an mbuf cluster of length
.Fa len
to the mbuf pointed to by
.Fa m .
-If
-.Fa ifp
-is passed in, then per-interface accounting for the mbuf will occur,
-and thus mbuf allocation can fail when limits are reached.
Returns either the mbuf
.Fa m
that was passed in, or the newly allocated one which was allocated; in