Porting a Kernel module in Linux to Solaris 10
Hi all,
I have implemented Ipsec in Linux as a kernel module programming..In my code i have used Hooks for getting the N/W packets for processing...once i got the packet i will do all the processing (AH header addition/removal)then put back the packet in the stack......... And now i am trying to port the same code to Solaris...I was using NF_IP_LOCAL_OUT /NF_IP_PREROUTING hooks in Linux...
Is it any hook similar to that available in solaris...if so let me know....\
or is there any other way to do my job.......i.e)is it similar to netfilter hooks available in solaris10.........
Waiting for ur reply..
Regards
Shenbagaraj.M

