summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ip_input.c
Commit message (Collapse)AuthorAgeFilesLines
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-2/+1
| | | | | | | | | | drain routines are done by swi_net, which allows for better queue control at some future point. Packets may also be directly dispatched to a netisr instead of queued, this may be of interest at some installations, but currently defaults to off. Reviewed by: hsu, silby, jayanth, sam Sponsored by: DARPA, NAI Labs
* Add ng_ip_input. A new netgraph node for queuing IP packets into thebrooks2001-09-271-0/+142
main IP input processing code.
OpenPOWER on IntegriCloud