Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2002 11:28:59 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h
Message-ID:  <200207301828.g6UISxmD034863@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/07/30 11:28:58 PDT

  Modified files:
    sys/kern             uipc_mbuf.c 
    sys/sys              mbuf.h 
  Log:
  Make M_COPY_PKTHDR() macro into a wrapper for a m_copy_pkthdr()
  function.  This permits conditionally compiled extensions to the
  packet header copying semantic, such as extensions to copy MAC
  labels.
  
  Reviewed by:    bmilekic
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, NAI Labs
  
  Revision  Changes    Path
  1.95      +19 -0     src/sys/kern/uipc_mbuf.c
  1.97      +2 -15     src/sys/sys/mbuf.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207301828.g6UISxmD034863>