cvs commit: src/sys/kern kern_mac.c

Robert Watson rwatson at FreeBSD.org
Mon Apr 14 11:11:19 PDT 2003


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


More information about the cvs-src mailing list