aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6protosw.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/ip6protosw.h')
-rw-r--r--sys/netinet6/ip6protosw.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/netinet6/ip6protosw.h b/sys/netinet6/ip6protosw.h
index 19689592a500..2a7cea404add 100644
--- a/sys/netinet6/ip6protosw.h
+++ b/sys/netinet6/ip6protosw.h
@@ -126,11 +126,6 @@ struct ip6protosw {
int (*pr_ctloutput) /* control output (from above) */
__P((struct socket *, struct sockopt *));
-/* user-protocol hook */
- int (*pr_usrreq) /* user request: see list below */
- __P((struct socket *, int, struct mbuf *,
- struct mbuf *, struct mbuf *, struct thread *));
-
/* utility hooks */
void (*pr_init) /* initialization hook */
__P((void));