I'm really doing programming in kernel, a device driver actually.
Therefore I have to create a socket in kernel. And I don't see any 'select' function in 'struct socket'. There's only 'poll', and I don't know how to use it and how to fill in a parameter of its, 'poll_table_struct'.
If you really can help on this issue, I'd really appreciate it. Thank you.
|