Date: Fri, 2 Jan 2004 09:27:40 -0800 (PST) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf2.c Message-ID: <200401021727.i02HReua042153@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2004/01/02 09:27:40 PST
FreeBSD src repository
Modified files:
sys/sys mbuf.h
sys/kern uipc_mbuf2.c
Log:
m_tag fixups in preparation for heavier use:
o promote several m_tag_* routines to inline
o add an m_tag_setup inline to set the fixed fields in a packet tag
o add an m_tag_free method pointer to each mtag to support, for example,
allocating tags from zones
o have m_tag_find check if the tag list is not empty before calling
m_tag_locate to search
Reviewed by: brooks, silence from others
Revision Changes Path
1.22 +13 -51 src/sys/kern/uipc_mbuf2.c
1.134 +72 -7 src/sys/sys/mbuf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401021727.i02HReua042153>
