aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/mbuf.9
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-05-20 09:34:19 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-05-20 09:34:19 +0000
commite85cc3f5608659b0cf521495f7ebb5619a4c1bfe (patch)
treea81daede7ac0f7c6a432a6712c87f7a36ce929df /share/man/man9/mbuf.9
parent3231abbd6dbb1df87f6b9fb67cafd8abe3651c7c (diff)
downloadsrc-e85cc3f5608659b0cf521495f7ebb5619a4c1bfe.tar.gz
src-e85cc3f5608659b0cf521495f7ebb5619a4c1bfe.zip
Document mbuf tags based on the OpenBSD manpage.
Submitted by: Gleb Smirnoff
Notes
Notes: svn path=/head/; revision=129468
Diffstat (limited to 'share/man/man9/mbuf.9')
-rw-r--r--share/man/man9/mbuf.98
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index 67f48bf44b07..9b19b38b95ff 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -245,6 +245,11 @@ the packet has been received from
.Pq Vt struct ifnet Va *rcvif ,
and the total packet length
.Pq Vt int Va len .
+Optionally, it may also contain an attached list of packet tags
+.Pq Vt "struct m_tag" .
+See
+.Xr mbuf_tags 9
+for details.
Fields used in offloading checksum calculation to the hardware are kept in
.Va m_pkthdr
as well.
@@ -1048,7 +1053,8 @@ should be tested with this feature.
.Sh RETURN VALUES
See above.
.Sh SEE ALSO
-.Xr ifnet 9
+.Xr ifnet 9 ,
+.Xr mbuf_tags 9
.Sh HISTORY
.\" Please correct me if I'm wrong
.Vt Mbufs