Date: Mon, 14 Apr 2003 11:11:18 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mac.c Message-ID: <200304141811.h3EIBIZN062241@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2003/04/14 11:11:18 PDT FreeBSD src repository Modified files: sys/kern kern_mac.c Log: Abstract access to the mbuf header label behind a new function, mbuf_to_label(). This permits the vast majority of entry point code to be unaware that labels are stored in m->m_pkthdr.label, such that we can experiment storage of labels elsewhere (such as in m_tags). Reviewed by: sam Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.84 +80 -25 src/sys/kern/kern_mac.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304141811.h3EIBIZN062241>