From 678d7d93783f9161ce47727c8e23987c819d7ab6 Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 3 Oct 2003 22:06:36 +0000 Subject: hookup ctlinput for fast ipsec versions of esp+ah protocols Supported by: FreeBSD Foundation --- sys/netinet/in_proto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netinet/in_proto.c') diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index 8199df8..49bdde8 100644 --- a/sys/netinet/in_proto.c +++ b/sys/netinet/in_proto.c @@ -160,13 +160,13 @@ struct protosw inetsw[] = { #endif /* IPSEC */ #ifdef FAST_IPSEC { SOCK_RAW, &inetdomain, IPPROTO_AH, PR_ATOMIC|PR_ADDR, - ah4_input, 0, 0, 0, + ah4_input, 0, ah4_ctlinput, 0, 0, 0, 0, 0, 0, &nousrreqs }, { SOCK_RAW, &inetdomain, IPPROTO_ESP, PR_ATOMIC|PR_ADDR, - esp4_input, 0, 0, 0, + esp4_input, 0, esp4_ctlinput, 0, 0, 0, 0, 0, 0, &nousrreqs -- cgit v1.1