Date: Mon, 11 Jun 2001 14:18:00 -0700 (PDT) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_mbuf2.c Message-ID: <200106112118.f5BLI0I29733@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2001/06/11 14:18:00 PDT Modified files: sys/kern uipc_mbuf2.c Log: This is force commit to mention about previous commit. - add a pointer to struct mauxtag. two integer was too restrictive - have m_aux_{add,find}2. - make sure to return non-cluster on m_pulldown(). this is safer (but of course less performant) when we have non-loopback L2 code which throws the mbuf back to input path, like L2 bridging or some multicast handling code. Revision Changes Path 1.9 +1 -1 src/sys/kern/uipc_mbuf2.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?200106112118.f5BLI0I29733>