summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_tag.c
Commit message (Collapse)AuthorAgeFilesLines
* The newhook method can be called in ISR context atglebius2012-01-171-2/+3
| | | | certain circumstances, so better use M_NOWAIT in it.
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
| | | | This means that their use is restricted to a single C file.
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-10/+10
| | | | MFC after: 3 months
* A netgraph node that can do different manipulations withglebius2006-06-271-0/+717
mbuf_tags(9) on packets. Submitted by: Vadim Goncharov <vadimnuclight tpu.ru> mdoc(7) reviewed by: ru
OpenPOWER on IntegriCloud