summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_split.c
Commit message (Collapse)AuthorAgeFilesLines
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
| | | | MFC after: 3 months
* Plug item leak in case when not all hooks are connected.glebius2005-08-291-0/+3
| | | | Found by: David Vos <david.vos gmail.com>
* Return EINVAL for incorrect hook names.glebius2005-05-231-3/+2
| | | | | PR: kern/81349 Submitted by: Wojciech A. Koszek
* bzero() -> M_ZERO.ru2005-02-081-1/+0
|
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+7
| | | | | | | | Should make no binary difference. Submitted by: Gleb Smirnoff <glebius@cell.sick.ru> Reviewed by: Harti Brandt <harti@freebsd.org> MFC after: 1 week
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
| | | | also don't use ANSI string concatenation.
* General cleanup providing better style(9) conformance and generallybrooks2001-07-241-85/+41
| | | | | | | | | | improved readability. The two real functional changes are that netgraph now sees this as the "split" node type rather then the "ng_split" node type and that meta data is passed through without processing rather then being dropped. Reviewed by: jhb, julian MFC after: 7 weeks
* Add a 'splitter' node to separate a bidirectionaljulian2001-02-221-0/+227
packet flow into two unidirectional flows. Part of a suite of nodes developed for packet flow control. More to follow as I have time to port them to 5.x or as others do so. The ipfw node will be the hardest.. Submitted by: "Vitaly V. Belekhov" <vitaly@riss-telecom.ru>
OpenPOWER on IntegriCloud