Date: Sun, 29 Dec 2002 18:15:19 -0800 (PST) From: Sam Leffler <sam@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netipsec ipsec_mbuf.c Message-ID: <200212300215.gBU2FJ26050203@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2002/12/29 18:15:19 PST Modified files: sys/netipsec ipsec_mbuf.c Log: o cannot use M_COPY_PKTHDR on an mbuf that has a cluster; if we need to do this avoid m_getcl so we can copy the packet header to a clean mbuf before adding the cluster o move an assert to the right place Supported by: Vernier Networks Revision Changes Path 1.2 +29 -8 src/sys/netipsec/ipsec_mbuf.c 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?200212300215.gBU2FJ26050203>