in-kernel sockets

Prasenjit Sarkar (psarkar@cs.arizona.edu)
Thu, 24 Oct 1996 00:23:54 -0700


Suppose I want to use sockets inside the kernel, and want to use
operations equivalnet to bind,listen,connect etc., which operations
should I use? I am only interested in af_unix datagra sockets, so should
I be using the routines in src/net/unix/af_unix.c? I want to confirm
before I do anything dangerous,

Thanks,
Prasenjit