summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_ip_input.c
Commit message (Collapse)AuthorAgeFilesLines
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-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 Notes: svn path=/head/; revision=111888
* Add ng_ip_input. A new netgraph node for queuing IP packets into theBrooks Davis2001-09-271-0/+142
main IP input processing code. Notes: svn path=/head/; revision=84053