aboutsummaryrefslogtreecommitdiff
path: root/sys/net/pfil.h
Commit message (Expand)AuthorAgeFilesLines
* Correct the definition of PFIL_HOOKED() so that it comparesAndrew Gallatin2007-06-081-1/+1
* define lock.h before rwlock.h for DEBUG_LOCKSChristian S.J. Peron2006-02-021-0/+1
* Somewhat re-factor the read/write locking mechanism associated with the packetChristian S.J. Peron2006-02-021-11/+11
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add an additional struct inpcb * argument to pfil(9) in order to enableMax Laier2004-09-291-4/+5
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including theBruce Evans2004-06-191-1/+1
* o update PFIL_HOOKS support to current API used by netbsdSam Leffler2003-09-231-18/+50
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-241-2/+1
* Remove __P.Alfred Perlstein2002-03-191-7/+7
* Remove extra memory region kept by "struct pfil_head pfil_head_t;".Ruslan Ermilov2001-10-221-1/+1
* Replace nonexistent !defined(_LKM) by !defined(KLD_MODULE)Andrey A. Chernov2000-08-011-1/+1
* Check IPFILTER (options IPFILTER generates) instead of NIPFILTERAndrey A. Chernov2000-08-011-2/+2
* Nonexistent "ipfilter.h" -> "opt_ipfilter.h"Andrey A. Chernov2000-07-311-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Add pfil(9) subroutines and manpage from NetBSD.Darren Reed2000-05-101-0/+81