From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 17 09:29:26 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08A781065673 for ; Tue, 17 Mar 2009 09:29:26 +0000 (UTC) (envelope-from srikanthhcu05@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.184]) by mx1.freebsd.org (Postfix) with ESMTP id 9B45B8FC17 for ; Tue, 17 Mar 2009 09:29:25 +0000 (UTC) (envelope-from srikanthhcu05@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so1350541tib.3 for ; Tue, 17 Mar 2009 02:29:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=mqMWLieJqUJUh7AYyIP/DGzP9gio21+rjNbq9eUYKrk=; b=VK1KxB77d7gmdW2o8v7gd86zDDZjetdmytCeV2FJ8wV5rxPC2sNldwq8n0ZwEXOKu5 TwPfoa1/MQSOmP/sEVHUh45kvI/J5GiIQyuFcqE7Slum7ALoLzy7rEAQp0M2q2befLta PAEJGFlG48k/WU7ottMiZ5+MRTKUVqFH78Ss8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CFlmm0ieP9xQ+CS9kvzfHZcbbEjIWzMJTakGBQ4q6BmYdxzxo153P7vNZY59B+/R85 y6AP97EUnxOPDYQYV/KUMBRmhVcrvFTzrK5YTI8GRlpZCvXw0csg7lgVLKyNT4PtsplG pQ8No0boRCe0uKFVvVW82b+5kOvfllSQjG8qE= MIME-Version: 1.0 Received: by 10.110.14.3 with SMTP id 3mr8952319tin.7.1237280254082; Tue, 17 Mar 2009 01:57:34 -0700 (PDT) Date: Tue, 17 Mar 2009 14:27:34 +0530 Message-ID: From: srikanth jampala To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: SA add notification to externa module X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2009 09:29:26 -0000 Hi all This is my first posting. I want the notifications about the SA (security association) add/delete events, from the kernel to my externel kernel module. How can I do this... ? Thanks in advance for ur suggestions. Srikanth.