summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_flow.h
Commit message (Collapse)AuthorAgeFilesLines
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
| | | | | | It was not discussed and should probably not happen. Requested by: msmith and others
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
| | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Move (private) struct ipflow out of ip_var.h, to reduce dependenciespb1998-05-191-0/+57
(for ipfw for example) on internal implementation details. Add $Id$ where missing.
OpenPOWER on IntegriCloud