diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2008-09-15 17:16:15 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2008-09-15 17:16:15 +0000 |
commit | 8a4f1de8df0499ee25df27aa7cc2f0f3fdb7b572 (patch) | |
tree | 89e90a936fc60d87290b6333c634cd196abcbbb9 /share | |
parent | 1c6065891b7e38b0eeaa55ebb2b0ccdfc70bae6c (diff) |
briefly document the M_LINK0 and M_FILDROP flags; ok jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/mbuf.9 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index c915497b4ed..e6b570fc03a 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.33 2008/08/29 08:13:08 jmc Exp $ +.\" $OpenBSD: mbuf.9,v 1.34 2008/09/15 17:16:14 naddy 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: August 29 2008 $ +.Dd $Mdocdate: September 15 2008 $ .Dt MBUF 9 .Os .Sh NAME @@ -252,8 +252,14 @@ header was authenticated (AH). header was IP-in-IP encapsulated by tunnel mode IPsec. .It Dv M_ANYCAST6 received as IPv6 anycast. +.It Dv M_LINK0 +link layer specific flag. .It Dv M_LOOP for mbuf statistics. +.It Dv M_FILDROP +dropped by +.Xr bpf 4 +filter. .El .Pp An external cluster is used when the data to hold in the mbuf is |