tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Interface for communicating from kernel to user mode



I am trying to implement user<->kernel communication with socketpair() in user space and then passing one of descriptors to kernel.

I am investigating socket.h and socketvar.h
There are functions working with sockets in kernel space, they uses struct socket in their parameters and user space functions uses int like socket descriptor. How to retrieve pointer struct socket from socket descriptor (int) passed from user mode ?

Or if it is used in your repository where can I find it ?



Home | Main Index | Thread Index | Old Index