From owner-freebsd-net@FreeBSD.ORG Tue Mar 17 09:18:24 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 272BD1065675 for ; Tue, 17 Mar 2009 09:18:24 +0000 (UTC) (envelope-from srikanthhcu05@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.191]) by mx1.freebsd.org (Postfix) with ESMTP id BB4178FC15 for ; Tue, 17 Mar 2009 09:18:23 +0000 (UTC) (envelope-from srikanthhcu05@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so1347145tib.3 for ; Tue, 17 Mar 2009 02:18:22 -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=KBLogHdbLW3nRIoi1t9IDFZb+HrNrB8iwMKfGNkYJDM=; b=iSqllh+CqLt/QklCE9dQFivixFsBvVjQLKjOapBFfUoSRX1u49/BU19PNu7azn/Qoi m/l+zaskjJNJLbyu4usKFLT18Vjm780RCxs2wqAxKXrCxpNPL6WZRyZ3jrcN2ISxTtHA jAsORh1mVxxHzxzmP7OgwJETjs5N0yaxxG6GM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Xg0FS1Kzge1cGnrM/oJZUXZgdtDsKiPjhRkt94tXPt9GtmX0uj+HhojPe9WzXh7QK1 Pq41WvdeIvRuirJudCRH6mn7eWHYXfpT6Sdvf+Nr3EsMwwlvshO9dbZ/xBEw8QxFVgU/ DCCsgn25k4v358l8kUbPaC2iO/Z/kDj+NLwlE= MIME-Version: 1.0 Received: by 10.110.17.14 with SMTP id 14mr355782tiq.20.1237279993316; Tue, 17 Mar 2009 01:53:13 -0700 (PDT) Date: Tue, 17 Mar 2009 14:23:13 +0530 Message-ID: From: srikanth jampala To: freebsd-net@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-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2009 09:18:24 -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. Sriknath