summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2013-08-24 10:38:02 +0000
committerandre <andre@FreeBSD.org>2013-08-24 10:38:02 +0000
commit0a27403dbe0e2ae8285f1c0a532b63a38ca1b79a (patch)
tree7da880200939ec052cec26ce5d64213ced96fc82 /share/man/man9
parentf0d721b842a1a9782a947267e3c0724066e223a0 (diff)
downloadFreeBSD-src-0a27403dbe0e2ae8285f1c0a532b63a38ca1b79a.zip
FreeBSD-src-0a27403dbe0e2ae8285f1c0a532b63a38ca1b79a.tar.gz
pfil_hook_get() has been internalized in r254771 and is no longer
part of the API. It wasn't safe for external use in any case.
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/pfil.911
1 files changed, 2 insertions, 9 deletions
diff --git a/share/man/man9/pfil.9 b/share/man/man9/pfil.9
index d34c579..b7d6f40 100644
--- a/share/man/man9/pfil.9
+++ b/share/man/man9/pfil.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 22, 2012
+.Dd August 23, 2013
.Dt PFIL 9
.Os
.Sh NAME
@@ -36,7 +36,6 @@
.Nm pfil_head_register ,
.Nm pfil_head_unregister ,
.Nm pfil_head_get ,
-.Nm pfil_hook_get ,
.Nm pfil_add_hook ,
.Nm pfil_remove_hook ,
.Nm pfil_run_hooks ,
@@ -56,8 +55,6 @@
.Fn pfil_head_unregister "struct pfil_head *head"
.Ft "struct pfil_head *"
.Fn pfil_head_get "int af" "u_long dlt"
-.Ft "struct packet_filter_hook *"
-.Fn pfil_hook_get "int dir" "struct pfil_head *head"
.Ft void
.Fn pfil_add_hook "int (*func)()" "void *arg" "int flags" "struct pfil_head *"
.Ft void
@@ -245,11 +242,7 @@ lock export was added in
.Fx 10.0 .
.Sh BUGS
The
-.Fn pfil_hook_get
-function
-is only safe for internal use.
-.Pp
-When a
+.Fn When a
.Vt pfil_head
is being modified, no traffic is diverted
(to avoid deadlock).
OpenPOWER on IntegriCloud