On Tue, Mar 17, 2009 at 02:23:13PM +0530, srikanth jampala wrote:
> Hi all

Hi.

>     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... ?

Such events are notified to all PFKey registered sockets. Usually,
those notifications are sent to userland, but I guess you could start
searching from there (see key_sendup_mbuf(x, y, KEY_SENDUP_REGISTERED)
in netipsec/keysock.c).


Yvan.
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to