NetBSD/usr.sbin/npf
rmind 3107fd1eb5 - nbuf_ensure_contig: rework to use m_ensure_contig(9), which will not free
the mbuf chain on failure.  Fixes some corner cases.  Improve regression
  test and sprinkle some asserts.
- npf_reassembly: clear nbuf on IPv6 reassembly failure path (partial fix).
  The problem was found and fix provided by Anthony Mallet.
2013-01-20 18:45:56 +00:00
..
npfctl - Rework NPF's nbuf interface: use advancing and ensuring as a main method. 2012-12-24 19:05:42 +00:00
npftest - nbuf_ensure_contig: rework to use m_ensure_contig(9), which will not free 2013-01-20 18:45:56 +00:00
Makefile Do not build npftest without shared libraries - it can't work. 2012-09-13 21:02:50 +00:00
Makefile.inc