mav         2008-01-28 22:37:17 UTC
  FreeBSD src repository
  Modified files:
    sys/netgraph         ng_bpf.c 
  Log:
  Avoid data copying when it is possible.
  bpf_filter() is able to work directly on mbuf chain.
  
  Revision  Changes    Path
  1.23      +21 -9     src/sys/netgraph/ng_bpf.c