Hello !!!
Could you please help me !!!!!
I like to add this module driver below the IP driver in network layer.
i.e. in between IP and device driver (such as ethernet, tty so on). How
can I do that? I_PUSH of ioctl puts module just below the stream head.
If I open a socket, I'll get sockmod, tcp and ip in the stream. And
probably there is a device driver down below that stream. I've tried
another way, I_POP all those three modules, and then push my module
first and then put them back at their places. But I_POP can't take out
ip, because its a driver. Is there any other way I can solve my problem?
Any suggestions? Thanks for reading this note.
Hadee