netgraph7: rewrite netgraph core stage 2/many.
authorNuno Antunes <nuno.antunes@gmail.com>
Mon, 6 Aug 2012 22:53:07 +0000 (23:53 +0100)
committerNuno Antunes <nuno.antunes@gmail.com>
Thu, 4 Oct 2012 13:01:36 +0000 (14:01 +0100)
commit3bd708294e947991ee21ef4534a167e8e4c09c35
tree357e17c38acf87931a2683ed09dbe3bb5d8d69fb
parentf1d2ea1eea8564fa13807920f0ac02c8f562312d
netgraph7: rewrite netgraph core stage 2/many.

* Get rid of NG_ALLOC_HOOK and NG_ALLOC_NODE macros.

* kmalloc() with M_WAITOK will never return NULL, so don't check for that
  case.
sys/netgraph7/netgraph/ng_base.c