]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make M_COPY_PKTHDR() macro into a wrapper for a m_copy_pkthdr()
authorRobert Watson <rwatson@FreeBSD.org>
Tue, 30 Jul 2002 18:28:58 +0000 (18:28 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Tue, 30 Jul 2002 18:28:58 +0000 (18:28 +0000)
commite37b1fcdeef8f6dc069f08cc3ca7b50cb199cb79
tree91ad33cffc9e42a558c99f2a5af6abe2628bfb89
parentca095220db8fbf69d201d739aa0090f1ab958a56
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
sys/kern/uipc_mbuf.c
sys/sys/mbuf.h