Hello,
I have a query whether we can use sockets to communicate between kernel modules and user space ?And whether we can use sockets to communicate between kernel modules themselves.
I know that proc filesystem,ioctls,system calls ,netlink sockets can be used for communication between user and kernel space.And to communicate between kernel modules EXPORT works.But i wonder whether sockets work or not!
Regards
vaishali