aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/mbuf.9
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2013-12-20 23:57:05 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2013-12-20 23:57:05 +0000
commit5c35eb22d440170569d58db2329ba43aabce56ae (patch)
tree6ab4fe68abc4fcceabe171a442f819ce0e123f1e /share/man/man9/mbuf.9
parentaf34024a21e6618d02fc6559c8f58830566630a5 (diff)
downloadsrc-5c35eb22d440170569d58db2329ba43aabce56ae.tar.gz
src-5c35eb22d440170569d58db2329ba43aabce56ae.zip
document the m_getjcl function...
Notes
Notes: svn path=/head/; revision=259670
Diffstat (limited to 'share/man/man9/mbuf.9')
-rw-r--r--share/man/man9/mbuf.98
1 files changed, 8 insertions, 0 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index 42fe3723e40e..ab88ad8ccbd5 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -74,6 +74,8 @@
.Ft struct mbuf *
.Fn m_getm "struct mbuf *orig" "int len" "int how" "int type"
.Ft struct mbuf *
+.Fn m_getjcl "int how" "short type" "int flags" "int size"
+.Ft struct mbuf *
.Fn m_getcl "int how" "short type" "int flags"
.Ft struct mbuf *
.Fn m_getclr "int how" "int type"
@@ -592,6 +594,12 @@ together, as it avoids having to unlock/relock between allocations.
Returns
.Dv NULL
on failure.
+.It Fn m_getjcl how type flags size
+This is like
+.Fn m_getcl
+but it the size of the cluster allocated will be large enough for
+.Fa size
+bytes.
.It Fn m_getclr how type
Allocate an
.Vt mbuf