Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2002 12:48:59 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net bpf.c
Message-ID:  <200209181948.g8IJmxBU044629@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/09/18 12:48:59 PDT

  Modified files:
    sys/net              bpf.c 
  Log:
  Use m_length() instead of home-rolled.
  
  In bpf_mtap(), if the entire packet is in one mbuf, call bpf_tap()
  instead since it is a tad faster.
  
  Sponsored by:   http://www.babeltech.dk/
  
  Revision  Changes    Path
  1.95      +3 -4      src/sys/net/bpf.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?200209181948.g8IJmxBU044629>