cvs commit: src/sys/sys mbuf.h

Bruce M Simpson bms at FreeBSD.org
Thu Mar 1 14:38:09 UTC 2007


bms         2007-03-01 14:38:08 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              mbuf.h 
  Log:
  Introduce a new mbuf flag, M_PROMISC.
  
  An mbuf packet chain with the M_PROMISC flag set contains a unicast packet
  received by the link layer, which does not correspond to any configured
  link layer address in the local system.
  
  It is copied when copying m_pkthdr. It is not cleared when crossing layers.
  As such, it is defined to have a flag value which is outside of the
  M_PROTO* range, like M_VLANTAG has.
  
  Reviewed by:    andre
  Obtained from:  NetBSD
  
  Revision  Changes    Path
  1.203     +2 -1      src/sys/sys/mbuf.h


More information about the cvs-src mailing list