Subject: Re: Creating and using sockets from within the kernel
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: tech-kern
Date: 03/07/2006 21:55:28
In article <1141763073.914.256064242@webmail.messagingengine.com>,
Jon Taylor <dosadi_1@fastmail.fm> wrote:
>I can't seem to find much info on this topic via Google.  Grepping the
>kernel sources shows me socreate(), which looks like it takes a pointer
>to a process (and is thus unusable in the kernel proper).  Maybe I can
>use socreate() in a kernel thread?  Any help, example code or references
>will be much appreciated.

I think you can. Try it.

christos